update
This commit is contained in:
parent
7b695fec68
commit
652b9b9c4b
13 changed files with 15 additions and 11 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -2,4 +2,5 @@
|
|||
|
||||
## ⬆️ Backend bumps
|
||||
|
||||
- ⬆️ Bump to openvscode 1.91.1
|
||||
- ⬆️ Bump to openvscode 1.87.1
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
FROM gitpod/openvscode-server:1.87.1
|
||||
FROM gitpod/openvscode-server:1.91.1
|
||||
|
||||
USER 0
|
||||
RUN apt-get update
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -1 +1 @@
|
|||
FROM frooodle/s-pdf:0.22.6
|
||||
FROM frooodle/s-pdf:0.26.1
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue