vault backup: 2026-04-30 16:35:56

This commit is contained in:
Vadym Samoilenko 2026-04-30 16:35:56 +01:00
parent 013c2760a7
commit e951cde2b4
2 changed files with 7 additions and 1 deletions

View file

@ -4,7 +4,7 @@
"syncFolder": "Hoarder",
"attachmentsFolder": "Hoarder/attachments",
"syncIntervalMinutes": 60,
"lastSyncTimestamp": 1777559635087,
"lastSyncTimestamp": 1777563235217,
"updateExistingFiles": false,
"excludeArchived": true,
"onlyFavorites": false,

View file

@ -293,3 +293,9 @@ tags: [daily]
- 16:32 | `video-accessibility`
- **Asked:** Check SSO configuration and fix login 404 errors caused by incorrect Apache proxy routing.
- **Done:** Identified and fixed Apache Include directive pointing to sites-available instead of sites-enabled, verified API endpoint is now accessible.
- 16:34 (1min) | `video-accessibility`
- **Asked:** Investigate 403 Forbidden error on production queue stats API endpoint.
- **Done:** Identified permission issue requiring backend auth/RBAC code review to grant admin rights.
- 16:34 | `video-accessibility`
- **Asked:** Debug 403 Forbidden error on production queue-stats API endpoint due to user role permissions.
- **Done:** Identified that the user was created after backend startup and missed the admin promotion seed; restart required to grant proper permissions.