Add pictures and the text for installation on Raspberry Pi#132
Add pictures and the text for installation on Raspberry Pi#132
Conversation
Co-authored-by: Alex <abackermann91@gmail.com>
Co-authored-by: Alex <abackermann91@gmail.com>
Co-authored-by: Alex <abackermann91@gmail.com>
| sudo mkdir -p /mnt/data | ||
| ``` | ||
| ```sh | ||
| sudo chown -R 1000:1000 /mnt/data |
micbar
left a comment
There was a problem hiding this comment.
Found some typos. The rest is awesome 🚀 ! Thank you for that efforts!
There was a problem hiding this comment.
PR Overview
This PR updates the Raspberry Pi getting started documentation for OpenCloud by adding images and additional text to clarify installation and configuration steps.
- Added sections with visual aids for activating SSH, checking IP, Docker usage, external storage setup, and domain configuration.
- Enhanced step-by-step instructions with new images and improved formatting.
Reviewed Changes
| File | Description |
|---|---|
| docs/admin/20-getting-started/50-raspberry-pi.md | Updated instructions with images and additional steps for Raspberry Pi setup |
Copilot reviewed 13 out of 13 changed files in this pull request and generated 3 comments.
|
Enabled copilot, they also found some typos =) |
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Michael Barz <michael.barz@zeitgestalten.eu>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
There was a problem hiding this comment.
PR Overview
This PR adds pictures and detailed text instructions for setting up OpenCloud on a Raspberry Pi as part of a getting started guide.
- Adds comprehensive steps covering hardware requirements, OS installation, SSH setup, Docker installation, external storage configuration, and making OpenCloud accessible externally.
- Introduces several images to visually support instructions.
Reviewed Changes
| File | Description |
|---|---|
| docs/admin/20-getting-started/50-raspberry-pi.md | Added detailed setup instructions with images for Raspberry Pi guide |
Copilot reviewed 13 out of 13 changed files in this pull request and generated 2 comments.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
There was a problem hiding this comment.
PR Overview
This PR updates the Raspberry Pi guide by adding detailed text and images to help users set up OpenCloud on a Raspberry Pi.
- Expanded guide sections with detailed installation instructions
- Added images to illustrate configuration steps and potential errors
- Updated the documentation flow for setting up external storage and network access
Reviewed Changes
| File | Description |
|---|---|
| docs/admin/20-getting-started/50-raspberry-pi.md | Added comprehensive installation instructions with embedded images and code snippets |
Copilot reviewed 13 out of 13 changed files in this pull request and generated 1 comment.
Comments suppressed due to low confidence (1)
docs/admin/20-getting-started/50-raspberry-pi.md:106
- [nitpick] The term 'RaspberryPi' is inconsistent with other instances where 'Raspberry Pi' is used. Consider updating it for consistency.
Now you have running OpenCloud locally on your RaspberryPi and you can adjust it to your needs.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
There was a problem hiding this comment.
PR Overview
This PR adds a comprehensive guide for setting up OpenCloud on a Raspberry Pi by including new text and pictures in the documentation. Key changes include:
- Adding detailed installation and configuration steps for Raspberry Pi.
- Integrating images to visually support instructions on hardware setup, SSH connection, Docker/Docker Compose installation, external storage mounting, and making OpenCloud accessible externally.
Reviewed Changes
| File | Description |
|---|---|
| docs/admin/20-getting-started/50-raspberry-pi.md | New guide content with step-by-step instructions and images |
Copilot reviewed 13 out of 13 changed files in this pull request and generated no comments.
Comments suppressed due to low confidence (1)
docs/admin/20-getting-started/50-raspberry-pi.md:118
- [nitpick] Consider updating the image alt text to use clear and consistent phrasing, for example, changing "find the external hd" to "Find external hard drive".
<img src={require("./img/raspberrypi/find-external-hd.png").default} alt="find the external hd" width="500"/>
|
Copilot happy now, so am I |
Description
Add pictures and text for the Raspberry PI guide.