This commit is contained in:
Pierre Guillod 2024-08-06 13:45:18 +02:00
parent 7b695fec68
commit 652b9b9c4b
13 changed files with 15 additions and 11 deletions

View file

@ -2,4 +2,5 @@
## ⬆️ Backend bumps ## ⬆️ Backend bumps
- ⬆️ Bump to homebox 0.13.0 (upstream repo change due to original's archival)
- ⬆️ Bump to homebox 0.10.3 - ⬆️ Bump to homebox 0.10.3

View file

@ -25,7 +25,7 @@ The original setup of this repository and packaging work is by Pierre Guillod.
The backend software is developped by [contributors][github-contribs]. The backend software is developped by [contributors][github-contribs].
[package-homepage]: https://shadowsocks.org/ [package-homepage]: https://homebox.sysadminsmedia.com/
[hassio-install-addon]: https://www.home-assistant.io/addons/ [hassio-install-addon]: https://www.home-assistant.io/addons/
[github-contribs]: https://github.com/hay-kot/homebox/graphs/contributors [github-contribs]: https://github.com/sysadminsmedia/homebox/graphs/contributors
[container-releases]: https://github.com/hay-kot/homebox/pkgs/container/homebox [container-releases]: https://github.com/sysadminsmedia/homebox/releases

View file

@ -1,4 +1,4 @@
FROM ghcr.io/hay-kot/homebox:v0.10.3 FROM ghcr.io/sysadminsmedia/homebox:v0.13.0
ENV HBOX_LOG_LEVEL info ENV HBOX_LOG_LEVEL info
ENV HBOX_LOG_FORMAT text ENV HBOX_LOG_FORMAT text

View file

@ -1,6 +1,6 @@
name: "Homebox (staging)" name: "Homebox (staging)"
description: "Home inventory and organization system. This version is only for testing purposes; please use the main version for increased stability!" description: "Home inventory and organization system. This version is only for testing purposes; please use the main version for increased stability!"
version: "0.10.4" version: "0.13.0"
slug: "homebox" slug: "homebox"
startup: services startup: services
ingress: true ingress: true

View file

@ -2,4 +2,5 @@
## ⬆️ Backend bumps ## ⬆️ Backend bumps
- ⬆️ Bump to openvscode 1.91.1
- ⬆️ Bump to openvscode 1.87.1 - ⬆️ Bump to openvscode 1.87.1

View file

@ -1,4 +1,4 @@
FROM gitpod/openvscode-server:1.87.1 FROM gitpod/openvscode-server:1.91.1
USER 0 USER 0
RUN apt-get update RUN apt-get update

View file

@ -1,6 +1,6 @@
name: "Open Visual Studio Code (staging)" name: "Open Visual Studio Code (staging)"
description: "Fully open source version of Visual Studio Code Server" description: "Fully open source version of Visual Studio Code Server"
version: "1.87.1-rc1" version: "1.91.1"
slug: "openvscode-staging" slug: "openvscode-staging"
startup: services startup: services
ingress: true ingress: true

View file

@ -2,6 +2,7 @@
## ⬆️ Backend bumps ## ⬆️ Backend bumps
- ⬆️ Bump to shadowsocks-rust 1.20.3
- ⬆️ Bump to shadowsocks-rust 1.18.2 - ⬆️ Bump to shadowsocks-rust 1.18.2
- ⬆️ Bump to shadowsocks-rust 1.17.1 - ⬆️ Bump to shadowsocks-rust 1.17.1
- ⬆️ Bump to shadowsocks-rust 1.17.0 - ⬆️ Bump to shadowsocks-rust 1.17.0

View file

@ -1,4 +1,4 @@
FROM ghcr.io/shadowsocks/ssserver-rust:v1.18.2 FROM ghcr.io/shadowsocks/ssserver-rust:v1.20.3
# Runtime script copy # Runtime script copy
WORKDIR /root WORKDIR /root

View file

@ -1,6 +1,6 @@
name: "Shadowsocks (staging)" name: "Shadowsocks (staging)"
description: "Encrypted SOCKS v5 proxy server. This version is only for testing purposes; please use the main version for increased stability!" description: "Encrypted SOCKS v5 proxy server. This version is only for testing purposes; please use the main version for increased stability!"
version: "1.18.2" version: "1.20.3"
slug: "shadowsocks_staging" slug: "shadowsocks_staging"
startup: services startup: services
ingress: false ingress: false

View file

@ -2,6 +2,7 @@
## ⬆️ Backend bumps ## ⬆️ Backend bumps
- ⬆️ Bump to Stirling PDF 0.26.1
- ⬆️ Bump to Stirling PDF 0.22.6 - ⬆️ Bump to Stirling PDF 0.22.6
- ⬆️ Bump to Stirling PDF 0.20.1 - ⬆️ Bump to Stirling PDF 0.20.1
- ⬆️ Bump to Stirling PDF 0.17.2 - ⬆️ Bump to Stirling PDF 0.17.2

View file

@ -1 +1 @@
FROM frooodle/s-pdf:0.22.6 FROM frooodle/s-pdf:0.26.1

View file

@ -1,6 +1,6 @@
name: "Stirling PDF (staging)" name: "Stirling PDF (staging)"
description: "Fully-featured self-hosted PDF editor. This version is only for testing purposes; please use the main version for increased stability!" description: "Fully-featured self-hosted PDF editor. This version is only for testing purposes; please use the main version for increased stability!"
version: "0.22.6" version: "0.26.1"
slug: "stirling_pdf_staging" slug: "stirling_pdf_staging"
startup: services startup: services
ingress: true ingress: true