1
0

Add music app

This commit is contained in:
2024-12-23 17:08:15 +03:00
parent 87e13973ec
commit 6fc30522d0
6 changed files with 76 additions and 1 deletions

View File

@ -57,3 +57,11 @@ outline.vakhrushev.me {
}
}
music.vakhrushev.me {
tls anwinged@ya.ru
reverse_proxy {
to 127.0.0.1:{{ navidrome_port }}
}
}
}

3
templates/env.j2 Normal file
View File

@ -0,0 +1,3 @@
{% for name in env_dict.keys() | sort %}
{{ name }}={{ env_dict[name] }}
{% endfor %}