* 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:
Tobi Smethurst 2021-07-19 18:03:07 +02:00 committed by GitHub
commit 677490bc4e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 302 additions and 45 deletions

3
dockerpush.sh Executable file
View file

@ -0,0 +1,3 @@
#!/bin/bash
docker push "superseriousbusiness/gotosocial:$(cat version)"