#Nextcloudpi

2025-04-13

Can I use with an old qnap nas for backing up pictures?

2025-03-19

I think I am going to move back from #Nextcloud to #nextcloudpi
I have learned a lot about Docker in the process, but I still can't get NextCloud to update properly and I think that the Pi variant is a lot easier to set up.

holzdiebimeinsatzchristiansblog
2025-03-19

Mal eine Frage in die Linux Runde. Ich habe auf meinem Raspberry Pi 3b installiert.

Jedoch kann ich max. 1-2 Minuten sowohl auf Nextcloud als auch via SSH auf den Pi selbst zugreifen. Danach werden alle Verbindungen gekappt. Nach einem Neustart ist die externe URL unter trusted domains in der config.php durch nextcloudpi ersetzt.

Fehlermeldungen in den logs finde ich nichts.

Ich brauch Hilfe 😁

2025-03-11

@nextcloudatomic #nextcloud #nextcloudpi vielleicht fĂŒr Mike nach der Babypause @kuketzblog interessant, wird (noch) gefördert vom Bundesministerium (D)

Nextcloud Atomicnextcloudatomic
2025-03-08

I just published a blog post detailing what led me to start this project and the aspects of @NextCloudPi (which I am also maintaining), that I wanted to improve on:

nextcloudatomic.com/en/blog/01

das nÀchste bittedirksche@social.tchncs.de
2025-02-12

Ich stehe mal wieder auf dem Schlauch. Welche #nextcloudpi Version soll ich von der Seite github.com/nextcloud/nextcloud
fĂŒr einen Raspberry Pi 3B nehmen? Ich sehe kein Release. Muss ich sie selber bauen?
#raspberrypi3 #nextcloud

2025-02-09

Using the #nextcloudpi image, which works out of the boks ...

das nÀchste bittedirksche@social.tchncs.de
2025-02-08

Wenn ich eine #nextcloud hinter #nginx als revers proxy habe. Welche Instanz sollte dann das lets encrypt Zertifikat beantragen und verwalten? Nginx oder der Nextcloud Server?

#letsencrypt #nextcloudpi #reverseproxy #itfragen

Gerne teilen

teledyn 𓂀teledyn@mstdn.ca
2025-02-07

A question for #nextcloudpi and #nextcloud AI folks: would adding #hailo 8l to my #rpi5 offer any performance advantage?

das nÀchste bittedirksche@social.tchncs.de
2025-02-07

Gibt es hier Nutzer, die folgende Kombi erfolgreich laufen haben?
#UnifiedPush auf #nextcloudpi hinter reverse proxy #nginx (in meinem Fall liegt nginx auf einem anderen Server).
Push Nachrichten werden vom Socket (in meinem Fall #mollysocket ) losgeschickt, werden jedoch von der selbstgehosteten nextcloudpi unifiedpush provider Kombi nicht weitergeleitet.
Auch andere Apps mit UP reagieren nicht.
Gerne #retröt

2025-02-07

@GhostOnTheHalfShell
There is a simple way to have your own data with #NextcloudPI on a Raspberry PI and retrieve it via the internet via DAV and with Nextcloud apps.
Then you are independent of USA-big-corporations and it hardly needs money and only from time to time for an update.
For the security of the connection you could still use VPN.

nextcloudpi.com/

opensource.com/article/23/3/ne

@stevel

das nÀchste bittedirksche@social.tchncs.de
2025-02-02

Update/Lösung: Eintragen der IP des nginx tragendes GerÀtes als trusted_proxy in NCP.

Brauche mal wieder IT Hilfe von euch Trötis. Folgende Situation: ich habe zwei #Raspberrypi hinter meiner Fritzbox. Auf beiden laufen verschiedene Server. Auf Raspi 2 lĂ€uft #nextcloudpi. Ich möchte die nextcloud jetzt von außen zugĂ€nglich machen. Dazu setze ich einen cname Eintrag in meiner Domain. Jedoch kommt die Anfrage nicht wirklich bei meiner nextcloud an. Ich habe auf Raspi 1 einen #nginx als rev.....

das nÀchste bittedirksche@social.tchncs.de
2025-01-31

Heute setzt ich mal versuchsweise ein #Nextcloudpi auf. Wenns mir gefĂ€llt, lass ich im Heimnetzwerk laufen. Und evtl. Zugriff von außen? Mal sehen...kann per #wireguard auf mein Heimnetz zugreifen. Ist ein Risiko weniger.

Dr. Doro (she/her)ditsch42@troet.cafe
2025-01-20

Finally got back to setting up #Nextcloud on a #RaspberryPi today (using #NextcloudPi), after failing to make it work some months ago.
Turns out I was just one "sudo reboot" away from making it work last time (which I figured out after redoing the entire installation process)...

2025-01-12

@jedie @bertagieselbusch @yunohost
Yunohost - einmal probiert, schnell die Finger davon gelassen. Es ist eine immense Aufgabe, alle Applikationen, die nicht fĂŒr ein "nebeneinander" auf einer Plattform gedacht sind, so umzubauen, dass es passt. Von Updates der einzelnen Applikationen gar nicht zu reden.
Ich verwende daheim einen Odroid-N2+ mit Armbian und #nextcloudpi .
Da braucht es nicht viel Kenntnisse, weil im Text-MenĂŒ praktisch alles vorhanden ist, was ein Nextcloud-Admin so braucht.

2025-01-10
2025-01-01

@nextcloud Use #nextcloudpi and a daily backup feature is included.😃

2024-12-02

To inform #nextcloudpi users on #armbian : the latest update obviously sets PHP8.4 as default version for the command-line.
This doesn't work well with #nextcloud as backups won't work ("not compatible with PHP 8.4"). I guess after a reboot the HPB will be down - one of my "favourite" error messageâ˜č . You have to set the PHP alternative manually back to php-8.3.

sudo update-alternatives --config php

2024-11-02

After update from #nextcloudpi to v1.55.2 and subsequently #nextcloud from 28.0.5 to 29.0.4
there are two php-fpm services running:
php8.2-fpm
and
php8.3-fpm

Alternatives show php8.3 in use and "php -v" gives php8.3 as result, too.
So I stopped php8.2-fpm and that didn't harm nextcloud, at all.
After that I disabled the service php8.2-fpm.
I hope this is OK đŸ€”
The update of #nextcloud to 29.0.4 via #nextcloudpi v1.55.2 did install php8.3 and set it as default resp. alternative.

2024-10-20

Problem solved.
There was a wrong entry in the jason formatted nc-trusted-domains.cfg file.
Created by some earlier versions (prior to 28.0.5) of #nextcloud .
Removed the line containing "suggest" in the first domain block "DOMAIN1" helped and now I run #nextcloudpi v1.55.2.
It was not easy to find out in which file the error on line 13, column 15 was.
I had to edit the update.sh file download from github and put into a temporary directory whose name changes for every update run (ncp-update).

Client Info

Server: https://mastodon.social
Version: 2025.04
Repository: https://github.com/cyevgeniy/lmst