From 8bffdd60bce76f1d68aa7e06fc79d15247e538b4 Mon Sep 17 00:00:00 2001 From: Kaushik Narayan R Date: Sun, 15 Feb 2026 11:41:45 -0800 Subject: [PATCH] authelia+vikunja: fix in authelia allowlist to reflect change in Vikunja API --- README.md | 1 + authelia_server-configuration.yaml | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 519ca9c..ebec6cd 100644 --- a/README.md +++ b/README.md @@ -93,6 +93,7 @@ export WG_DEVICE | 127.0.0.1 | 3000 | TCP | Homepage | X | | \* | 30000 | TCP | Foundry VTT | X | | 127.0.0.1 | 3001 | TCP | Gitea | X | +| 127.0.0.1 | 9925 | TCP | Mealie | X | ### Pre-requisite #2: Config the master script diff --git a/authelia_server-configuration.yaml b/authelia_server-configuration.yaml index 914d32e..c9c7092 100644 --- a/authelia_server-configuration.yaml +++ b/authelia_server-configuration.yaml @@ -42,12 +42,12 @@ access_control: # https://planning.knravish.me/manifest.webmanifest - PWA # for the homepage widget # https://planning.knravish.me/api/v1/projects - # https://planning.knravish.me/api/v1/tasks/all?filter=done%3Dfalse&sort_by=due_date + # https://planning.knravish.me/api/v1/tasks?filter=done%3Dfalse&sort_by=due_date - domain: 'planning.knravish.me' resources: - '^\/manifest.webmanifest$' - '^\/api\/v1\/projects$' - - '^\/api\/v1\/tasks\/all\?filter=done%3Dfalse&sort_by=due_date$' + - '^\/api\/v1\/tasks\?filter=done%3Dfalse&sort_by=due_date$' policy: 'bypass' # https://recipes.knravish.me/api/app/about - status - domain: 'recipes.knravish.me'