cambiato porta goto in 3014

This commit is contained in:
piccihud 2024-12-29 16:12:48 +01:00
parent dd1ad2c909
commit f654c92564
2 changed files with 8 additions and 8 deletions

View File

@ -101,22 +101,22 @@ https://server.ilnostropianetaselvaggio.it {
reverse_proxy localhost:3013
}
# MOLLY
https://molly.ilnostropianetaselvaggio.it {
reverse_proxy / localhost:8020
}
# GOT2SOCIAL
# https://docs.gotosocial.org/en/latest/getting_started/reverse_proxy/caddy/
https://social.ilnostropianetaselvaggio.it {
redir / /about 301
encode zstd gzip
reverse_proxy * localhost:8080 {
reverse_proxy * localhost:3014 {
flush_interval -1
}
}
# MOLLY
https://molly.ilnostropianetaselvaggio.it {
reverse_proxy / localhost:8020
}
# SNIKKET
http://chat.ilnostropianetaselvaggio.it,

View File

@ -25,7 +25,7 @@ services:
TZ: Europe/Rome
ports:
## For reverse proxy setups:
- 127.0.0.1:8080:8080
- 127.0.0.1:3014:8080
volumes:
- ./data:/gotosocial/storage
- ./.cache:/gotosocial/.cache