mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-20 14:29:14 +02:00
Revert
This commit is contained in:
@@ -30,7 +30,6 @@ ENV S6_CMD_WAIT_FOR_SERVICES=1 \
|
|||||||
|
|
||||||
RUN echo "Adding symlinks to entrypoint" \
|
RUN echo "Adding symlinks to entrypoint" \
|
||||||
&& sed -i \
|
&& sed -i \
|
||||||
-e 's|#!/bin/sh|#!/usr/bin/env bashio|g' \
|
|
||||||
-e '1a chmod a+x /etc/cont-init.d/*' \
|
-e '1a chmod a+x /etc/cont-init.d/*' \
|
||||||
-e '1a sed -i "s|/usr/bin/with-contenv bashio|/usr/bin/env bashio|g" /etc/cont-init.d/*' \
|
-e '1a sed -i "s|/usr/bin/with-contenv bashio|/usr/bin/env bashio|g" /etc/cont-init.d/*' \
|
||||||
-e '1a for i in /etc/cont-init.d/*; do source "$i"; done' \
|
-e '1a for i in /etc/cont-init.d/*; do source "$i"; done' \
|
||||||
|
|||||||
@@ -60,7 +60,6 @@
|
|||||||
"SSL_KEY_NAME": "privkey.pem",
|
"SSL_KEY_NAME": "privkey.pem",
|
||||||
"TZ": "Etc/UTC"
|
"TZ": "Etc/UTC"
|
||||||
},
|
},
|
||||||
"host_network": true,
|
|
||||||
"image": "ghcr.io/alexbelgium/omada-{arch}",
|
"image": "ghcr.io/alexbelgium/omada-{arch}",
|
||||||
"map": [
|
"map": [
|
||||||
"config:rw",
|
"config:rw",
|
||||||
@@ -91,6 +90,6 @@
|
|||||||
},
|
},
|
||||||
"slug": "omada",
|
"slug": "omada",
|
||||||
"url": "https://github.com/alexbelgium/hassio-addons",
|
"url": "https://github.com/alexbelgium/hassio-addons",
|
||||||
"version": "5.9-chromium-amd64-2023-06-05-2test7",
|
"version": "5.9-chromium-amd64-2023-06-05-2test8",
|
||||||
"webui": "http://[HOST]:[PORT:8088]"
|
"webui": "http://[HOST]:[PORT:8088]"
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user