-
|
Hello, NPMplusVersion: 2026-01-16-r2-8ab7314-2.13.6 Date: Sat Jan 17 07:38:56 CET 2026 UserWhen you read my feedback, please, don't forget this: Brain version: 1971 (no update). Homelab: no ; only product machine. What i'm looking for: Beginner users friendly reverse proxy and multilayer protection for my NAS. I learn how to use Nginx Proxy Manager with youtube followind Christian Lempa's tutoriel: https://www.youtube.com/watch?v=P3imFC7GSr0 Don't forget, most of the time, i don't understand what i'm doing. Base: Feedback on installation and use of NPMplus products #251 My two cents:first log = OK All my Proxy Host work well. (Nextcloud AIO, Vaultwarden, Jellyfin and 19 others). dark mode + light mode => Better for the eyes, thanks to you. Traductions: FRwindows=>path=>to => suggested change (suggestion de changement) Certificats => ajouter certificat => Ajouter Certbot via HTTP => Reuse Key (Réutiliser la clé) Hôtes => Ajouter Hôte proxy => Détails => Options => Enable fancyindex/compression by upstream (Activer Fancyindex/Compression par Upstream) Geoblocking exampleI try to follow the README.md out of the box: Restart and: Conclusion: Out of the box, it is too hard for me. It work if i copy/past/change exemple in #730 🌍 Setting Up GeoIP Blocking in NPMplus by xxcite81. I can uncomment few lines, but change somethings is very hard for me. Code seems to be some kind of hieroglyphs. AnubisTry config host with anubis =>fail.
OPEN-APPSECAlways the same: no connection with NPMplus ??
same question on docker compose.yaml line 173 : - "registered_server=NPMplus"
But my NPMplus is calling: "container_name: npmplus" on line 4 Should i change the line 173 ? ConclusionTo my point of view, you're doing a good job as an engineer. Thank you again for your work. |
Beta Was this translation helpful? Give feedback.
Replies: 6 comments 8 replies
-
|
I forget Crowdsec
Work well. |
Beta Was this translation helpful? Give feedback.
-
this sounds interesting, I can't reproduce this, but this should not happen
I think you are talking about the french translation quality? It is nearly identical to the upstream translation, since I don't speak french, if you want you can create a PR to improve it, either here or to upstream
the issues you had could be because you already had hosts based on the other example
the auth_request line needs to be in a custom location with the path /, it doesn't work in the advanced config since with this you create an infinite loop:
I must say I don't know much about openappsec, I compile their module and provide it to the people, I don't use it myself, from my understanding the value of registered_server is cosmetic and doesn't matter, but I could be wrong. But it should be unrelated to the containe rname in anycase. I know the docs are not perfect, but this is also why I try to help the people if they open discussions |
Beta Was this translation helpful? Give feedback.
-
|
I had a clue about the first subjet:
In the fisrt deployment of NPMplus, I uncommented and filled in the lines the lines 82 and 83. When I comment the lines again, the error disappears. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Geoblocking example
Despite following your advice, I was unable to follow the online example in the README.md file. I then tried to install geoblocking by following the instructions in the README.md file. Try to connect with tor => fail = normal I still have Anubis to do (tomorrow), I can only help you with the French translation, editing a PR is too complicated for me. I need to find a good Youtuber to explain PHP-FMP and load balancing to me, and understand the benefit it might or might not have on my installation. |
Beta Was this translation helpful? Give feedback.
-
Anubis
Finally, I found the solution for Anubis. Now it works! The first one, without geoblocking:
|
Beta Was this translation helpful? Give feedback.
























this sounds interesting, I can't reproduce this, but this should not happen
I think you are talking about the french translation quality? It is nearly identical to the upstream translation, since I don't speak french, if you want you can create a PR to improve it, either here or to upstream
the issues you had could be because you already had hosts based on the other example
the auth_request line needs to be in a custom location with the path /, it doesn't work in the advanced c…