changed linkwarden port and updated caddyfile

This commit is contained in:
2025-03-29 22:54:52 -05:00
parent a0ef593f85
commit f856850ad5
3 changed files with 4 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
NEXTAUTH_URL=http://localhost:3000/api/v1/auth
NEXTAUTH_URL=http://localhost:3232/api/v1/auth
NEXTAUTH_SECRET=pheimoo9roozahghaithais4Ooxiexahrie4ieph
# Manual installation database settings

View File

@@ -16,7 +16,7 @@ services:
- DATABASE_URL=postgresql://postgres:${POSTGRES_PASSWORD}@postgres:5432/postgres
restart: always
ports:
- 3000:3000
- 3232:3000
networks:
- linkwarden
- reverseproxy

View File

@@ -444,12 +444,12 @@ auth.akanealw.com {
@bitwarden host bitwarden.akanealw.com
handle @bitwarden {
reverse_proxy localhost:8089
}
}
@giteadocker host gitea-docker.akanealw.com
handle @giteadocker {
reverse_proxy localhost:3001
}
}
@gitea host gitea.akanealw.com
handle @gitea {