mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-12-07 16:28:07 -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
dockerbuild.sh
Executable file
3
dockerbuild.sh
Executable file
|
|
@ -0,0 +1,3 @@
|
|||
#!/bin/bash
|
||||
|
||||
docker build -t "superseriousbusiness/gotosocial:$(cat version)" .
|
||||
Loading…
Add table
Add a link
Reference in a new issue