initial build

This commit is contained in:
Alexandre
2021-10-13 13:40:58 +02:00
parent 12e4d88671
commit 5c1825b2fd
9 changed files with 206 additions and 0 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