phenomen / flc

Foundry Lightweight Client (FLC) is a bloat-free client app for Foundry VTT
https://flc.ruleplaying.com/
32 stars 8 forks source link

Shows Unreachable when running behind Authelia #26

Closed madereddy closed 11 months ago

madereddy commented 12 months ago

Ability to log in via an authentication provider or cache credentials and securely pass them over.

madereddy commented 11 months ago

Found the solution to the issue.

You can configure Authelia to bypass the api/status check using the following config.

- domain: '*.<EXAMPLE>.com'
  policy: bypass
  resources:
    - '^/api/status'

That way Foundry will respond back saying its running and you can open up and log in using Authelia.

Resolving with this comment.