Files
Helper-Scripts-ProxmoxVE/ct
CanbiZ (MickLesk) 3b8550e314 NginxProxyManager: build OpenResty from source via GitHub releases (#13134)
* fix(nginxproxymanager): build OpenResty from source via GitHub releases

Replace the unreliable openresty.org apt repository with building
OpenResty from source. Uses fetch_and_deploy_gh_release to download
from github.com/openresty/openresty/releases, then compiles locally.

The apt mirror frequently has sync issues (mismatched file sizes/hashes)
causing 'apt update' to fail with exit code 100.

Changes:
- Use fetch_and_deploy_gh_release for OpenResty source download
- Compile with configure/make/make install
- Add build dependencies (libpcre3-dev, libssl-dev, zlib1g-dev)
- Create systemd service unit for source-built OpenResty
- Update script: remove old apt repo, migrate to source build

* Fix installation command syntax for dependencies

* bump from ved testing
2026-03-23 09:41:10 +01:00
..
2026-03-22 09:56:20 +01:00
2026-03-18 21:41:02 +01:00
2026-03-16 17:33:32 +01:00
2026-03-16 17:45:22 +01:00
2026-03-21 20:06:04 +01:00
2026-03-20 14:41:15 +01:00
2026-03-07 23:46:36 +01:00
2026-03-21 19:56:02 +01:00
2026-03-15 20:08:39 +01:00
2026-03-08 13:25:24 +01:00
2026-03-18 18:35:43 +01:00
2026-03-18 08:18:04 +01:00
2026-03-18 08:43:40 +01:00
2026-03-20 09:06:25 +01:00
2026-03-18 11:55:32 +01:00
2026-03-22 09:40:31 +01:00
2026-03-15 23:12:11 +01:00
2026-03-16 09:15:45 +01:00