This repository is based on nginx-proxy-manager
and allows easy forwarding to websites with free SSL, requiring minimal knowledge of Nginx or LetsEncrypt.
git clone https://github.com/focela/npm.git \
&& cd npm \
&& cp .env.example .env
docker-compose up -d
- User-friendly admin interface
- Simple domain forwarding, redirections, and 404 hosts
- Free SSL via Let's Encrypt or custom certificates
- Access control and HTTP authentication
- Advanced Nginx configuration for power users
- User management and audit logs
-
Install Docker & Docker-Compose:
-
Edit
.env
file with your configuration. -
Start the service:
docker-compose up -d
NPM is licensed under the MIT License. See the LICENSE file for more details.
Thanks to our contributors. Contributions are welcome!
If you encounter any issues, please open an issue in the repository:
GitHub Issues