diff --git a/Caddyfile b/Caddyfile index 40ac390..e8fe75d 100644 --- a/Caddyfile +++ b/Caddyfile @@ -12,8 +12,8 @@ client_id {env.OAUTH_CLIENT_ID} # Replace with your own client ID client_secret {env.OAUTH_CLIENT_SECRET} # Replace with your own client secret scopes openid email profile - base_auth_url https://id.housh.dev - metadata_url https://id.housh.dev/.well-known/openid-configuration + base_auth_url http://pocket-id + metadata_url http://pocket-id/.well-known/openid-configuration } authentication portal myportal {