• 0 Posts
  • 14 Comments
Joined 2 years ago
cake
Cake day: July 21st, 2023

help-circle

  • Yep my thoughts. New selfhosters think the hard part of selfhosting is command line but that’s “kinda” like thinking that the hard part of math is writing numbers on paper. Terminal is just the medium, not the complex part. Navigating filesystem and editing files is easier on the desktop but changing permissions and managing services would be be extremely difficult for a newbie without using the terminal because (almost) every online tutorial uses terminal. OP would have to learn how to translate the terminal command to its desktop counterpart at which point they might as well use the terminal.

    OP also has an XY problem. They asked for a system which does not require terminal usage but they should have actually asked for an easy to set up system. People are recommending things like Yunohost though, so it’s fine in the end.




  • I don’t recommend it unless you just want it for storage or whatever else it does out of the box. It’s basically impossible to tinker with it because it has so many layers of abstraction. At least that was my impression when I tried to edit their nginx config. It had like 2000 lines so I just gave up.

    If you want a server that runs services that you download from the internet, don’t buy it. Look at it as a box that does the thing that it promises to do, not as a computer. If you want it to do a different thing, buy a different box that does that. Kinda like a TV. It’s technically a computer that runs some kind of linux but to the user it’s a monitor that also shows videos from the internet.

    Also it’s perfectly fine to buy a “NAS black box” but maybe not something I’d buy if I wanted to get into selfhosting. I’d buy it if I wanted to have a NAS running at home with the least amount of “self” in “selfhosting” that’s feasable.





  • I used to selfhost on a core 2 duo thinkpad R60i. It had a broken fan so I had to hide it into a storage room otherwise it would wake up people from sleep during the night making weird noises. It was pretty damn slow. Even opening proxmox UI in the remotely took time. KrISS feed worked pretty well tho.

    I have since upgraded to… well, nothing. The fan is KO now and the laptop won’t boot. It’s a shame because not having access to radicale is making my life more difficult than it should be. I use CalDAV from disroot.org but it would be nice to share a calendar with my family too.



  • I haven’t tried Baikal but it seems to have (from the screenshots) just a bit more features. Radicale is merely the calendar+contacts+tasks server. You can login through the web UI to create calendars and delete them. They are then managed by a calendar/contact/task app like thunderbird. Baikal seems to have settings and a dashboard in the web UI which Radicale lacks.

    Both seem to have an unofficial docker container if you’re into that.


  • There is no difference between installing software on a VM and on “bare metal”. The OS takes care of the hardware stuff.

    I installed it according to their manual on their website (https://radicale.org/v3.html) which is imo pretty easy. The TLDR is that you first install python3 and its package manager pipx, then you install radicale using pipx and finally you run it as a systemd service. You can just copy their service template. The issue comes when you need to run multiple web services though. Radicale wants to be on the website root (website.com/ instead of website.com/some/path/blablabla/ ) which is not as trivial to set up as the previous steps. They have a template for nginx and apache but you need to kinda know the very basics of one of these to set it up.

    Also on debian there is a package so you could technically just apt install radicale and then systemctl enable radicale if you want to avoid creating a service and installing python.

    Obviously you need to create a basic config either way according to their manual. At least for password authentification.


  • Nobody is stopping you from discussing it. So far your only contribution to the discussion was bitching about others bitching.

    If we limit the discussion to the selfhosted realm, I agree with these people bitching. Nextcloud is too bloated and slow, while not providing many benefits over individual services. You would at least expect it feature ease of use over having individual apps but nope because when you install an update, there is high chance of breakage. End to end encryption has been losing people files for years. Which is imo a big deal in “private cloud”.

    I guess my point is that the “bitching” is our discussion and you and people who upvoted your comment are free to join it and perhaps provide some examples of your Nextcloud setup and why you think it’s good. I’m sure most of us will be nice and won’t tell you to keep your comments to yourself.