Imho the card view redesign was more than needed, thank you!
Big kudos to the thunderbird team, since the supernova announcement they’ve done a really good job
Imho the card view redesign was more than needed, thank you!
Big kudos to the thunderbird team, since the supernova announcement they’ve done a really good job
Agree, it doesn’t mean the project it bad but it still seems a bit weird. I’ve texted one of the Dev on Reddit to ask for some clarification about the whole thing, and maybe understand the reasons behind this choices.
Will update you here if they reply
As I replied to the other comment, I wasn’t aware of the recent happenings. I’ve been using Floorp for a while now and when I installed it it was fully opensource.
However, it seems like it’s fully opensource again now (sources in the other reply)
Huh! I didn’t know about all these happenings around floorp’s source code availability, but from what I can see now it should be back as fully open source under the MPL 2.0… am I wrong?
From the Floorp official website:
Floorp’s source code is entirely open, allowing anyone to view it and contribute to the project. Not only is the browser itself open source, but the build environment is as well.
Agree.
Not at all a security expert here, but maybe doing it inside a distrobox could be a temporary fix?
Forget it, I just tried and it seems it gets installed in your home directory so using distrobox doesn’t change anything (apparently, but as I said I’m not an expert so feel free to correct me if I’m wrong).
However, I’ve seen they also have it available through a bunch of package managers like nix, arch and Fedora
Thank you, but the problem is that is howdy installation (that gets automatically executed after I run sudo apt install howdy
that tries to run “old fashioned” pip commands.
So I should either find a way to tweak Howdy install (like building it from source after changing something maybe?) or disable this system security feature temporarily, install howdy and re-enable it immediately after
Nope I didn’t, but the problem doesn’t seem to be the Python version, but instead the fact that now Python is “externally managed” and therefore I cannot install packages using pip install packagename
as it used to be.
I know that this is done for security reasons and that the good practice would be using pipx or conda, but the problem is that howdy istallation still tries to use the “old approach”
If you are looking for something light and low maintenance, maybe Mint could be a good fit?
I’ve never daily driven it because I’m not a fan of Cinnamon, but everyone says its light and stable so seems like what you are looking for
Then I would suggest you to take a look at Reverse Proxies, which are programs that let you publicly expose different services hosted on the same computer under different (sub)domains.
The easiest to start with (and also probably the one that better fits your needs) afaik is NGINX Proxy Manager, which can be set up really easily using docker, and you can find plenty of tutorials online (here is one I watched when I was starting to look into docker and selfhosting, it’s a bit old but should still be valid).
If after having set up that you will to thinker around it a little bit and dive a bit deeper, there’s also Traefik which is pretty cool and also has a lot of materials to learn online.
I don’t remember if the video I linked mention it or not, but to use a reverse proxy to expose your services on the web you will first need to set up a dynamic dns (probably the easiest way is to use Cloudflare) or to ask your ISP for a static IP, then go into your routers settings and find the Port Forwarding section where you should tell your routers to send all the incoming traffic from ports 80 (HTTP) and 443 (HTTPS) to the local IP of your server. And then you should be ready to use spin up Nginx Proxy Manager or Traefik on your server.
(idk if I was clear or not but I swear it’s easier that how it seems ahah)
Is immich the only service you want to expose? And did you installed it using docker or directly on your system?
Up! Depending on what you are looking for also VanillaOS could be an interesting option
When it reboots the fans are kinda loud until I enter the password for disk encryption, then everything is as expected. Temperatures are more than ok both before and after the random reboots.
Sorry for the noob question but, how can I run a memtest on it?
I really like Photon, that is a web client but with Firefox PWAs addon can be installed a regular app
EDIT: just seen someone else wrote the same in a different comment, wooops
It can be a bit overkill for your use case if you only need to stream the USB media on your tv, but take a look at Jellyfin, it’s a program you can install on any PC and as long as this is up and running on the same network you can access your media on that PC (in your case with the USB plugged in) from any other device (TV, other PCs, Tablets, smartphones)
Still haven’t looked into podman properly, but docker is much easier to learn because as you said there’s a lot more material available online. I’d say start with Docker, and if in the future you will find out podman better fits your needs you can always switch (they should not be that different)
Ahah dw, it happened to me as well and to be fair the OCI UI for opening ports is not the most intuitive piece of software I’ve seen…
Currently using Infomaniak.com and I’m really liking it. They are a bit pricy compared to other registrars but
Not an exper either, but I’ve used OCI Free Tier for a while and most of the times I was encountering issues they were related either to the fact it was ARM and not x86_64 (most tutorials and guides are not written with ARM CPUs in mind) or to the sort of Firewall built in the Oracle Cloud Platform. Have you already checked if the ports required for the services not working are opened correctly?
Maybe take a look at PhotoSync as well, it’s not foss but it’s a really well-done app and seems to be what you are looking for