mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-04-05 18:13:50 +00:00
* 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
5.9 KiB
5.9 KiB