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.

Site description
These are the voyag... uh, things I post about.
Admin email
jrollans@gmail.com
Admin account
@jrollans@jrollans.com

Search results for tag #nextcloud

[?]𝙉𝙤𝙖𝙝 𝙨𝙖𝙣𝙨 𝙨𝙚𝙧𝙞𝙛 » 🌐
@monkeyninja@10base2.dev

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 and pulling your hair out because your remote 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.

    [?]Shi » 🌐
    @Shi@troet.cafe

    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.

    shidigital.com/garten/plant5.h

      [?]hoergen » 🌐
      @hoergen@horche.demkontinuum.de

      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…

      Location: Taipei

        AodeRelay boosted

        [?]AndiBerlin 🚴 » 🌐
        @Andi_Berlin@troet.cafe

        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.

          AodeRelay boosted

          [?]GNU/Linux.ch » 🌐
          @gnulinux@social.anoxinon.de

          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.

          gnulinux.ch/zum-wochenende-wen

            [?]Multi Purr Puss :verified: » 🌐
            @platymew@layer8.space

            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.

            With the File Sharing app disabled, something throws an Exception: "Could not resolve OCA\Files_Sharing\Repair\CleanupShareTarget! Class "OCA\Files_Sharing\Repair\CleanupShareTarget" does not exist". (It's NOT the Zend OPcache - it's already loaded.)

            Alt...With the File Sharing app disabled, something throws an Exception: "Could not resolve OCA\Files_Sharing\Repair\CleanupShareTarget! Class "OCA\Files_Sharing\Repair\CleanupShareTarget" does not exist". (It's NOT the Zend OPcache - it's already loaded.)

              AodeRelay boosted

              [?]oldsysops » 🌐
              @oldsysops@social.dk-libre.fr

              bon le serveur intégré a ne fonctionne pas (enfin je n'arrive pas a le faire fonctionner)...

              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)

                #snac2 boosted

                [?]Sergio Lima » 🌐
                @oigreslima@fed.sfl.pro.br

                com tema Vai ter que ser listinha: Num VPS (Contabo)


                Em casa num notebook velho:
                (fediverso)

                  [?]edafe » 🌐
                  @me@edafe.social

                  @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…

                  floccus.org/

                    [?]Ilkka Tengvall » 🌐
                    @ikkeT@mementomori.social

                    I wasted hours for failing with 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

                    ```

                      [?]Ilkka Tengvall » 🌐
                      @ikkeT@mementomori.social

                      But eventually got happily moved to , along with 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.

                        [?]toolboxxblogger🏳️‍🌈 » 🌐
                        @toolboxxblogger@sueden.social

                        Step 2: Webspace toolboxxblogg.de/di-day/step-2 ##Hetzner#Datenschutz#DSGVO#CloudAct#Datenspeicher#cloud#Backup#Datensicherung

                          AodeRelay boosted

                          [?]GNU/Linux.ch » 🌐
                          @gnulinux@social.anoxinon.de

                          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.

                          gnulinux.ch/rechteverwaltung-i