Commit 6b53ed5

HPCesia <me@hpcesia.com>
2025-08-10 09:42:37
docs: fix wrong link in comment
1 parent b185c95
Changed files (1)
hosts
chaser-pardofelis
hosts/chaser-pardofelis/authelia.nix
@@ -47,7 +47,7 @@
             token_endpoint_auth_method = "client_secret_basic";
           }
           {
-            # Refer: https://www.authelia.com/integration/openid-connect/clients/forgejo
+            # Refer: https://gokapi.readthedocs.io/en/latest/examples.html#oidcconfig-authelia
             client_id = "gokapi";
             client_name = "Tribios";
             client_secret = ''{{ secret "${config.sops.secrets."authelia-main-client-secrets-gokapi".path}" }}'';