added book-downloader user and bookpipeline group

This commit is contained in:
2026-07-03 16:14:46 -04:00
parent 8a2f4dfc6f
commit 877693c426

View File

@@ -40,6 +40,7 @@ container_apps:
- { name: "sonarr", uid: 2024 } - { name: "sonarr", uid: 2024 }
- { name: "tandoor_recipes", uid: 2025 } - { name: "tandoor_recipes", uid: 2025 }
- { name: "vault", uid: 2026 } - { name: "vault", uid: 2026 }
- { name: "book-downloader", uid: 2027 }
# Shared secondary groups for cross-container access. "members" lists # Shared secondary groups for cross-container access. "members" lists
# app names from container_apps that need to be added to this group # app names from container_apps that need to be added to this group
@@ -56,3 +57,8 @@ shared_groups:
- radarr - radarr
- sonarr - sonarr
- jellyfin - jellyfin
- name: bookpipeline
gid: 3001
members:
- audiobookshelf
- book-downloader