#Mastodon updated
#Bluesky PDS updated
#OpenSUSE updated
#Proxmox VE & Backup updated
#Nextcloud updated
Productive day
#Mastodon updated
#Bluesky PDS updated
#OpenSUSE updated
#Proxmox VE & Backup updated
#Nextcloud updated
Productive day
#google One - Auf Wiedersehen! Daten, Fotos, Kalender, Kontake zu einem deutschen Provider in eine gemanagte #nextcloud gezogen. Nicht zu unterschätzen die familiären Beharrungskräfte von Frau und den beiden Töchtern.
Est-ce qu’il y a un outil chouette pour enregistrer et consulter des points sur une carte, et qui existe / se synchronise et sur une page web et sur mobile ?
En ligne je pense à #uMap et #FacilMap et #Felt et #Nextcloud Maps, mais aucun ne semble super sur mobile. Sur mobile je pense à #OrganicMaps et #OSMAnd, mais j’y retrouverai pas les choses depuis l’ordi.
Merci @stephane_klein
En attendant j'ai cherché (un peu plus réveillé qu'hier) et j'ai trouvé ces liens :
https://dokuwiki.isi.isem-evolution.fr/doku.php?id=services:nextcloud:nextcloud_synchro_agenda_et_taches
https://docs.nextcloud.com/server/latest/user_manual/fr/groupware/sync_android.html
Il ne reste qu'à comprendre pourquoi l'agenda ne veut pas partager avec un groupe dans le #nextcloud de @murena
Et si besoin d'un coup de main pour installer cette solution et la maintenir faites-nous signe
#nextcloud #collabora #silverpartnernexcloud
The satisfaction of clearing all warnings in the admin panel after a Nextcloud upgrade
#Bremen: Wir haben einen netten Nachmittag beim Datenschutz-Kaffeeklatsch gehabt! Ca. 20 Leute waren da und wir haben uns über #Nextcloud, #KI, das #Fediverse, #Messenger und datensparsame #Smartphone Nutzung unterhalten. Es war sehr nett mit euch! Die Links und Empfehlungen zu den Themen die aufkamen, versuchen wir hier (im Thread) zu sammeln (nicht nur) für die Leute die da waren:
Just logged into Dropbox after a long time, and my first impression was "wow, this is like #Nextcloud but shitty"
Pour me changer les idées d'#osm, je me suis créé un site qui se veut #smolweb avec gohugo.io afin d'y basculer toutes mes #recettes de #cuisine.
Avec un site léger, les temps de chargement sont incroyablement brefs. J'aime bien #nextcloud et #cookbook, mais d'abord on ne peut pas rendre publique les recettes, et ensuite ce sont vraiment des pages obèses.
Il me reste quelques centaines de recettes à basculer mais c'est en route
https://alterzorg.fr/recettes/
Update de mis aventuras con la #raspberrypi
Empecé de cero con #yunohost, instale de neuvo #nextcloud y trate con #dendrite ( #matrix ) pero no funcionó
. Así que volví a #xmpp con #prosody
Sigo viendo cuales serán los próximos paso
The Nextcloud pod as seen under the Podman containers menu in Cockpit.
In a termninal, I can run:
$ sudo podman healthcheck run nextcloud-app
to run the healthcheck on a single container, or run:
$ sudo podman ps
to see the health state for all running containers.
Initiativet for demokratisk datafellesskap i #norge har digitalt møte med danske @datacoop tirsdag 29. april kl 20 - 2130~2200
Et #datafellesskap er en medlemsorganisasjon for samarbeid om drift av felles digitale tjenester, som #nextcloud, sosiale media, #peertube, forum, chat, o.l.
Bli med du som vil lære hvordan de har gjort ting i ti år i Danmark, og vil bli med i den kommende norske søsterforeningen :)
Møtelenke https://meet.jit.si/DatafellesskapErNajs
Diskusjon https://forum.fedi.dk/topic/154
Gestern habe ich noch ein paar Videos zu #Obsidian gesehen und fand die Möglichkeit mit dem Sync über meine #Nextcloud ganz interessant.
Nach einer Nacht darüber schlafen, werde ich wohl mein Setup mit #NextCloudNotes beibehalten, denn das beste System, ist ein einfaches System. #kiss #keepItSimpleStupid
Nachdem die Variante mit nem RasPi3 sich als doch etwas langsam erwiesen hat, gibts nun eine neue Cloud mit einem RasPi5.
#nextcloud #pihole #raspberrypi #UnplugTrump
I need some help from the #selfhosting and #homelab community, I have reached full analysis paralysis!
I have 3 weeks left to determine what hardware to buy for my #selfhosted #homeprod my goal is to run #nextcloud & #immich in production well enough that It can seamlessly support my wife to #degoogle
I was leaning towards #talos cluster or #k3s for #kubernetes and #longhorn storage, but might all be overkill
Have determined I have these options are similar price & energy budget points:
Gibt jetzt #CryptoPad als #Nextcloud Plugin/App..
4) caddy:latest
The caddy image doesn't have any built-in healthcheck, and even `curl` is missing.
Luckily `wget` is available, and I use it to call Nextcloud's status page. This does check for more than the health of the caddy service itself.
Add the following in the [Container] section of the nextcloud-web.container:
...
HealthCmd=wget --quiet --spider --tries=1 https://cloud.example.com/status.php || exit 1
HealthStartPeriod=10s
HealthInterval=30s
HealthTimeout=5s
HealthRetries=5
Notify=healthy
...
3) nextcloud:fpm-alpine
This one wasn't obvious, but I was able to put something together, inspired by a closed github issue. The HealthCmd uses the built-in `occ status` command.
Add the following in the [Container] section of the nextcloud-app.container:
...
HealthCmd=php occ status 2>/dev/null | grep -e "installed: true" -e "maintenance: false" -e "needsDbUpgrade: false" | wc -l | [ "`cat`" = "3" ] || exit 1
HealthStartPeriod=20s
HealthInterval=60s
HealthTimeout=10s
HealthRetries=5
Notify=healthy
...
2) valkey/valkey:alpine
I've recently switched from redis to valkey, but they are compatible. I'll use the redis-cli tool to ping the service.
Add the following in the [Container] section of the nextcloud-redis.container:
...
HealthCmd=redis-cli ping || exit 1
HealthStartPeriod=10s
HealthInterval=30s
HealthTimeout=30s
HealthRetries=3
Notify=healthy
...
#podman #nextcloud #quadlets #healthcheck #redis #valkey
https://redis.io/learn/operate/redis-at-scale/talking-to-redis/command-line-tool