mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-10 09:51:02 +01:00
Compare commits
7 Commits
01be16c677
...
8df18fd71f
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8df18fd71f | ||
|
|
ec1785b06e | ||
|
|
a6f0b0c80b | ||
|
|
69efb6bccf | ||
|
|
eec17f8225 | ||
|
|
9f246feb94 | ||
|
|
9e6bf099a6 |
8
.github/stargazer_countries.csv
vendored
8
.github/stargazer_countries.csv
vendored
@@ -529,6 +529,7 @@ Romain7495,France
|
||||
RooomKL,
|
||||
Rosemajor,
|
||||
Rosscoer,
|
||||
RosutoHane,
|
||||
Roth-Development,
|
||||
RouNNdeL,Poland
|
||||
RubenKelevra,Germany
|
||||
@@ -1242,10 +1243,12 @@ glgghit,Italy
|
||||
gli-james-roland,
|
||||
glxzander,
|
||||
gmariotti,Germany
|
||||
gmeinerc,
|
||||
gnusma,
|
||||
goetzc,United States
|
||||
goldendatahub,
|
||||
goliat931,
|
||||
golichwer,Poland
|
||||
gonghailink,
|
||||
gooman69,
|
||||
goooroooX,
|
||||
@@ -1273,6 +1276,7 @@ hAxxelS,
|
||||
ha48653,
|
||||
habiwan,
|
||||
habuild,
|
||||
hafstaf,
|
||||
hank-droid,
|
||||
hankalf,
|
||||
hans99,Sweden
|
||||
@@ -1385,6 +1389,7 @@ jfields87,
|
||||
jfroy,United States
|
||||
jgoakley,United States
|
||||
jhhbe,
|
||||
jhron,
|
||||
jiadongjiang,
|
||||
jimmyang1992,
|
||||
jine,Sweden
|
||||
@@ -1631,6 +1636,7 @@ michaeljvirkus-commits,
|
||||
michaelkuty,Czechia
|
||||
michaelomm,Australia
|
||||
michalgabor,
|
||||
michalklabnik,
|
||||
michelangelonz,
|
||||
michele84,
|
||||
micsco,United Kingdom
|
||||
@@ -1697,6 +1703,7 @@ mytire,United States
|
||||
nacbooth,United Kingdom
|
||||
najdias,Portugal
|
||||
nalditopr,
|
||||
nana4rider,Japan
|
||||
naor1,Israel
|
||||
nate-marshall,
|
||||
nduest,Germany
|
||||
@@ -1787,6 +1794,7 @@ paszczaq,Poland
|
||||
patpadgett,United States
|
||||
patrickcarmichael,United States
|
||||
patricklucescu,
|
||||
paulcgt,South Africa
|
||||
pavelekpl,
|
||||
pax,
|
||||
paxlo,
|
||||
|
||||
|
BIN
.github/stargazer_map.png
vendored
BIN
.github/stargazer_map.png
vendored
Binary file not shown.
|
Before Width: | Height: | Size: 62 KiB After Width: | Height: | Size: 330 KiB |
@@ -1,3 +1,7 @@
|
||||
## 0.1.0-5 (27-12-2025)
|
||||
- Minor bugs fixed
|
||||
## 0.1.0-4 (27-12-2025)
|
||||
- Minor bugs fixed
|
||||
## 0.1.0-3 (27-12-2025)
|
||||
- Minor bugs fixed
|
||||
## 0.1.0-2 (27-12-2025)
|
||||
|
||||
@@ -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
|
||||
|
||||
# Manual apps
|
||||
ENV PACKAGES="jq"
|
||||
ENV PACKAGES="jq gosu"
|
||||
|
||||
# Automatic apps & bashio
|
||||
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"
|
||||
RUN chmod 777 /.bashio-standalone.sh
|
||||
|
||||
#ENTRYPOINT [ "/ha_entrypoint.sh" ]
|
||||
#CMD [ "/ha_entrypoint.sh" ]
|
||||
ENTRYPOINT [ "/ha_entrypoint.sh" ]
|
||||
|
||||
############
|
||||
# 5 Labels #
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
name: Social to Mealie
|
||||
version: 0.1.0-3
|
||||
version: 0.1.0-5
|
||||
slug: social_to_mealie
|
||||
description: Import recipes from social media directly into Mealie
|
||||
url: https://github.com/alexbelgium/hassio-addons
|
||||
|
||||
@@ -4,4 +4,6 @@ set -e
|
||||
|
||||
bashio::log.info "Starting Social to Mealie"
|
||||
cd /app || bashio::exit.nok "App directory not found"
|
||||
/./app/entrypoint.sh node --run start
|
||||
chown nextjs /app/entrypoint.sh
|
||||
chmod +x /app/entrypoint.sh
|
||||
exec gosu nextjs /app/entrypoint.sh node --run start
|
||||
|
||||
Reference in New Issue
Block a user