mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-11-26 00:13:33 -06:00
Db tls (#102)
* go mod tidy * complete example config * add tls support for db connection * add certpool to tlsConfig * add some lil docker scripts
This commit is contained in:
parent
bbc2494c58
commit
677490bc4e
10 changed files with 302 additions and 45 deletions
3
dockerpush.sh
Executable file
3
dockerpush.sh
Executable file
|
|
@ -0,0 +1,3 @@
|
|||
#!/bin/bash
|
||||
|
||||
docker push "superseriousbusiness/gotosocial:$(cat version)"
|
||||
Loading…
Add table
Add a link
Reference in a new issue