Skip to content

Add pictures and the text for installation on Raspberry Pi#132

Merged
Svanvith merged 13 commits intomainfrom
add-raspberrypi-installation
Mar 5, 2025
Merged

Add pictures and the text for installation on Raspberry Pi#132
Svanvith merged 13 commits intomainfrom
add-raspberrypi-installation

Conversation

@Svanvith
Copy link
Copy Markdown
Contributor

@Svanvith Svanvith commented Mar 4, 2025

Description

Add pictures and text for the Raspberry PI guide.

Comment thread docs/admin/20-getting-started/50-raspberry-pi.md Outdated
Comment thread docs/admin/20-getting-started/50-raspberry-pi.md Outdated
Comment thread docs/admin/20-getting-started/50-raspberry-pi.md
Comment thread docs/admin/20-getting-started/50-raspberry-pi.md Outdated
Comment thread docs/admin/20-getting-started/50-raspberry-pi.md
Comment thread docs/admin/20-getting-started/50-raspberry-pi.md
Svanvith and others added 3 commits March 4, 2025 16:26
Co-authored-by: Alex <abackermann91@gmail.com>
Co-authored-by: Alex <abackermann91@gmail.com>
Co-authored-by: Alex <abackermann91@gmail.com>
@micbar micbar requested a review from AlexAndBear March 5, 2025 10:46
sudo mkdir -p /mnt/data
```
```sh
sudo chown -R 1000:1000 /mnt/data
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

❤️

Comment thread docs/admin/20-getting-started/50-raspberry-pi.md Outdated
@AlexAndBear AlexAndBear requested a review from Copilot March 5, 2025 10:58
Copy link
Copy Markdown
Member

@micbar micbar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Found some typos. The rest is awesome 🚀 ! Thank you for that efforts!

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Comment thread docs/admin/20-getting-started/50-raspberry-pi.md Outdated
Comment thread docs/admin/20-getting-started/50-raspberry-pi.md Outdated
Comment thread docs/admin/20-getting-started/50-raspberry-pi.md Outdated
@AlexAndBear
Copy link
Copy Markdown
Member

Enabled copilot, they also found some typos =)

AlexAndBear and others added 4 commits March 5, 2025 12:15
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>
@AlexAndBear AlexAndBear requested a review from Copilot March 5, 2025 11:16
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Comment thread docs/admin/20-getting-started/50-raspberry-pi.md Outdated
Comment thread docs/admin/20-getting-started/50-raspberry-pi.md Outdated
AlexAndBear and others added 2 commits March 5, 2025 12:19
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
@AlexAndBear AlexAndBear requested a review from Copilot March 5, 2025 11:19
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Comment thread docs/admin/20-getting-started/50-raspberry-pi.md Outdated
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
@AlexAndBear AlexAndBear requested a review from Copilot March 5, 2025 11:21
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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"/>

@AlexAndBear
Copy link
Copy Markdown
Member

AlexAndBear commented Mar 5, 2025

Copilot happy now, so am I

@Svanvith Svanvith changed the title Add pictures and the text Add pictures and the text for installation on Raspberry Pi Mar 5, 2025
@Svanvith Svanvith merged commit 7a1cf41 into main Mar 5, 2025
@Svanvith Svanvith deleted the add-raspberrypi-installation branch March 5, 2025 12:02
@openclouders openclouders mentioned this pull request Mar 5, 2025
1 task
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants