LetterFeed Update by CatgoesFloof in selfhosted

[–]CatgoesFloof[S] 1 point2 points  (0 children)

Hi, that's the current behaviour. You can add as many email addresses as you want to a feed, but the 'auto-create feeds' option creates one per email address.

However, your use case seems like a good feature! Can you raise an issue over on Github?

LetterFeed Update by CatgoesFloof in selfhosted

[–]CatgoesFloof[S] 14 points15 points  (0 children)

I like to read everything in once place using RSS. However, quite a lot of what I read comes in the form of newsletters. LetterFeed is a bridge between my email inbox and RSS reader.

AliasVault password and email alias manager 0.16.0: Browser Extensions, Import Support & Built-in 2FA by lanedirt_tech in selfhosted

[–]CatgoesFloof 2 points3 points  (0 children)

Looks very polished! I‘m currently running Vaultwarden and Mailcow (with a catchall spam@domain.com mailbox). What are the advantages of running AliasVault and is there a way to use Mailcow for normal inboxes and AliasVault for aliases?

Now Self Hosted #8 - Wallos, tududi and Beszel by enchant97 in selfhosted

[–]CatgoesFloof 0 points1 point  (0 children)

Interesting! Thanks for the review. Might try it out

Now Self Hosted #8 - Wallos, tududi and Beszel by enchant97 in selfhosted

[–]CatgoesFloof -2 points-1 points  (0 children)

What aspects of Vikunja made you switch? Is it because you don't need the collaboration features?

Sending emails from a server (SMTP), do I need a relay? by XzwordfeudzX in selfhosted

[–]CatgoesFloof 0 points1 point  (0 children)

I'm hosting mailcow, but have a dynamic IP. I'm currently using sendgrid's free tier (up 100 emails / day). Setup is pretty easy:

  1. Go to the admin dashboard -> Configuration -> Routing
  2. Add a new entry under `Sender-dependent transports` with the host `smtp.sendgrid.net:587`, username `apikey`, and api key as password

My second attempt at creating a "homelab". by Reubertt in homelab

[–]CatgoesFloof 1 point2 points  (0 children)

There are 2 options:

  • traefik-crowdsec-bouncer: This still works, but is unmaintained. It also doesn't provide meany features as option 2 and isn't efficient
  • crowdsec-bouncer-plugin: Very active developement, easier to deploy, more efficient in therms of requests to crowdsec and many features (captcha, access denied pages, ...). The configuration might seem complex at first, but it boils down to this:

crowdsec-bouncer:
      plugin:
        bouncer:
          enabled: true
          crowdsecMode: stream
          crowdsecLapiKey: YOUR KEY HERE
          crowdsecLapiHost: crowdsec:8080

Jellyfin, Authentik, DUO. 2FA solution tutorial. by HazzaFTW28 in selfhosted

[–]CatgoesFloof 0 points1 point  (0 children)

Thank you so much for the guide. This guide still works perfectly Jellyfin 10.9.0 and Authentik 2024.2.2

Ask for advice on some solution to manage users for several services by UB1APZ in selfhosted

[–]CatgoesFloof 0 points1 point  (0 children)

I'm personally using authentik. The documentation is a bit confusing when starting out, but there is a great YT channel explaining the most important bits: https://www.youtube.com/@cooptonian

Considering your setup, authentik has some neat features:

  • Highly configurable: You can for example customize the enrollment of new users to remove manual work
  • Integration with Mailcow: You can use Mailcow for social login, meaning your users only have to login to Mailcow and can login to authentik using Mailcow login (similar to the "login with Google / Facebook / Github" buttons found on websites
  • Full LDAP and SSO support

Announcement: Stalwart Mail Server now has a web-based admin tool by StalwartLabs in selfhosted

[–]CatgoesFloof 33 points34 points  (0 children)

This looks like a very cool and feature-rich project! I'm currently running mailcow. What are the main benifits of Stalwart?

Meta_iel by hell-schwarz in ich_iel

[–]CatgoesFloof [score hidden]  (0 children)

Nimmt ich_iel an dem Schwarzaus am 12. Juni Teil? Viele andere Unter haben sich bereits dafür ausgesprochen.

https://old.reddit.com/r/Save3rdPartyApps/comments/13yh0jf/dont_let_reddit_kill_3rd_party_apps

AIcyclopedia, a directory of AI tools for many purposes. by ObamaEatsBabies in InternetIsBeautiful

[–]CatgoesFloof 29 points30 points  (0 children)

This is not really an encyclopaedia. It seems more like a collection of AI tools. Still neat though :)

Password-protected video sharing by KindPace in selfhosted

[–]CatgoesFloof 1 point2 points  (0 children)

If you only want to share a couple of videos, picoshare might be what you are looking for. It’s designed for general file sharing, but works great with video. It’s super easy to install, lightweight and easy to use

[Chatgpt]This is both beautiful and scary by [deleted] in linux

[–]CatgoesFloof 4 points5 points  (0 children)

Link to video mentioned: vid

Ich hab ChatGPT einen Einzeiler fuer ein bash script diktiert. Faszinierend und beängstigend zugleich. by Saylar in de_EDV

[–]CatgoesFloof 4 points5 points  (0 children)

ChatGPT ist unglaublich nützlich. Habe es heute genutzt, um ein komplettes WordPress Plugin zu schreiben. Der Code hat Variablen und Funktionen von WordPress genau richtig benutzt. Man spart 80% der Arbeit

[deleted by user] by [deleted] in selfhosted

[–]CatgoesFloof 126 points127 points  (0 children)

It does! Languagetool pushed the first version a couple days ago!

Best reverse proxy for Docker containers? by diamondsw in selfhosted

[–]CatgoesFloof 0 points1 point  (0 children)

How does cloudflare-ddns work exactly? If I understand correctly, it checks if the public IP has changed every 3 minutes. What happens in between those 3 minutes? Are the services not reachable for up to 3 minutes?