From 3a33128a305656e609c782dfed692e2d8a5095f5 Mon Sep 17 00:00:00 2001 From: Zoey Date: Mon, 13 Nov 2023 20:44:03 +0100 Subject: [PATCH] Update README.md Signed-off-by: Zoey --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5aad684c..c5642e0e 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,7 @@ running at home or otherwise, including free TLS, without having to know too muc **Note: Don't forget to open Port 80 (tcp) and 443 (tcp AND udp, http3/quic needs udp) in your firewall (because of network mode host, you also need to open this ports in ufw, if you use ufw).**
**Note: ModSecurity overblocking (403 Error)? Please see `/data/etc/modsecurity/modsecurity-default.conf` and `/opt/npm/etc/modsecurity/crs-setup.conf`.**
**Note: Internal Instance? Please disable `must-staple` in `/opt/npm/tls/certbot/config.ini`.**
+**Note: Other Databases like MariaDB may work, but are unsupported.**
## Project Goal @@ -78,7 +79,7 @@ so that the barrier for entry here is low. - Automatic database vacuum (only sqlite) - Automatic cleaning of old certbot certs (set FULLCLEAN to true) - Password reset (only sqlite) using `docker exec -it npmplus password-reset.js USER_EMAIL PASSWORD` -- Supports TLS for MariaDB/MySQL; set `DB_MYSQL_TLS` env to true. Self-signed certificates can be uploaded to `/data/etc/npm/ca.crt` and `DB_MYSQL_CA` set to `/data/etc/npm/ca.crt` (not tested) +- Supports TLS for MariaDB/MySQL; set `DB_MYSQL_TLS` env to true. Self-signed certificates can be uploaded to `/data/etc/npm/ca.crt` and `DB_MYSQL_CA` set to `/data/etc/npm/ca.crt` (not tested, unsupported) - Supports PUID/PGID in network mode host; add `net.ipv4.ip_unprivileged_port_start=0` at the end of `/etc/sysctl.conf` - Option to set IP bindings for multiple instances in network mode host - Option to change backend port