poVoq
@poVoq@slrpnk.net
- Submitted 2 days ago to selfhosting@slrpnk.net | 0 comments
- Comment on Selfhosting Sunday! What's up? 4 days ago:
Played around a bit with hosting Flohmarkt and Manyfold. Promising fediverse projects, but still a bit early days.
Also looked a bit into running Piefed on via Podman, but didn’t progress much with it. Looks easy enough though in general.
- Comment on when hell freezes 4 days ago:
Looks like Windows Subsystem for Linux 😅
- Comment on flohmarkt a federated alternative to ebay and facebook marketplace 1 week ago:
I guess I could share my Podman service files sometimes.
The main annoyance I had when setting it up was that you have to set an ENV variable for the timezone, otherwise the map for the location choser during the initial instance setup doesn’t show up thus making it impossible to proceed.
I guess this is probably an unintended bug and I should make an issue on their Codeberg about that sometimes.
- Comment on flohmarkt a federated alternative to ebay and facebook marketplace 1 week ago:
It is pretty early in development, but so far quite nice. I set up a test instance a few weeks ago and are quite happy with it so far.
- Submitted 2 weeks ago to selfhosting@slrpnk.net | 1 comment
- Comment on Backups? (and Intro) 2 weeks ago:
If you use btrfs (nice for simple ad-hoc raid1 setups) then github.com/digint/btrbk is a very nice tool to automate snapshots and backups over ssh.
You can also improvise a setup with an external usb drive that you only connect once a week or so to do longer term backups. This isn’t exactly an off-site backup but somewhat similar if you store that drive away from the servers.
- Comment on Selfhosting Sunday - slrpnk edition 4 weeks ago:
Snikket isn’t really ment to be customized with other components right now, but it is possible to get Biboumi working with it.
Most people use Biboumi as a bouncer for external IRC networks, but of course it also works with a self-hosted IRC server.
- Comment on Selfhosting Sunday - slrpnk edition 4 weeks ago:
Where is this mesh network located? Sounds amazing.
- Comment on Selfhosting Sunday - slrpnk edition 4 weeks ago:
Why not Biboumi as an IRC bouncer?
- Comment on Selfhosting Sunday - slrpnk edition 4 weeks ago:
I finally need to get around automating the deployment of a Hugo based website via Forgejo webhooks this week.
- Comment on State of federation in git forges 5 weeks ago:
They are the org hosting Forgejo development and are well aware of efforts to add federation to it.
- Comment on I Turned This Broken Phone Into A Home Server 5 weeks ago:
In the video he explains how he removed the battery and made a direct power connection.
- Submitted 5 weeks ago to selfhosting@slrpnk.net | 10 comments
- Comment on Lynx-R1 Headset Makers Release 6DoF SLAM Solution As Open Source 1 month ago:
Neat. Now we need someone to completely jailbreak the Occulus devices so that we can install a custom android rom or GNU Linux on it.
Mainline Linux support for those Qualcomm chips is already not bad.
- Comment on State of federation in git forges 1 month ago:
Yeah, sadly Forgejo is the only one working on it and it seems like the Gitea base code is making it somewhat difficult to implement (aside from the various moderation issues that come with federation that also need to be solved).
- Comment on Self-host : review appreciated 1 month ago:
Ah, with OpenBSD? That is rather niche…
- Comment on How To: Setup and configure Forgejo with support for Forgejo Actions and more! 1 month ago:
You can try heptapod.net which is a Gitlab CE softfork with added Hg support.
- Comment on VPS provider 1 month ago:
Hosting from home is another option that can safe a lot of money over time.
Ionos has an really cheap 1€/month VPS that seems to be pretty good value for small things though.
- Submitted 1 month ago to selfhosting@slrpnk.net | 5 comments
- Comment on (Europe) email self hosters can use the GDPR fight big mail hosters who block you 2 months ago:
This is unlikely to work and I doubt data protection agencies will bother with taking up your complaint.
- Comment on Sync-in, a new alternative to Nextcloud 2 months ago:
Nextcloud started out as file focused, and many people that run Nextcloud since a while now, consider most of the additional features to be unnecessary bloat; I for example stopped using Nextcloud because of its featuritis and abyssal performance.
- Submitted 2 months ago to selfhosting@slrpnk.net | 11 comments
- Submitted 2 months ago to [deleted] | 0 comments
- Comment on Sanity check - NAS with backups 2 months ago:
That seems unecessarily complex, but I guess you would need to explain more about your usecase.
P.S.: Samba is horrible 😅
- Submitted 3 months ago to selfhosting@slrpnk.net | 0 comments
- Comment on Self Hosted Private Forums? 3 months ago:
- Comment on Building Cheap & Efficient Home Servers with... Laptops? | Hardware Haven 5 months ago:
Especially when starting out it can also be quite helpful to have a screen and keyboard attached to the server and not only SSH access.
To prevent battery issues it is often possible to limit the charge level in the bios.
- Comment on All life on Earth comes from one single ancestor, now we know what it was 5 months ago:
Aliens 🤯
- Comment on Hosting files on the LAN to trusted folks at a LAN party -- FTP? 5 months ago:
You could try this: github.com/drakkan/sftpgo
But in general for some quick adhoc file upload classic FTP is still not bad.