Compare commits

...

8 commits

Author SHA1 Message Date
bd1826dc21 Merge branch 'develop' of code.apps.glenux.net:glenux-opencontainers/service-gotosocial into develop
Some checks reported errors
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build was killed
2024-10-19 16:08:13 +02:00
0fa82d87fe Bump to 0.17.0 2024-10-19 16:08:01 +02:00
c2b7e726b1 docs: update README with example 2024-10-19 16:07:47 +02:00
24405cc0f3 Merge branch 'develop' of code.apps.glenux.net:glenux-opencontainers/service-gotosocial into develop
Some checks failed
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is failing
2024-10-19 15:33:04 +02:00
7b252352ea ci: fix image name in deploy 2024-10-19 15:32:40 +02:00
5763628d9d Merge branch 'develop' of code.apps.glenux.net:glenux-opencontainers/service-gotosocial into develop
Some checks reported errors
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build was killed
2024-10-19 15:03:58 +02:00
297ef04903 ci: fix tagging strategy 2024-10-19 15:03:34 +02:00
6251961a79 Update Dockerfile
Some checks failed
continuous-integration/drone/pr Build is failing
continuous-integration/drone/push Build is passing
2024-10-19 12:47:09 +00:00
2 changed files with 24 additions and 1 deletions

View file

@ -3,4 +3,5 @@
# 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,3 +3,25 @@
# 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