poVoq
@poVoq@slrpnk.net
- Comment on Now that Trump is getting real chummy with Putin where does that leave China? 1 day 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? 1 week 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 week ago to selfhosting@slrpnk.net | 1 comment
- Comment on What are the recommended server specs for different Fediverse software? (Especially Hubzilla) 2 weeks 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 3 weeks ago to selfhosting@slrpnk.net | 0 comments
- Comment on Simple selfhosted CI/CD with Woodpecker and Podman 3 weeks ago:
If you mean Forgejo actions that is still experimental and Codeberg is using Woodpecker.
- Submitted 3 weeks ago to selfhosting@slrpnk.net | 2 comments
- Comment on Installing Lemmy & PieFed using Docker on a Raspberry Pi 5 using Cloudflare Tunnel 4 weeks 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 4 weeks ago:
So far nothing new. Does the pdf say anying about the training data?
- Comment on Make a JBOD Enclosure video 4 weeks 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 4 weeks 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! 5 weeks ago:
Congrats!
- Comment on I don't see the problem. It's A tree. It's not THE tree. 5 weeks ago:
I think we have the solution here.
- Comment on Project MINI RACK - a 10" Homelab Revolution! 1 month 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 1 month ago:
That’s clearly a hamster 🫠
- Comment on Forgejo v10.0 is available [git] 1 month 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 1 month ago to selfhosting@slrpnk.net | 6 comments
- Comment on KaraDAV release 0.6.0 [webdav] 1 month 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] 1 month ago:
Prosody is a XMPP server and not a WebDAV server though.
- Comment on [deleted] 1 month ago:
You can sign up on a Lemmy instance that runs the full image proxy.
- Submitted 1 month ago to selfhosting@slrpnk.net | 8 comments
- Comment on Setting up SSL for Lemmy over Cloudflare Tunnel using Nginx Proxy Manager 1 month 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 1 month 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.
- Submitted 1 month ago to selfhosting@slrpnk.net | 0 comments
- Submitted 2 months ago to selfhosting@slrpnk.net | 0 comments
- Comment on Questions on self-hosting Lemmy 2 months ago:
You need to make sure you get a unique public IP from your home ISP. Some utilize a so called CGNAT which allows them to share one IP with multiple customers, but this makes self-hosting from home much more difficult. Less bad is a so called dynamic IP, which is unique but can change randomly. For that you need some system to automatically update your DNS records when a IP change is detected.
And yes, the domain registrar and dns server operator has an webinterface to associated your public IP with the domain name. The better and larger ones also provide an API to automate it should your public IP change.
There are many things you can do to improve security, but mostly you should run a firewall to not expose any internal services to the public internet.
- Comment on Questions on self-hosting Lemmy 2 months ago:
Lemmy is very database write heavy once federated, so unless you get the nvme extension for your Rpi5 it will not work very well. The database is also very RAM hungry as a result.
Anyways, if it is just about testing, it should not be a problem.
Lemmy by itself should be accessible without a domain name, but federation depends on it. Just give it a try and accessit via “localhost”.
A TLD is just a reference to an public IP. Basically you ask a server what IP does this name reference and that’s it.
TLS certificates (via Lets Encrypt) are necessary for participating in the federation and protect data like passwords of the users while being send to the server. It is not strictly speaking a security measure for your server.
- Comment on 2024 Steam Awards Nominees Announced 2 months ago:
It has always been a “Which game has the bigger fan base” contest 🤷♂️
I don’t think I ever agreed with the nominations or the the final winners, because they never make any sense other than through the hype and fan-base lens.
- Submitted 2 months ago to selfhosting@slrpnk.net | 0 comments
- Comment on Starlink with self hosted? 2 months ago:
Starlink uses CGNAT, so that is not possible since the public IP is shared between multiple subscribers.