Too bad that that is a country tld, which means they could basically withdraw that from you at any point.
Too bad that that is a country tld, which means they could basically withdraw that from you at any point.
If it works for you, there is no reason to switch.
The benefit for me is mostly the systemd integration (e.g. do a simple DB backup before running the container using StartExecPre
) & the corresponding unified logging with journalctl. Then there is auto update and boot persistence without having to run an additional process.
The hardest part for me was to switch from docker compose to quadlets, but there is podlet to help with the conversion.
Well, no mail client. Browsers, ntfy, gotify and others can receive notifications too.
Thanks for the suggestions, but no, I have not. I am not looking to replace my mail app, but to remove it from my phone/desktop entirely and instead running something similiar on a server, so I can access it from my phone/desktop when needed.
Thank you, this definitely goes into the right direction and I will check them out!
but then you’d still have to have your mobile mail client go and download all this mail you said is a battery drain, so you’re sort of negating yourself.
That is precisely my point. I do not want a mobile or desktop client anymore. Just a client which is running on a system which is always running anyway to send me a notification and I can then decide if I will check it out now or if it can wait.
Proprietary mobile clients often work similarly, they do the “heavy lifting” on the server side, send a notification, but only temporarily load the mails you explicitly view temporarily on the device. And thus, they use less battery and storage of the device. Another benefit for the unified client would be faster sync of mail status (e.g. read/unread) as it is only one client on the IMAP server instead of one on each device. And another benefit would be not having to migrate email clients when replacing devices.
As someone who is rather new to the topic: I have a GPU with 16 GB VRAM and only recently installed Ollama. Which size should I use for Deepseek R1?🤔
Deleting after x days is possible with Pinchflat, iirc.
Maybe Memos:
https://github.com/usememos/memos
Or as others mentioned Obsidian with Git or Syncthing or Livesync for multiple devices. It is extremely versatile.
Backed this on Kickstarter. Seems honestly too good to be true, so I am antsy to get my hands on it.
Five Filters has a paid service, but they also have a free docker app for people who want to self-host. https://github.com/heussd/fivefilters-full-text-rss-docker
That container is running PHP5. Make sure to either not run it public or to properly secure it.
Does that still work? Last updated over a year ago and the free games are usually protected by some rather creative captchas.
Pro Tip: If you want to really annoy Windows git users, just put some on Windows “illegal characters” in the filenames before committing. It is even funnier, if the git server has no UI where it could be fixed quickly.
Is it brutally expensive? Yes. Do you have to buy it? No.
Will people buy it? Yes.
Will there be more brutally expensive items because of it? Yes.
First: IANAL, EU law is complicated. This is my understanding as of now:
TL;DR: The EU Cyber Resilience Act (CRA) aims to enhance cybersecurity standards for products with digital elements. It introduces mandatory requirements for manufacturers and retailers to ensure cybersecurity throughout a product’s lifecycle. The CRA excludes open-source software developers unless their software is used commercially as part of a “product with digital elements”.
would lemmy be regulated by CRA?
Lemmy, as an open-source project, would likely not be directly regulated by the CRA. The Act specifically excludes open-source developers from its scope unless their software is used commercially.
Whaz about lemmy instances?
Lemmy instances might be regulated by the CRA if they are operated commercially as part of a “product with digital Elements”. (Is there a pay for access instance or hosting as a service for lemmy? I am not aware of one.) However, since most instances are run non-commercially or for personal use, they would likely fall outside the CRA’s scope.
Is there a difference if there is a fee or a recurrent donations?
Yes:
The key distinction lies in the obligation attached to the payment. Fees come with an expectation of receiving something in return, while donations are given freely without such expectations.
There is also a CLI without docker, for agent and hub, and you can mix & match. I can’t say how well though, very happy with running it as docker compose.
- monitors CPU, memory and disk space
- can accept multiple hosts to watch
- has some sort of alerting system
- can be deployed as a single docker container
can be configured using a text fileconfigs can be imported and exported inside the docker compose file
https://github.com/henrygd/beszel
There is no really config to speak of. You setup the hub. Then you click on add system and write in the IP. Then you click on “Copy compose”. That is the agent you can then deploy with a compose file on any system. Click on add and it is there.
The only thing you might want to configure is alerting, but only once on the hub.
That is awesome. Was thinking about building a service which sends me the top X entries of a subreddit each week, but this is even better!