mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-10 09:51:02 +01:00
Compare commits
1 Commits
6d76605283
...
codex/use-
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
0a3505ec30 |
@@ -49,7 +49,7 @@ ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templat
|
|||||||
RUN chmod 744 /ha_automodules.sh && /ha_automodules.sh "$MODULES" && rm /ha_automodules.sh
|
RUN chmod 744 /ha_automodules.sh && /ha_automodules.sh "$MODULES" && rm /ha_automodules.sh
|
||||||
|
|
||||||
# Manual apps
|
# Manual apps
|
||||||
ENV PACKAGES="jq"
|
ENV PACKAGES="jq gosu"
|
||||||
|
|
||||||
# Automatic apps & bashio
|
# Automatic apps & bashio
|
||||||
ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_autoapps.sh" "/ha_autoapps.sh"
|
ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_autoapps.sh" "/ha_autoapps.sh"
|
||||||
@@ -71,8 +71,7 @@ RUN chmod 777 /ha_entrypoint.sh /ha_entrypoint_modif.sh && /ha_entrypoint_modif.
|
|||||||
ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/bashio-standalone.sh" "/.bashio-standalone.sh"
|
ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/bashio-standalone.sh" "/.bashio-standalone.sh"
|
||||||
RUN chmod 777 /.bashio-standalone.sh
|
RUN chmod 777 /.bashio-standalone.sh
|
||||||
|
|
||||||
#ENTRYPOINT [ "/ha_entrypoint.sh" ]
|
ENTRYPOINT [ "/ha_entrypoint.sh" ]
|
||||||
#CMD [ "/ha_entrypoint.sh" ]
|
|
||||||
|
|
||||||
############
|
############
|
||||||
# 5 Labels #
|
# 5 Labels #
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
name: Social to Mealie
|
name: Social to Mealie
|
||||||
version: 0.1.0-3
|
version: 0.1.0-4
|
||||||
slug: social_to_mealie
|
slug: social_to_mealie
|
||||||
description: Import recipes from social media directly into Mealie
|
description: Import recipes from social media directly into Mealie
|
||||||
url: https://github.com/alexbelgium/hassio-addons
|
url: https://github.com/alexbelgium/hassio-addons
|
||||||
|
|||||||
@@ -4,4 +4,4 @@ set -e
|
|||||||
|
|
||||||
bashio::log.info "Starting Social to Mealie"
|
bashio::log.info "Starting Social to Mealie"
|
||||||
cd /app || bashio::exit.nok "App directory not found"
|
cd /app || bashio::exit.nok "App directory not found"
|
||||||
/./app/entrypoint.sh node --run start
|
exec gosu nextjs /app/entrypoint.sh node --run start
|
||||||
|
|||||||
Reference in New Issue
Block a user