nextcloud / nextcloud/nextcloud-docker-dev
Use `XXX.localhost` instead of `XXX.local`
Nobody has claimed this yet.
- Dominant language
- PHP
- Stars
- 190
- Forks
- 103
- Avg merge
- 4h 36m
- Merged PRs (30d)
- 1
Description
XXX.localhost is set up on most linux systems to already resolve to 127.0.0.1, so adding the record to /etc/hosts would no longer be needed.
Of course this can be changed in the env file, but I think this is a more useful default setup.
Contributor guide
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
Start by inspecting the environment file and docker-compose configuration that define the development hostname and the /etc/hosts setup. Check how XXX.local is currently used, then update the default to XXX.localhost while preserving the environment override. Done means the default development URL resolves without requiring an /etc/hosts record.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- docker-compose
- Domain
- developer-experience, devops
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100