• 1 Post
  • 13 Comments
Joined 1 year ago
cake
Cake day: June 8th, 2023

help-circle
  • As others have said, debian is very minimal, so If you would prefer to setup and configure the whole system yourself, debian is a good choice.

    Personally, I prefer fedora server. It comes with more things configured out of the box (zram and sysctl configs for example) as well as better security defaults (selinux included with proper policies) and first class support for container infrastructure. Ultimately you could achieve a similar end result with debian, but for my homeservers I prefer to let the fedora team handle most of the system configuration for me.


  • For the sake of anyone who finds this looking for a proper answer, SteamOS/Bazzite/ChimeraOS are all suitable for this purpose. I didn’t consider them when writing this because I thought they were primarily game focused, but for non-games like Jellyfin or a web browser, you can just add them to your steam library as non-steam games.



  • frap129@lemmy.maples.devtoOpen Source@lemmy.mlKiosk OS?
    link
    fedilink
    arrow-up
    12
    ·
    edit-2
    9 months ago

    I don’t know of an OS or distro dedicated to this, but it should be pretty easy using cage-kiosk, a window manager that only allows for a single window, and cog, a very basic web app container.

    Install cage and cog on whatever distro you want, setup autologin, then in your ~/.profile add something like

    cage -- /usr/bin/cog https://example.com

    It should boot directly to the webpage at that point. Make sure to set up ssh before you do all this! System management might get tricky if you dont










  • Graphene only supports Pixel phones. You could try to port over the device tree, HALs, and build system changes from LineageOS, but you would have to maintain it all yourself and run your own builds. Im using a pixel and I really enjoy graphene, but I’m not sure if it’s worth that much effort