authelia+vikunja: fix in authelia allowlist to reflect change in Vikunja API

This commit is contained in:
2026-02-15 11:41:45 -08:00
parent 8665afbfa3
commit 8bffdd60bc
2 changed files with 3 additions and 2 deletions

View File

@@ -93,6 +93,7 @@ export WG_DEVICE
| 127.0.0.1 | 3000 | TCP | Homepage | X | | 127.0.0.1 | 3000 | TCP | Homepage | X |
| \* | 30000 | TCP | Foundry VTT | X | | \* | 30000 | TCP | Foundry VTT | X |
| 127.0.0.1 | 3001 | TCP | Gitea | X | | 127.0.0.1 | 3001 | TCP | Gitea | X |
| 127.0.0.1 | 9925 | TCP | Mealie | X |
### Pre-requisite #2: Config the master script ### Pre-requisite #2: Config the master script

View File

@@ -42,12 +42,12 @@ access_control:
# https://planning.knravish.me/manifest.webmanifest - PWA # https://planning.knravish.me/manifest.webmanifest - PWA
# for the homepage widget # for the homepage widget
# https://planning.knravish.me/api/v1/projects # 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' - domain: 'planning.knravish.me'
resources: resources:
- '^\/manifest.webmanifest$' - '^\/manifest.webmanifest$'
- '^\/api\/v1\/projects$' - '^\/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' policy: 'bypass'
# https://recipes.knravish.me/api/app/about - status # https://recipes.knravish.me/api/app/about - status
- domain: 'recipes.knravish.me' - domain: 'recipes.knravish.me'