mastodontech.de ist einer von vielen unabhängigen Mastodon-Servern, mit dem du dich im Fediverse beteiligen kannst.
Offen für alle (über 16) und bereitgestellt von Markus'Blog

Serverstatistik:

1,5 Tsd.
aktive Profile

#gitannex

3 Beiträge3 Beteiligte0 Beiträge heute

With @adswa we built a #gitAnnex special remote for internxt.com/drive

They offer "lifetime" plans for >>TB-sized zero-knowledge-encrypted cloud storage.
Should be good for private stuff.

The special remote implementation is wrapped around the official CLI.

It is not without issues (see README), and the API availability could be better. But if you don't like their android/desktop app, this could be means to put that drive to good use.

pypi.org/project/git-annex-rem

internxt.comInternxt Drive – Private & Secure Cloud StorageStore, share, and back up your files and photos to the cloud with Internxt Drive. Open-source and end-to-end encrypted file storage and online backup.

testing new #gitAnnex feature that lets it be used with just about any P2P network that supports socket-like connections. yggdrasil, fowl, iroh, etc. Expanding on tor hidden services that git-annex already supports.

My test script simulates such a network using socket files with this absurdly small shell script.

It was pretty cool when "git pull" and "git-annex get" just worked over this on the 1st try.

Antwortete im Thread

@heise_ct Cool! Hab mal durchgeskippt, aber nichts zu einer tatsächlichen Backup-Lösung gesehen.

#Syncthing ist KEIN Backup! ⚠️ Muss man sonst auf die harte Tour lernen. Syncthing synchronisiert nur Ordner. Auch das Löschen von Dateien!

Auf dem :raspberrypi: #RaspberryPi muss dann noch sowas wie #borgBackup oder #restic oder :gitannex: #gitAnnex laufen, dann ist es eine super Lösung. 👍

z.B. hier: nobodyinperson.gitlab.io/talks

nobodyinperson.gitlab.ioDas Leben in Git
Fortgeführter Thread

And here another one: #gitAnnex is notorious for making many commits in the background to the branches synced/<yourbranch>, synced/git-annex and git-annex. These have a perfectly valid technical reason and make git annex as awesome as it is, but in a #forgejo dashboard feed, these are massively confusing as they mask the really important changes. With a little bit of template massaging, these can be filtered out. Probably better to make this configurable somehow (checkbox? 🤔), but this is a workable solution for now.

(This might interest the @datalad people @matrss @mih)

It's very useful if you self-host the #FOSS tools you need, because then you can fix little issues you have here and there on your own.

For example, we use #forgejoAneksajo (#forgejo with #gitAnnex support) to sync and collaborate on code and data. We often have long filenames, which are unfortunately obstructed by forgejo's gigantic commit message column 😅 But a bit of #CSS later and that's fixed so we can more easily browse through our multicopter flight plots 😌

Heyy #gitAnnex quality people, do you have a quality tutorial to follow for archiving photographs? I am not satisfied with just creating a repo on an external drive because then I can't easily browse the archived photographs, and I am struggling to make an exported directory repo...

🎉 Registrations are now re-opened for #distribits2025, taking place 23-24 October! distribits.live/news/2025-regi

Join us in person (spots are limited) or remotely - sign up now at distribits.live/.

Please note:
⛔ The call for contributions is closed
🤖 The #hackathon is full, but you can ask to join the waitlist in your registration form

@datalad #gitannex #distributed #data #opendata #rdm #tech #open_source_software #conference

@umphy I spent the last two weeks migrating and curating all the :nixos: #NixOS configurations for the sensor packages to flakes. Previously, I hand-rolled the pinning, and it involved a lot of manual scripting, which is now gone, what a relief! 🥳

I had to drop :gitannex: #gitAnnex though for tracking assets I want to deploy on the copters. Unfortunately, flakes don't like git annex. 😔 But there is workarounds for many things.