Create a FrankenPHP version for faster containers
Nobody has claimed this yet.
- Dominant language
- Shell
- Stars
- 7.4k
- Forks
- 1.9k
- PR merge metrics
- No merged PRs in 30d
Description
Currently, this repository gives two options: Nextcloud hosted by Apache in a single container, or using PHP FPM with an additional Nginx container.
Recently, there is a newer way of building high performing PHP container, which is FrankenPHP. FrankenPHP is a modern PHP webserver which is based on Caddy. The benefit of FrankenPHP is that it is incredibly fast and you only need a single container.
If there's is an interest, I would be happy to see if I can create Dockerfiles to start supporting Nextcloud based on FrankenPHP.
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 comparing the repository's existing Apache and PHP FPM plus Nginx container Dockerfiles with the proposed FrankenPHP approach. Determine the Dockerfiles and image behavior needed for a supported single-container variant, then verify that the resulting Nextcloud container builds and serves the application as intended.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- docker, php
- Domain
- devops, infrastructure
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 50/100