• 0 Posts
  • 101 Comments
Joined 2 years ago
cake
Cake day: September 27th, 2023

help-circle




  • Linux is not what it used to be.

    When you think linux (on the desktop), don’t think nerdy terminal thing… Think a bit more complicated Android when using gnome and when talking normal use. You still can use it for advanced features like self hosting, but for advanced things you would need terminal. Regarding normal use, I installed it for my mom… No complaints, no viruses, she is super happy since people today mostly use a web browser.

    Mini PC can be used for selfhosting, yes. Server is a ‘role’. It’s not necessarily hardware. So you can selfhost a bunch of things on rpi, Linux phone or actual server hardware. Subscribe to selfhosted community and see what people do there. Easiest is maybe to start with network file share to work with windows (in Linux world this is called samba).

    Self hosting will not come always with a gui and you need to learn things like podman (a container engine), but recently a management tool called cockpit bacame very usable. I think i saw that they even have samba configuration GUI, but I’m not sure. Anyway, Cockpit is a web tool, so if you have it enabled, you can fix and change things from another computer. Check the screenshots: https://cockpit-project.org/

    If Arte Works via a browser, install Firefox and that’s it.

    I use a mini PC from HP, elitedesk or prodesk not really sure, with Intel 8gen cpu. Size is like 2x 100g chocolates. I would advise against this specific micro pc - due to some hp firmware stupidity - it causes HDMI to not have Sound out-of-the-box. Some manual configuration is needed (if you do opt for it, I can tell you how to fix it).

    To avoid these problems. I would go for AMD CPU of 4000 gen of later. That kind of pc on willhaben costs roughly 200-300eur.

    You can check also afbshop they tend to have refurbished equipment for really good prices with warranty from time to time.


  • Since we are in the privacy community, maybe not. I only proposed it for convenience and if this didn’t cross your mind.

    Privacy aside, with PS5 or Xbox you get a device with two features. Plus new games are insanely pretty, I really like Forza 5. Since this is not what you want, I can propose maybe one alternative, better fitting for privacy community: use Linux Box in the form of a mini PC and get a USB optical drive.

    A while ago I was considering a similar thing, just instead of dvd, I was considering blu-ray. Couldn’t find really a cheap one which works with 4k, so im sticking with mini PC option and an Xbox






  • Not OP, but what I do lack here is a decent server Implementation in a single binary and easy deployment.

    Also decent native clients for various platforms. Do we have any good ones?

    This probably isn’t a xmpp specific, but I’d like to have it work like wireguard. If the keys are wrong, self hosted instance would just reject it on the packet level. Then only authorized clients could use it. Outgoing connection on some hub instance would give access to outside world. All this would help with self hosting.









  • ijhoo@lemmy.mltoSelfhosted@lemmy.worldCaddy reverse proxy
    link
    fedilink
    English
    arrow-up
    4
    ·
    3 months ago

    Once you figure out how traefik is configured, this is super logical and easy. Also, you can use it with podman and qublet on fedora, so you can manage it all with systemd.

    https://theobservum.com/posts/2023/2023-04-15_traefik/

    Tldr; Traefik is looking at all containers and scans for labels (attributes on containers). If certain labels are set, Traefik adjust itself. So the trick is how to set those labels, which both docker compose and qublet make easy, but qublet doesn’t need a compatibility package and comes natively with podman.