From 50d5387f890c2b7d1549ce79e0f05409660b03d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateusz=20Gruszczy=C5=84ski?= Date: Fri, 24 Oct 2025 09:05:34 +0200 Subject: [PATCH] poprawki --- README.md | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 1b9b5ae..d2fd3d9 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # NPM + Angie Auto Installer -Minimal, repeatable setup for **Nginx Proxy Manager (NPM)** on **Angie** (Debian 13). +Minimal, repeatable setup for **Nginx Proxy Manager (NPM)** on **Angie** (Debian / Ubuntu). The installer configures Angie, deploys NPM (frontend + backend), fixes common pitfalls (PID tests, logrotate) --- @@ -47,9 +47,6 @@ sudo python3 install.py --dark-mode - Creates **/etc/nginx -> /etc/angie** symlink (idempotent). - Installs **Angie** and config templates; provides an **nginx wrapper** that makes config tests safe: - `nginx -t` automatically uses `-g "pid /tmp/angie-test.pid; error_log off;"` and strips other `-g` flags. -- Prepares **/run/angie/angie.pid** with sane permissions. -- Configures **logrotate** for `/data/logs/*.log` (daily, rotate 7, compress) and provides a **logrotate-npm** helper that uses a writable state file at `/opt/npm/var/logrotate.state`. -- Deploys NPM (frontend + backend) and for building the legacy frontend. --- @@ -65,13 +62,12 @@ Check `--help` in the script for all flags. ## Post-Install ```bash -# Status systemctl status angie.service --no-pager systemctl status npm.service --no-pager - +``` # NPM UI # Default: http(s)://:81 (see summary printed by installer) -``` + ---