This Week in Self-Hosted (15 March 2024) (selfh.st)
from savedbythezsh@sh.itjust.works to selfhosted@lemmy.world on 15 Mar 2024 20:26
https://sh.itjust.works/post/16281535

Weekly share. As usual, not my blog, just a good community share. Authors are on Mastodon at selfhst@fosstodon.org.

#selfhosted

threaded - newest

savedbythezsh@sh.itjust.works on 15 Mar 2024 20:26 next collapse

Spotted homepage on there - might switch my dashboard from Homarr to that, give it a try. Anyone used it (or other dashboarding software) before?

SeeJayEmm@lemmy.procrastinati.org on 15 Mar 2024 20:40 next collapse

I use dahsy and like it but I don’t think it scratches the same itch.

Zeoic@lemmy.world on 16 Mar 2024 00:21 next collapse

I use homepage currently. It is by far my favourite dashboard app, and i have given 5 or 6 of them a try before this.

It’s just so quick to load and simple to use. It’s just a couple yaml files!

justcallmelarry@lemmy.dbzer0.com on 16 Mar 2024 00:28 collapse

I second this comment!

harsh3466@lemmy.ml on 16 Mar 2024 01:01 next collapse

Also switched from homarr to homepage and have been happy with homepage.

rambos@lemm.ee on 16 Mar 2024 10:21 next collapse

Homepage is awesome

emhl@feddit.de on 16 Mar 2024 10:29 collapse

The best about homepage is configuring it via docker labels

savedbythezsh@sh.itjust.works on 15 Mar 2024 20:27 next collapse

Also, I like the “alternative to” blogs in blog.while-true-do.io/spotlight-alternatives-for-… - it’s an interesting series.

machinin@lemmy.world on 15 Mar 2024 23:10 next collapse

The email archiver meets I need I’ve had for a long time. Is there any other software like this? I’ll try it out later, but does anyone else have experience with it?

node815@lemmy.world on 16 Mar 2024 02:22 collapse

I am testing it and it seems to run every 5 minutes to sync. Handles standard IMAP and POP inboxes. No auth for main page, so they caution appropriately to avoid public facing web exposure. They are planning on adding more support for Gmail and the like:

github.com/bandundu/email-archiver/issues/6

It installs by default in debug mode which may or may not be a red flag depending on your security model.

The email search is fast, but could use work, I will say it is VERY early in development. But for downloading email for later storage, it should do. It stores your e-mails in a SQLite database in the same directory as the installer, so if you want to manipulate the compose file a bit, it should be able to point to your desired storage directory. With that said, I also was able to add a TZ= directive so my logs at least are a bit cleaner with timestamps to match my timezone, something they have not added.

If you wish to access this remotely before they add a public facing login, protect it with a SSO solution or other front facing login setup so it would not be accessible. Or securely access it via Wireguard, TailScale, or Headscale.

machinin@lemmy.world on 16 Mar 2024 09:29 collapse

Thanks, very helpful!

bitwolf@lemmy.one on 16 Mar 2024 03:29 collapse

Hypervisor framework support in Podman 5 is going to make work so much more pleasant. Very eager for the update!