nextcloud / nextcloud/nextcloud-docker-dev
Install and enable a shipped app in Docker container
Nobody has claimed this yet.
- Dominant language
- PHP
- Stars
- 190
- Forks
- 103
- Avg merge
- 4h 36m
- Merged PRs (30d)
- 1
Description
I want to install logreader so I can view logs more easily.
Since this app is not from the app store but comes included with Nextcloud, I don't know how to install and enable it:
https://github.com/nextcloud/logreader
Setting it to NEXTCLOUD_AUTOINSTALL_APPS=logreader does not work.
I see that viewer a`` is installed from bootstrap.sh, so there should be a way to install the apps we want:
Instead of hardcoding that viewer app cloning, wouldn't it be better to have an ENV where the default value is viewer but allows you to add more shipped apps?
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 with docker/bin/bootstrap.sh around line 417, where the viewer app is cloned, and compare that flow with NEXTCLOUD_AUTOINSTALL_APPS. Check how shipped apps such as logreader are installed and enabled in the container. Done means an environment setting can retain viewer by default while allowing additional shipped apps.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- docker, shell
- Domain
- devops
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 38/100