Compare commits

..

6 Commits

Author SHA1 Message Date
Tobias
02cd76e181 Update kitchenowl.sh 2026-02-02 08:45:40 +01:00
Tobias
c63ed8e94c Update kitchenowl.json 2026-02-02 08:45:26 +01:00
Tobias
4329717261 Update kitchenowl.sh 2026-02-02 08:44:51 +01:00
CanbiZ (MickLesk)
8f26196168 Remove existing web directory before deployment
Remove the web directory before deploying the kitchenowl-web release.
2026-02-02 08:30:53 +01:00
CanbiZ (MickLesk)
5187c97d83 Remove commented line and update wsgi.py config 2026-02-02 08:30:37 +01:00
push-app-to-main[bot]
3086eaed03 Add kitchenowl (ct) 2026-02-02 07:27:44 +00:00
4 changed files with 1 additions and 13 deletions

View File

@@ -774,10 +774,6 @@ Exercise vigilance regarding copycat or coat-tailing sites that seek to exploit
## 2026-02-02
### 🆕 New Scripts
- KitchenOwl ([#11453](https://github.com/community-scripts/ProxmoxVE/pull/11453))
## 2026-02-01
### 🚀 Updated Scripts

View File

@@ -1,4 +1,4 @@
__ __ _ __ __ ____ __
__ __ _ __ __ ____ __
/ //_/(_) /______/ /_ ___ ____ / __ \_ __/ /
/ ,< / / __/ ___/ __ \/ _ \/ __ \/ / / / | /| / / /
/ /| |/ / /_/ /__/ / / / __/ / / / /_/ /| |/ |/ / /

View File

@@ -28,12 +28,6 @@ function update_script() {
exit
fi
msg_error "This script is currently disabled due to an external issue with the OpenResty APT repository."
msg_error "The repository's GPG key uses SHA-1 signatures, which are no longer accepted by Debian as of February 1, 2026."
msg_error "The issue is tracked in openresty/openresty#1097"
msg_error "For more details, see: https://github.com/community-scripts/ProxmoxVE/issues/11406"
exit 1
if [[ $(grep -E '^VERSION_ID=' /etc/os-release) == *"12"* ]]; then
msg_error "Wrong Debian version detected!"
msg_error "Please create a snapshot first. You must upgrade your LXC to Debian Trixie before updating. Visit: https://github.com/community-scripts/ProxmoxVE/discussions/7489"

View File

@@ -13,8 +13,6 @@
"website": "https://nginxproxymanager.com/",
"logo": "https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/nginx-proxy-manager.webp",
"config_path": "",
"disable": true,
"disable_description": "This script is temporarily disabled due to an external issue with the OpenResty APT repository. The repository's GPG key uses SHA-1 signatures, which are no longer accepted by Debian as of February 1, 2026. This causes installation to fail with APT errors. The issue is tracked in openresty/openresty#1097. A workaround exists but requires manual configuration. The script will be re-enabled once OpenResty updates their repository signing key. For more details, see: https://github.com/community-scripts/ProxmoxVE/issues/11406",
"description": "Nginx Proxy Manager is a tool that provides a web-based interface to manage Nginx reverse proxies. It enables users to easily and securely expose their services to the internet by providing features such as HTTPS encryption, domain mapping, and access control. It eliminates the need for manual configuration of Nginx reverse proxies, making it easy for users to quickly and securely expose their services to the public.",
"install_methods": [
{