@rako@tarte.nuage-libre.fr
rako
Sur le microblogging: @rakoo@blah.rako.space
Sur le web: https://www.rako.space
Sur xmpp: rako@conversations.im
Sur deltachat: https://i.delta.chat/#F2EACE10C8C69DE92EE5B72B308C75A6FA0B3479&i=AXCOWs9ZS0ZlgudzJAm8ERqz&s=WZ2khNFSyDdAW-N3yjqQTnTK&a=phj2so4ey%40nine.testrun.org&n=Invite (si vous n’êtes pas du spam je vous ajouterai à mon vrai compte)
member since 7 Jan 2026 09:43
comments
- on Looking to move from Caddy in c/selfhosted@lemmy.world · 2d ago
-
on Home server on old android phones? in c/selfhosted@lemmy.world · 3d ago
I think it’s a very good idea for reusing old, unused phones and make them useful again. No need to buy a phone for that.
This is the point where having a 24/7 up server is not the smartest thing to do and a device that is sometimes turned off is fine
-
on Software for Syncing files between storages (Linux) in c/selfhosted@lemmy.world · 17 Sep 2026
Be aware that if you have a single machine syncthing won’t work.
Use any software that can do software merging, like meld, it does the job
-
on [Question] Public-facing Wiki in c/selfhosted@lemmy.world · 12 Sep 2026
If you’re not going to have many editors, don’t hesitate to look at https://feather.wiki/ . It’s a single-file wiki with everything embedded, so to modify it you actually do your changes then get the new index.html that you can push back to the hosting place. No server-side process, no scaling issues, SEO-friendly, portable, backupable, etc…
-
on [Question] Public-facing Wiki in c/selfhosted@lemmy.world · 12 Sep 2026
This means your pages would retain the classic wiki change log, so that it can all be generated from a Git repo that’s small enough to keep on a floppy disk.
That already exists: https://ikiwiki.info/ . It is by default a bit more raw than dokuwiki but does the same thing in the end.
-
on [Question] Public-facing Wiki in c/selfhosted@lemmy.world · 12 Sep 2026
fossil is made by actual engineers, maybe we should follow that path
-
on DigitalOcean contributes 3 million and joins the Omacom (Omarchy) Foundation in c/selfhosted@lemmy.world · 10 Sep 2026
When capitalism can’t find a new way to grow and is challenged by dominees, it funds fascism as an investment towards to guarantee their dominance
-
on What is your cloud backup solution? in c/selfhosted@lemmy.world · 30 Aug 2026
I have a vps I use for other stuff, and put syncthing on it. My files are replicated between it, my computer and my phone. On the vps I activated the setting to store old versions
For photos I use hetzner’s storage share, a nextcloud offering. Photos are browsable with nextcloud’s “memories” app, really useful.
I don’t really believe in “backups”, ie a full copy of the content in another format that is unusable unless you run it through a special restoring process. If the files are being copied, why not make it useful ? Syncthing makes it so all environments are equally usable, and the versioning prevents mistakes. There is no restore phase: the files are already usable.
I really think we need to move our thinking away from the one-machine-with-copies mindset, and architecture our usages around multiple-machines-by-default. If the goal of backups is resiliency, a syncthing clusters achieves that.
-
on A solar powered website that goes offline when there's no power in c/selfhosted@lemmy.world · 18 Aug 2026
garage is a software project made for communal home hosting. Tech literates will talk about its S3 API but that’s the least interesting part: the most interesting is that it has been purposely built to be hosted on (actual) commodity hardware like second-hand nucs, running on flaky home power and internet and linked together through usual isps. Nodes may come up and down but the cluster withstands all of that.
Garage would be a pretty nice project to run a solar-powered mini-cluster. If sufficiently far from each other, you could even run without polluting batteries !
This list https://noai.starlightnet.work/list.html has a long list of projects explicitly rejecting AI and there are some in there I would place in the “big and mature” bucket