This commit is contained in:
Alexandre
2023-09-09 09:20:19 +02:00
194 changed files with 635 additions and 495 deletions

View File

@@ -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)

View File

@@ -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 \

View File

@@ -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]"
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.7 KiB

After

Width:  |  Height:  |  Size: 1.7 KiB

View File

@@ -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"
}