mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-30 04:14:04 +02:00
update
This commit is contained in:
@@ -5,48 +5,18 @@
|
|||||||
],
|
],
|
||||||
"codenotary": "alexandrep.github@gmail.com",
|
"codenotary": "alexandrep.github@gmail.com",
|
||||||
"description": "Self-hosted web application offering various online utilities for everyday tasks",
|
"description": "Self-hosted web application offering various online utilities for everyday tasks",
|
||||||
"environment": {
|
|
||||||
"PGID": "0",
|
|
||||||
"PUID": "0"
|
|
||||||
},
|
|
||||||
"hassio_api": true,
|
|
||||||
"homeassistant_api": true,
|
|
||||||
"image": "ghcr.io/alexbelgium/omni-tools-{arch}",
|
"image": "ghcr.io/alexbelgium/omni-tools-{arch}",
|
||||||
"ingress": true,
|
|
||||||
"ingress_stream": true,
|
|
||||||
"map": [
|
"map": [
|
||||||
"addon_config:rw",
|
"addon_config:rw"
|
||||||
"share:rw"
|
|
||||||
],
|
],
|
||||||
"name": "Omni Tools",
|
"name": "Omni Tools",
|
||||||
"options": {
|
|
||||||
"PGID": "0",
|
|
||||||
"PUID": "0"
|
|
||||||
},
|
|
||||||
"panel_admin": false,
|
|
||||||
"panel_icon": "mdi:toolbox",
|
|
||||||
"ports": {
|
"ports": {
|
||||||
"80/tcp": 8188
|
"80/tcp": 8188
|
||||||
},
|
},
|
||||||
"ports_description": {
|
"ports_description": {
|
||||||
"80/tcp": "Web UI port"
|
"80/tcp": "Web UI port"
|
||||||
},
|
},
|
||||||
"privileged": [
|
|
||||||
"SYS_ADMIN",
|
|
||||||
"DAC_READ_SEARCH"
|
|
||||||
],
|
|
||||||
"schema": {
|
|
||||||
"PGID": "int?",
|
|
||||||
"PUID": "int?",
|
|
||||||
"TZ": "str?",
|
|
||||||
"cifsdomain": "str?",
|
|
||||||
"cifspassword": "str?",
|
|
||||||
"cifsusername": "str?",
|
|
||||||
"localdisks": "str?",
|
|
||||||
"networkdisks": "str?"
|
|
||||||
},
|
|
||||||
"slug": "omni-tools",
|
"slug": "omni-tools",
|
||||||
"udev": true,
|
|
||||||
"url": "https://github.com/alexbelgium/hassio-addons",
|
"url": "https://github.com/alexbelgium/hassio-addons",
|
||||||
"version": "0.5.0"
|
"version": "0.5.0"
|
||||||
}
|
}
|
||||||
@@ -7,11 +7,4 @@
|
|||||||
|
|
||||||
# Start omni-tools container content
|
# Start omni-tools container content
|
||||||
bashio::log.info "Starting application"
|
bashio::log.info "Starting application"
|
||||||
/./docker-entrypoint.sh & true
|
/./docker-entrypoint.sh "nginx -g daemon" &>/proc/1/fd/1
|
||||||
|
|
||||||
# Wait for app to become available
|
|
||||||
bashio::net.wait_for 8096 localhost 900
|
|
||||||
|
|
||||||
# Start nginx
|
|
||||||
bashio::log.info "Starting NGinx..."
|
|
||||||
exec nginx &>/proc/1/fd/1
|
|
||||||
|
|||||||
Reference in New Issue
Block a user