Authentik moved to charon.sticknife.com
The identity provider's hostname changed. Only AUTHENTIK_ISSUER points at it, so the live change is one line in .env.local; this commit carries the docs and the example, which still named the old host. The issuer string has to match the provider's own discovery document exactly, trailing slash and all -- a host that answers is not the same as an issuer that validates -- so the example now says how to check it. AUTH_URL is unrelated and stays: it is this app's address, not Authentik's. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This commit is contained in:
+2
-2
@@ -36,7 +36,7 @@ Ampelos should provide one unified control panel for media requests, watch inten
|
||||
|
||||
Users should be able to:
|
||||
|
||||
- Log in through Authentik at `auth.sticknife.com`.
|
||||
- Log in through Authentik at `charon.sticknife.com`.
|
||||
- Browse/search media in an Ombi-like interface.
|
||||
- Add shows and movies they are interested in.
|
||||
- Maintain a limited "Watching Now" list.
|
||||
@@ -210,7 +210,7 @@ Ampelos should own the policy and job state. The transcode agent should own the
|
||||
|
||||
### Authentik
|
||||
|
||||
Authentication should be delegated to Authentik at `auth.sticknife.com`.
|
||||
Authentication should be delegated to Authentik at `charon.sticknife.com`.
|
||||
|
||||
Expected model:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user