initial commit
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user