poVoq
@poVoq@slrpnk.net
- Comment on Since militaries are authoritarian, even in democratic countries; What would a military of a stateless/anarchist society look like? 2 days ago:
The militias in Rojava (northern Syria) are kinda working that way. There are no real ranks and they were quite effective fighting ISIL and Turkish proxy forces in recent years.
- Comment on Remember the good old days? 1 week ago:
Most of human history…hmm checks notes… since the invention of capitalism about 400 years ago, yes.
Even serfs under feudal lords had significantly more free time and while basic child labor was common, it was mostly in family run farms.
- Comment on CS:Legacy announced as a full standalone remake of Counter-Strike 1.6 2 weeks ago:
I think I’ll stick to: github.com/eukara/FreeCS
- Comment on IPFire 2.29 - Core Update 192 released [firewall] 3 weeks ago:
I went from OPNsense to IPfire 😎
Yes, it has less features, but most of the stuff in OPNsense is convoluted and rarely needed, and IPfire being a more standard Linux definitely helps customizing it further.
One of the big disadvantages of IPfire right now is that it is IPv4 only right now though. They plan to fix this for the next major release, but that is still a bit out I guess.
- Comment on Mastodon to GoToSocial Migration 3 weeks ago:
Its much leaner and also has some nice privacy/consent features that Mastodon lacks.
- Submitted 3 weeks ago to selfhosting@slrpnk.net | 6 comments
- Submitted 3 weeks ago to selfhosting@slrpnk.net | 4 comments
- Comment on Now that Trump is getting real chummy with Putin where does that leave China? 4 weeks ago:
Generally speaking Trump is not getting into an alliance with Russia, but rather joins the “multipolar” club of imperialists that want to carve out their own sphere of influence with out the others interfereing. China agrees with this but there are other reasons why the interests of the US and China still clash.
- Comment on Can I move my nextcloud account from a provider to my own server? 5 weeks ago:
You might be able to ask for a SQL database export that you could try to import into your own Nextcloud instance (with the same version).
- Submitted 1 month ago to selfhosting@slrpnk.net | 1 comment
- Comment on What are the recommended server specs for different Fediverse software? (Especially Hubzilla) 1 month ago:
I see you already got some reasonable responses in your cross post.
Specifically Hubzilla is very light on resources. It will basically run anywhere. I had it running on an extremely cheap shared php host some years ago and that was mostly fine.
Xmpp is also lightweight, but Matrix scales very badly once you try to enter any popular rooms with your server. It is better to run a xmpp server with a Slidge based Matrix gateway.
- Submitted 1 month ago to selfhosting@slrpnk.net | 0 comments
- Comment on Simple selfhosted CI/CD with Woodpecker and Podman 1 month ago:
If you mean Forgejo actions that is still experimental and Codeberg is using Woodpecker.
- Submitted 1 month ago to selfhosting@slrpnk.net | 2 comments
- Comment on Installing Lemmy & PieFed using Docker on a Raspberry Pi 5 using Cloudflare Tunnel 1 month ago:
Thanks for sharing this detailed guide.
Would be interesting to hear in a few weeks how hosting either on a Rpi5 holds up. I suspect it might be a bit underpowered for a well federated server.
- Comment on Copyright and Artificial Intelligence Part 2: Copyrightability 2 months ago:
So far nothing new. Does the pdf say anying about the training data?
- Comment on Make a JBOD Enclosure video 2 months ago:
HDDs are also available in 2.5", but yeah the real cost/GB advantage you can currently only get with large capacity 3.5" HDDs.
- Comment on Make a JBOD Enclosure video 2 months ago:
If you use 2.5" drives you only need a 5V power supply, which makes improvising one much easier.
- Comment on I just learned how to do a reverse proxy! 2 months ago:
Congrats!
- Comment on I don't see the problem. It's A tree. It's not THE tree. 2 months ago:
I think we have the solution here.
- Comment on Project MINI RACK - a 10" Homelab Revolution! 2 months ago:
This YouTube channel is very RasberryPi focussed. Making a RasberryPi cluster doesn’t make much sense for most homelab stuff.
- Comment on Well it's an improvement for this pet mouse 2 months ago:
That’s clearly a hamster 🫠
- Comment on Forgejo v10.0 is available [git] 2 months ago:
Gogs is what became Gitea, is what became Forgejo. The fork history is a bit complicated.
But if Gogs works for you, no need to change.
- Submitted 2 months ago to selfhosting@slrpnk.net | 6 comments
- Comment on KaraDAV release 0.6.0 [webdav] 2 months ago:
Yes it is a general purpose WebDAV server and should work with Zotero. I have not tried it with Zotero specifically, but I use it with several other apps that only offer normal WebDAV support such as Floccus for bookmarks syncing.
Nextcloud uses Webdav internally, but especially the Nextcloud apps expect a lot of additional non-standard extensions to WebDAV so that they don’t work with normal WebDAV servers. KaraDAV has reverse-engineered most of these extensions and thus the official Nextcloud Android and Desktop apps accept it as if it was a real Nextcloud. It is hovever limited to the file sync feature of Nextcloud, no calendars and such.
- Comment on KaraDAV release 0.6.0 [webdav] 2 months ago:
Prosody is a XMPP server and not a WebDAV server though.
- Comment on [deleted] 2 months ago:
You can sign up on a Lemmy instance that runs the full image proxy.
- Submitted 2 months ago to selfhosting@slrpnk.net | 8 comments
- Comment on Setting up SSL for Lemmy over Cloudflare Tunnel using Nginx Proxy Manager 2 months ago:
You are probably better of switching to a better ISP or renting a VPS in that case.
- Comment on Setting up SSL for Lemmy over Cloudflare Tunnel using Nginx Proxy Manager 2 months ago:
Have you tried running it without the cloudflare tunnel? Seems like an unnecessary extra complication.
As for NPM… I never used it, but Lemmy has a rather complex Nginx setup that probably can’t be acuratly mapped with a simplistic UI like that.