Compare commits

...

4 commits

Author SHA1 Message Date
thomasabishop
04c9094d7d Merge branch 'main' of https://forgejo.systemsobscure.net/thomasabishop/self-host 2025-06-19 17:37:44 +00:00
thomasabishop
6b1f538fd1 chore: secure wakapi from signup 2025-06-19 17:37:01 +00:00
thomasabishop
1005b9ec00 chore: secure forgejo from signup 2025-06-19 17:36:49 +00:00
thomasabishop
b2de2a1c8c chore: tweak wakapi bakup 2025-06-19 17:36:00 +00:00
3 changed files with 3 additions and 0 deletions

0
scripts/backup_wakapi_db.sh Normal file → Executable file
View file

View file

@ -5,6 +5,7 @@ services:
environment:
- USER_UID=1000
- USER_GID=1000
- FORGEJO__service__DISABLE_REGISTRATION=true
restart: always
networks:
- forgejo

View file

@ -6,6 +6,8 @@ services:
ports:
- 8004:3000
restart: unless-stopped
environment:
- WAKAPI_ALLOW_SIGNUP=false
networks:
- web
volumes: