initial commit

This commit is contained in:
hiperman
2026-01-30 15:07:31 -05:00
commit 7844cc4416
83 changed files with 3802 additions and 0 deletions
+21
View File
@@ -0,0 +1,21 @@
---
app_name: navidrome
# Container configuration
navidrome_container_name: "{{ app_name | default('navidrome') }}"
navidrome_container_version: latest
navidrome_restart_policy: "{{ app_restart_policy }}"
navidrome_uid: "{{ app_uid }}"
navidrome_gid: "{{ app_gid }}"
# Network configuration
navidrome_http_port: 4533
# Volume paths
navidrome_data_path: "{{ app_dir }}/data"
# App-specific configuration
navidrome_base_url: ""
navidrome_libraries: []
# - host_path: /path/to/music
# container_path: /music