Compare commits

..

No commits in common. "bd1826dc21d8aacb5bec33c04a64b4c8114030be" and "d2fb85ece458acddedcdb0f575d8bb1713d40239" have entirely different histories.

2 changed files with 1 additions and 24 deletions

View file

@ -3,5 +3,4 @@
# FROM superseriousbusiness/gotosocial:0.13.1 # FROM superseriousbusiness/gotosocial:0.13.1
# FROM superseriousbusiness/gotosocial:0.14.2 # FROM superseriousbusiness/gotosocial:0.14.2
# FROM superseriousbusiness/gotosocial:0.15.0 # FROM superseriousbusiness/gotosocial:0.15.0
# FROM superseriousbusiness/gotosocial:0.16.0 FROM superseriousbusiness/gotosocial:0.16.0
FROM superseriousbusiness/gotosocial:0.17.0

View file

@ -3,25 +3,3 @@
# GotoSocial # GotoSocial
dokku config:set social --no-restart GTS_ACCOUNTS_REGISTRATION_OPEN=false
dokku config:set social --no-restart GTS_ADVANCED_RATE_LIMIT_REQUESTS=0
dokku config:set social --no-restart GTS_ADVANCED_THROTTLING_MULTIPLIER=32
dokku config:set social --no-restart GTS_ADVANCED_THROTTLING_RETRY_AFTER=120s
dokku config:set social --no-restart GTS_CONTACT=glenux
dokku config:set social --no-restart GTS_DB_ADDRESS=exampledbhost
dokku config:set social --no-restart GTS_DB_DATABASE=exampledb
dokku config:set social --no-restart GTS_DB_PASSWORD=example
dokku config:set social --no-restart GTS_DB_PORT=5432
dokku config:set social --no-restart GTS_DB_TLS_CA_CERT=
dokku config:set social --no-restart GTS_DB_TLS_MODE=disable
dokku config:set social --no-restart GTS_DB_TYPE=postgres
dokku config:set social --no-restart GTS_DB_USER=postgres
dokku config:set social --no-restart GTS_EMAIL=admin@example.com
dokku config:set social --no-restart GTS_HOST=example.com
dokku config:set social --no-restart GTS_INSTANCE_EXPOSE_PUBLIC_TIMELINE=true
dokku config:set social --no-restart GTS_LETSENCRYPT_EMAIL_ADDRESS=admin@example.com
dokku config:set social --no-restart GTS_LETSENCRYPT_ENABLED=false
dokku config:set social --no-restart GTS_MEDIA_REMOTE_CACHE_DAYS=3
dokku config:set social --no-restart GTS_TRUSTED_PROXIES=127.0.0.1/32,172.17.0.1,::1
dokku config:set social --no-restart GTS_USERNAME=admin