diff --git a/homebox-staging/CHANGELOG.md b/homebox-staging/CHANGELOG.md index 79ab163..36dfee8 100644 --- a/homebox-staging/CHANGELOG.md +++ b/homebox-staging/CHANGELOG.md @@ -2,4 +2,5 @@ ## ⬆️ Backend bumps +- ⬆️ Bump to homebox 0.13.0 (upstream repo change due to original's archival) - ⬆️ Bump to homebox 0.10.3 diff --git a/homebox-staging/DOCS.md b/homebox-staging/DOCS.md index 4e39a9c..9a1598d 100644 --- a/homebox-staging/DOCS.md +++ b/homebox-staging/DOCS.md @@ -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]. -[package-homepage]: https://shadowsocks.org/ +[package-homepage]: https://homebox.sysadminsmedia.com/ [hassio-install-addon]: https://www.home-assistant.io/addons/ -[github-contribs]: https://github.com/hay-kot/homebox/graphs/contributors -[container-releases]: https://github.com/hay-kot/homebox/pkgs/container/homebox +[github-contribs]: https://github.com/sysadminsmedia/homebox/graphs/contributors +[container-releases]: https://github.com/sysadminsmedia/homebox/releases diff --git a/homebox-staging/Dockerfile b/homebox-staging/Dockerfile index 5333c1f..3c4296e 100644 --- a/homebox-staging/Dockerfile +++ b/homebox-staging/Dockerfile @@ -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_FORMAT text diff --git a/homebox-staging/config.yaml b/homebox-staging/config.yaml index 068ecd9..e54ab67 100644 --- a/homebox-staging/config.yaml +++ b/homebox-staging/config.yaml @@ -1,6 +1,6 @@ name: "Homebox (staging)" 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" startup: services ingress: true diff --git a/openvscode-staging/CHANGELOG.md b/openvscode-staging/CHANGELOG.md index cbb38ea..dd34eae 100644 --- a/openvscode-staging/CHANGELOG.md +++ b/openvscode-staging/CHANGELOG.md @@ -2,4 +2,5 @@ ## ⬆️ Backend bumps +- ⬆️ Bump to openvscode 1.91.1 - ⬆️ Bump to openvscode 1.87.1 diff --git a/openvscode-staging/Dockerfile b/openvscode-staging/Dockerfile index 6f8deff..ff38d3b 100644 --- a/openvscode-staging/Dockerfile +++ b/openvscode-staging/Dockerfile @@ -1,4 +1,4 @@ -FROM gitpod/openvscode-server:1.87.1 +FROM gitpod/openvscode-server:1.91.1 USER 0 RUN apt-get update diff --git a/openvscode-staging/config.yaml b/openvscode-staging/config.yaml index 9a19911..e3fba76 100644 --- a/openvscode-staging/config.yaml +++ b/openvscode-staging/config.yaml @@ -1,6 +1,6 @@ name: "Open Visual Studio Code (staging)" description: "Fully open source version of Visual Studio Code Server" -version: "1.87.1-rc1" +version: "1.91.1" slug: "openvscode-staging" startup: services ingress: true diff --git a/shadowsocks-staging/CHANGELOG.md b/shadowsocks-staging/CHANGELOG.md index b583ed3..766194a 100644 --- a/shadowsocks-staging/CHANGELOG.md +++ b/shadowsocks-staging/CHANGELOG.md @@ -2,6 +2,7 @@ ## ⬆️ Backend bumps +- ⬆️ Bump to shadowsocks-rust 1.20.3 - ⬆️ Bump to shadowsocks-rust 1.18.2 - ⬆️ Bump to shadowsocks-rust 1.17.1 - ⬆️ Bump to shadowsocks-rust 1.17.0 diff --git a/shadowsocks-staging/Dockerfile b/shadowsocks-staging/Dockerfile index 511a05e..20d0be9 100644 --- a/shadowsocks-staging/Dockerfile +++ b/shadowsocks-staging/Dockerfile @@ -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 WORKDIR /root diff --git a/shadowsocks-staging/config.yaml b/shadowsocks-staging/config.yaml index 0a1f7ba..c9e6840 100644 --- a/shadowsocks-staging/config.yaml +++ b/shadowsocks-staging/config.yaml @@ -1,6 +1,6 @@ name: "Shadowsocks (staging)" 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" startup: services ingress: false diff --git a/stirling-pdf-staging/CHANGELOG.md b/stirling-pdf-staging/CHANGELOG.md index 6fcd988..f1952f4 100644 --- a/stirling-pdf-staging/CHANGELOG.md +++ b/stirling-pdf-staging/CHANGELOG.md @@ -2,6 +2,7 @@ ## ⬆️ Backend bumps +- ⬆️ Bump to Stirling PDF 0.26.1 - ⬆️ Bump to Stirling PDF 0.22.6 - ⬆️ Bump to Stirling PDF 0.20.1 - ⬆️ Bump to Stirling PDF 0.17.2 diff --git a/stirling-pdf-staging/Dockerfile b/stirling-pdf-staging/Dockerfile index 7493e71..df6a338 100644 --- a/stirling-pdf-staging/Dockerfile +++ b/stirling-pdf-staging/Dockerfile @@ -1 +1 @@ -FROM frooodle/s-pdf:0.22.6 +FROM frooodle/s-pdf:0.26.1 diff --git a/stirling-pdf-staging/config.yaml b/stirling-pdf-staging/config.yaml index 2dc6104..51e419c 100644 --- a/stirling-pdf-staging/config.yaml +++ b/stirling-pdf-staging/config.yaml @@ -1,6 +1,6 @@ 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!" -version: "0.22.6" +version: "0.26.1" slug: "stirling_pdf_staging" startup: services ingress: true