mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-04-13 19:10:35 +02:00
Merge branch 'master' of https://github.com/alexbelgium/hassio-addons
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
## 1.20.4 (8-09-2023)
|
||||
- Update to latest version from go-gitea/gitea
|
||||
## 1.20.3 (21-08-2023)
|
||||
- Update to latest version from go-gitea/gitea
|
||||
## 1.20.2 (05-08-2023)
|
||||
|
||||
@@ -25,8 +25,8 @@ FROM ${BUILD_FROM}
|
||||
# Set S6 wait time
|
||||
ENV S6_CMD_WAIT_FOR_SERVICES=1 \
|
||||
S6_CMD_WAIT_FOR_SERVICES_MAXTIME=0 \
|
||||
S6_SERVICES_GRACETIME=0 \
|
||||
S6_STAGE2_HOOK=/ha_entrypoint.sh
|
||||
S6_SERVICES_GRACETIME=0
|
||||
|
||||
|
||||
USER root
|
||||
|
||||
@@ -67,7 +67,8 @@ EXPOSE 22 3000
|
||||
################
|
||||
|
||||
# Add entrypoint
|
||||
ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_entrypoint.sh" "/ha_entrypoint.sh"
|
||||
ENV S6_STAGE2_HOOK=/ha_entrypoint.sh
|
||||
ADD --chmod=777 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_entrypoint.sh" "/ha_entrypoint.sh"
|
||||
|
||||
# Entrypoint modifications
|
||||
RUN \
|
||||
|
||||
@@ -85,6 +85,6 @@
|
||||
},
|
||||
"slug": "gitea",
|
||||
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/gitea",
|
||||
"version": "1.20.3",
|
||||
"version": "1.20.4",
|
||||
"webui": "[PROTO:ssl]://[HOST]:[PORT:3000]"
|
||||
}
|
||||
|
||||
BIN
gitea/stats.png
BIN
gitea/stats.png
Binary file not shown.
|
Before Width: | Height: | Size: 1.7 KiB After Width: | Height: | Size: 1.7 KiB |
@@ -1,8 +1,8 @@
|
||||
{
|
||||
"last_update": "21-08-2023",
|
||||
"last_update": "8-09-2023",
|
||||
"repository": "alexbelgium/hassio-addons",
|
||||
"slug": "gitea",
|
||||
"source": "github",
|
||||
"upstream_repo": "go-gitea/gitea",
|
||||
"upstream_version": "1.20.3"
|
||||
"upstream_version": "1.20.4"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user