Commit Graph

47 Commits

Author SHA1 Message Date
MickLesk
bba8577237 refactor(nginxproxymanager): clean up install and update scripts
Install script:
- Merge dependency blocks into one
- Remove pre-installed ca-certificates
- Use get_latest_github_release instead of curl/grep/awk
- Re-enable systemctl enable openresty
- Remove redundant systemctl restart

CT update script:
- Bump var_version to 13 (Trixie)
- Use apt instead of apt-get (project convention)
- Add $STD to apt purge/autoremove
- Use get_latest_github_release
- Remove redundant systemctl restart after enable --now
2026-03-21 19:34:42 +01:00
MickLesk
b4a824b9a1 fix(nginxproxymanager): add missing OpenResty modules for NPM
Add --with-http_sub_module and --with-http_auth_request_module
to OpenResty configure flags. NPM needs auth_request for access
list subrequests and sub_filter for response rewriting.
2026-03-21 19:23:30 +01:00
MickLesk
bd5e20237f test 2026-03-21 19:20:00 +01:00
MickLesk
74007d3f72 fix(nginxproxymanager): add missing systemctl daemon-reload before enable
Without daemon-reload, systemd doesn't know about the new
openresty.service unit file, causing enable --now to fail.
2026-03-21 19:12:04 +01:00
MickLesk
a6921a33f3 fix(nginxproxymanager): simplify openresty service for LXC compatibility
- Switch from Type=forking to Type=simple with 'daemon off;'
- Remove PIDFile, ExecReload, ExecStop (systemd handles these)
- Remove PrivateTmp=true (incompatible with LXC containers)
2026-03-21 19:02:08 +01:00
MickLesk
fde17c12ed testing npm openresty 2026-03-21 18:49:47 +01:00
Tobias
c5b8d0e4b2 Delete install/nginxproxymanager-install.sh 2025-11-05 15:39:08 +01:00
Tobias
2981adf62f Update version in package.json files to $RELEASE 2025-11-05 10:36:15 +01:00
Tobias
519119fe2f reorder 2025-11-05 09:44:32 +01:00
Tobias
82bc8cef8d Increase NODE_OPTIONS max_old_space_size to 2048 2025-11-05 09:33:20 +01:00
Tobias
92325b5430 fix sed 2025-11-05 09:31:04 +01:00
Tobias
d2b922b2fa fix: images location 2025-11-05 09:05:55 +01:00
Tobias
b530b00ace Remove copying of app-images in install script 2025-11-05 09:01:26 +01:00
Tobias
732eb55a51 Update NODE_OPTIONS for frontend build 2025-11-05 08:53:30 +01:00
Tobias
e4e20bc959 remove global folder as removed upstream 2025-11-05 08:44:52 +01:00
Tobias
aad01da01d revert yarn 2025-11-04 21:39:23 +01:00
Tobias
24985771da Fetch latest Nginx Proxy Manager release version 2025-11-04 21:26:03 +01:00
Tobias
279d6fd3fd Refactor nginxproxymanager-install.sh script 2025-11-04 21:19:33 +01:00
Tobias
8dacfff359 fix yarn 2025-11-04 21:05:40 +01:00
Tobias
0869762826 Update Node.js version from 21 to 20 2025-11-04 20:04:30 +01:00
Tobias
084787634f Update Node.js version from 22 to 21 2025-11-04 19:51:45 +01:00
Tobias
e6da567f9b Update frontend build script for OpenSSL and sass 2025-11-04 19:33:15 +01:00
Tobias
e13aecdbde fix: openresty keyring 2025-11-04 14:47:06 +01:00
Tobias
98599c5107 improve install 2025-11-04 14:33:41 +01:00
Tobias
08724c6b55 add: nginxproxymanager 2025-11-04 13:43:13 +01:00
CanbiZ
3a363e5d27 cleanup 2025-10-22 08:38:41 +02:00
CanbiZ
d36a2595cd fix wheel 2025-10-18 12:40:40 +02:00
CanbiZ
41776eb78a fix certbot 2025-10-18 12:38:39 +02:00
CanbiZ
a1719cf5f7 test 2025-10-18 12:29:01 +02:00
CanbiZ
e83360d2af test 2025-10-18 12:18:04 +02:00
CanbiZ
55d0596b53 fix yarn 2025-10-18 12:12:41 +02:00
CanbiZ
16cff16207 var. bugfixes 2025-10-18 12:01:46 +02:00
CanbiZ
c3b3020025 fix certbot 2025-10-18 11:48:12 +02:00
CanbiZ
79c05ab52c nginx.test 2025-10-18 11:47:52 +02:00
CanbiZ
d5b550493b Cleanup 2025-09-03 09:45:11 +02:00
CanbiZ
633d15f896 Update nginxproxymanager-install.sh 2025-07-15 14:20:58 +02:00
CanbiZ
58fe33a4c6 Update nginxproxymanager-install.sh 2025-07-15 14:20:49 +02:00
CanbiZ
ef2e68e386 cloudreve 2025-07-15 13:28:34 +02:00
CanbiZ
8dcb8cbcac Update nginxproxymanager-install.sh 2025-07-15 13:19:33 +02:00
CanbiZ
dc92e23a9e Update nginxproxymanager-install.sh 2025-07-15 13:15:23 +02:00
CanbiZ
184839f961 test 2025-07-15 13:08:29 +02:00
CanbiZ
81aa957dcb cleaning 2025-06-05 10:02:44 +02:00
CanbiZ
c95479bb8c push 2025-04-14 12:08:37 +02:00
CanbiZ
eb641995e8 CleanUP 2025-03-10 09:23:39 +01:00
CanbiZ
765a529bf4 Update nginxproxymanager-install.sh 2025-03-05 09:43:44 +01:00
CanbiZ
7ca9522660 Update nginxproxymanager-install.sh 2025-03-05 09:05:36 +01:00
CanbiZ
3f628f19ee Rework NGINXProxyManager 2025-03-05 08:46:15 +01:00