feat: oc11 to support docker only deployments#1511
Conversation
dd559ff to
1d3f714
Compare
PR Review — feat: oc11 to support docker-only deploymentsStatus: DRAFT | +2248 / -1733 OverviewThis PR migrates all ownCloud Server documentation to assume a Docker-only deployment model. It:
Issues & ConcernsSecurity — High
Breaking Changes — Should Be Documented
Documentation Quality
Structural / Correctness
SummaryThe direction is correct for a Docker-first docs strategy, but the PR has three items that need to be resolved before merging:
The version mismatch ( 🤖 Review generated with Claude Code |
|
If we need it again to find and replace multi line patterns (Claude issue): |
|
|
||
| After changing the policy file for ImageMagick, restart your Apache web server or your php-fpm service. | ||
| ImageMagick uses ghostscript for converting PDF. Please also make sure, that ghostscript is installed and the PDF format is listed when invoking the following command: | ||
| After changing the policy file for ImageMagick, restart your container. Check that the PDF format is listed when invoking the following command: |
There was a problem hiding this comment.
We need to find a different approach. Docker container and images need to be treated as immutable.
As already explained - maybe not detailed enough - never change anything within the image and container. This also includes the ownCloud config file. ownCloud is to be configured only via env vars.
In case anything is missing in the container as of now: treat this as a bug in the image and we work on a solution either by extending the emv vars of declaring a feature as not accessible anymore (e.g. hardening of SVG - we will not ship exploitable images)
| == Operating System | ||
|
|
||
| === Enable hardening modules such as SELinux | ||
| === Enable Hardening Modules Such as SELinux |
There was a problem hiding this comment.
Drop selinix. We don't have it in the image and will not add it. Users cannot enable it. Pointless....
No description provided.