NginxProxyManager / NginxProxyManager/nginx-proxy-manager
Features to add from a first time user
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 34.2k
- Forks
- 3.9k
- Avg merge
- 21h 12m
- Merged PRs (30d)
- 20
Description
Enhancement 1 - environment variables to be used for initial setup in docker compose file, they could be ignored if the initial configuration file exists upon starting the container.
admin_passwsord=blah
or
admin_password_has=hash
admin_email='admin@mydomain.com'
Enhancement 2 - healthcheck script
Are there any plans to have a health check script within the container?
Granted a long cmd using curl (presuming the container is inclusive of the curl binary) and such could be created in the docker compose healthcheck section, but adding a health check script that tests that everything is running on the ports would be nice.
Enhancement 3 - usernames
How hard would it be to add a username to the database, thus offering the user the ability to login either with their user or alternatively with their email address?
Stuart
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No specific files or tests are named. Start with the Docker Compose configuration and separate the three requested enhancements—initial environment-variable setup, a container healthcheck script, and username-based login—then define acceptance criteria for each before estimating implementation work.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- docker, docker-compose
- Domain
- authentication, database, devops
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100