nextcloud / nextcloud/nextcloudpi
Request: add nextcloudpi to raspberry pi imager
Nobody has claimed this yet.
- Dominant language
- Shell
- Stars
- 2.9k
- Forks
- 318
- PR merge metrics
- No merged PRs in 30d
Description
Description
Raspberry pi imager already provides images of other third party operating systems and adding nextcloudpi would simplify installing it. This can be achieved by opening an issue in https://github.com/raspberrypi/rpi-imager with a json with the required links (see https://github.com/raspberrypi/rpi-imager/issues/162 )
Example
OctoPi json can be used as a reference:
{
"os_list": [
{
"name": "OctoPi",
"description": "A Raspberry Pi distribution for 3d printers. Ships OctoPrint out-of-the-box.",
"icon": "https://raw.githubusercontent.com/guysoft/OctoPi/devel/media/rpi-imager-OctoPi.png",
"subitems_url": "http://unofficialpi.org/rpi-imager/rpi-imager-octopi.json"
}
]
}
Aditionally, icon needs to be provided as a 40x40 image
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 reviewing the Raspberry Pi Imager issue 162 linked in the description and compare its JSON structure with the OctoPi example. Prepare the required links and a 40x40 icon for NextcloudPi, then open the requested issue in raspberrypi/rpi-imager; done means the upstream request includes the complete JSON and icon.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- raspberry-pi
- Domain
- embedded-iot
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100