• 1 Post
  • 6 Comments
Joined 1Y ago
cake
Cake day: Jul 21, 2023

help-circle
rss

It’s probably a skill issue but don’t really know how to setup desktop streaming. I’ve tried

[[apps]]

title = "Desktop"

[apps.video]

source = "pipewiresrc capture-screen-cursor=true capture-screen=true"

But it just shows black screen.


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.


The point is that they have recently focused on better binary package availability. Sure they always had support for binary packages but most software needed to be compiled.


Thanks for your reply. Unfortunately I don’t think the Orange Pi 5 Plus is mainline Linux ready, or at least the RK3588 is not there yet so it seems to me that it’s more of a hacky board. I don’t think the Zimaboard is open source but it seems pretty good although I personally would buy a coreboot compatible small form factor PC if I went x86.


Thanks, does it have mainline linux support though? I know I am kinda repeating myself but that is probably the most important point as I am not really a good hacker so I don’t really want to buy hacky solutions.


Open hardware single board computer server recommendations?
Hi, I am looking for a SBC to self host stuff on. I would like it to be somewhat open hardware (manufacturer provides schematics and drivers are open source). Which is why I initially wanted to buy a banana-pi router but after reading a post in this /c/ I found that mainline linux support is fairly rare in these arm/riscv SBCs. So I was hoping someone more knowledgeable would help me find some options. Here are my "wants": + Low power drain + Open source hardware and software + Mainline linux support + 2 ethernet ports, at least 1Gb + at least 2GB RAM - could do with 1GB I suppose + a reasonable way to connect 2 SSDs and 2 HDDs - ie. 4 sata ports or one pcie port (not through USB) + EU seller. Not required but I hate dealing with import taxes and I like guarantees + Finally I need it to have "wake on power", so that it can start automatically after power outage The more I search the internet, the more it seems that this mythical computer does not exist but maybe someone knows more than me. Thanks for your replies. Edit: I'm likely going to settle with the Visionfive 2 since it has official ubuntu support and I won't have to rely on some hacky linux image provided by the manufacturer. It has 2 LAN ports and an M.2 NVME which I'm gonna split into 4 SATAs. Also 8GB RAM is plenty for the lightweight stuff I want to host, maybe even Nextcloud won't be *that* painful. Final note: I'm actually not sure how much is the Visionfive 2 open-source but it seems better than intel and AMD stuff so I'm willing to compromise since I actually want to buy something that exists. But anyone reading this in the future beware that I don't know whether it's really open source to the last logic gate. (likely not)
fedilink