addition of radarr NAS

This commit is contained in:
Alexandre
2020-12-09 19:50:58 +01:00
parent afc42f1581
commit 214baec76e
14 changed files with 251 additions and 2 deletions

View File

@@ -0,0 +1,5 @@
#!/usr/bin/with-contenv bashio
for k in $(bashio::jq "${__BASHIO_ADDON_CONFIG}" 'keys | .[]'); do
printf "$(bashio::config $k)" > /var/run/s6/container_environment/$k
done