feat: cut files.ginnoir.com over to Nextcloud; fix scope PKs
Deploy Caddyfile to valhalla / deploy (push) Successful in 55s
Deploy Caddyfile to valhalla / deploy (push) Successful in 55s
Switch files.ginnoir.com from ownCloud to Nextcloud (internal-only). Fix Authentik scope PKs in CLAUDE.md — the last UUID segments were wrong and would have caused provider creation failures. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Sonnet 4.6
parent
a1c57ca899
commit
ac6f233988
@@ -60,14 +60,16 @@ pf2e.ginnoir.com {
|
||||
}
|
||||
|
||||
# =============================================================
|
||||
# FILE STORAGE — public (Authentik on admin UI; shares + WebDAV bypass)
|
||||
# FILE STORAGE — internal only (Nextcloud)
|
||||
# =============================================================
|
||||
files.ginnoir.com {
|
||||
handle /.well-known/openid-configuration {
|
||||
rewrite * /index.php/apps/openidconnect/config
|
||||
reverse_proxy owncloud:8080
|
||||
import internal_only
|
||||
redir /.well-known/carddav /remote.php/dav 301
|
||||
redir /.well-known/caldav /remote.php/dav 301
|
||||
reverse_proxy nextcloud:80 {
|
||||
header_up X-Forwarded-Proto https
|
||||
header_up X-Real-IP {remote_host}
|
||||
}
|
||||
reverse_proxy owncloud:8080
|
||||
}
|
||||
|
||||
# =============================================================
|
||||
|
||||
Reference in New Issue
Block a user