Add music app
This commit is contained in:
@ -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
3
templates/env.j2
Normal file
@ -0,0 +1,3 @@
|
||||
{% for name in env_dict.keys() | sort %}
|
||||
{{ name }}={{ env_dict[name] }}
|
||||
{% endfor %}
|
Reference in New Issue
Block a user