jrollans.com is a Fediverse instance that uses the ActivityPub protocol. In other words, users at this host can communicate with people that use software like Mastodon, Pleroma, Friendica, etc. all around the world.
This server runs the snac software and there is no automatic sign-up process.
Getting Borg backups to work on Nextcloud without an intermediary step was way more painful than it should have been and largely came down either a missing step in the documentation or a bug. I'll file a bug later and report back but in the meantime if you're new to #nextcloud and pulling your hair out because your remote #borgbackup won't work, the fix is fairly simple. Once you create the remote borg repo you need to copy the config file from the borg repository to the data directory of your nextcloud-aio container. So the steps look like this:
export BORG_REPO=ssh://borg@zzz.zzz.zzz.zzz/path/to/repo
export BORG_PASSPHRASE=whatever you like
borg init -e repokey-blake2
cp /path/to/repo/config /var/lib/docker/volumes/nextcloud_aio_mastercontainer/_data/data/borg.config
chown www-data:www-data /var/lib/docker/volumes/nextcloud_aio_mastercontainer/_data/data/borg.config
chmod 0770 ./borg.config
So following above, you're creating your repo on host zzz.zzz.zzz.zzz (replace this with the IP address of the target) and then once that's done you're copying the config file that gets created in the borg repo into the data directory for the Nextcloud Master Container. It looks like this maybe worked on older versions so my guess is this is a bug but anyway, there you go, this should fix the issue with your backups not working. They'll hopefully fix this at a later date.
Und das nächste Pflänzchen ist in meinem digitalen Garten eingepflanzt! Yay! 🌱
Ein Beitrag über meine Nextcloud und wie jeder an eine Nextcloud kommen kann.
Achtung! Es ist etwas Kommerz dabei, da ich ja auch irgendwie nach der Umschulung mein Leben finanzieren muss. Ist aber sehr minimal.
Digitale Souveränität
Solange Entscheider lieber unterschreiben, was sie kennen, statt zu gestalten, was sie könnten, bleibt digitale Souveränität ein PR‑Begriff in Strategiepapieren. Technisch ist sie längst erreichbar. Der Engpass liegt nicht im Rechenzentrum – er sitzt im Konferenzraum.
heise.de/meinung/Kommentar-Dig…
#Nextcloud #digitalesouveränität
Location: Taipei
Ich habe Probleme mit der Synchronisation meiner Adressdaten vom Smartphone auf meinem Nextcloud Server mittels DAVx5. Füge ich zum Beispiel einen neuen Kontakt auf dem Smartphone ein, wird dieser nicht mit der Datenbank auf dem Nextcloud Server synchronisiert. Dort heißt es, das die Kontakte schreibgeschützt sind. Und ich finde nirgends eine Einstellung (Nextcloud und DAVx5) wo ich den Schreibschutz entfernen kann. Weiß da jemand weiter?
Kalendereinträge funktionieren.
#Davx5 #nextcloud
Zum Wochenende: Wenn die Nextcloud crasht
Meistens geht es gut, manchmal geht es schief. Ein Erfahrungsbericht über die gescheiterte Aktualisierung auf Nextcloud 33 mit wertvollen Erkenntnissen.
#Nextcloud #Update #Backup #Restore #Linux
https://gnulinux.ch/zum-wochenende-wenn-die-nextcloud-crasht
#Nextcloud upgrade day - 32.0.6 → 33.0.0:
for some reason "occ maintenance:repair --include-expensive" fails, with the "File Sharing" App disabled.
"My Fix": The routine finished without errors, after temporarily enabling the "File Sharing" App. It's disabled again, now.
faut que je travail ce point, c'est peut être la dernière chose qui retient ma femme sur google drive...
(a et les photos avec immich et les mails que sort un peu du mode geek/ligne de commande)
#TerSoftware com tema #selfhosting Vai ter que ser listinha: Num VPS (Contabo)
Em casa num notebook velho:
#snac2 (fediverso)
@Linuxkumpel@social.tchncs.de @nik @Linuxkumpel@vivaldi.net @kuketzblog
Ich möchte hier auf Floccus von @marcelklehr hinweisen.
Floccus synchronisiert Lesezeichen über Anwendungs- und Betriebssystemgrenzen hinweg und steht als Erweiterung für die meisten Browser zur Verfügung.
Praktisch, wenn man sich mal wieder nicht für einen bestimmten Browser entscheiden kann…
#firefox #chrome #vivaldi #brave #edge #opera #orion #browser #cloud #nextcloud #googledrive #dropbox #webdav #git #github
I wasted hours for failing with #nextcloud kubernetes liveness/readiness/startup probes. Until I realized I need to add hostname to them. Reminder for later me:
```
startupProbe:
failureThreshold: 3
httpGet:
httpHeaders:
- name: Host
value: my.nextcloud.com
path: /status.php
port: 8080
scheme: HTTP
initialDelaySeconds: 40
periodSeconds: 10
successThreshold: 1
timeoutSeconds: 5
```
But eventually #NextCloud got happily moved to #OpenShift, along with #collabora and new member notify_push! I wonder if " High-performance backend" would be worth the effort? I tried talk video calls, but clients could not connect from other sides of NAT.
Step 2: Webspace https://toolboxxblogg.de/di-day/step-2-webspace/ ##Nextcloud#Hetzner#Datenschutz#DSGVO#CloudAct#Datenspeicher#cloud#Backup#Datensicherung
Rechteverwaltung in der Nextcloud
Wie funktioniert das mit Benutzern, Gruppen und Dateirechten in der Nextcloud? Dieser Artikel erklärt es einfach und anschaulich. Nur echt mit einem Ralf-Rant.