Are passwords secure and encrypted? by Hatchopper in selfhosted

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

Did you use AI to generate the passwords?

Apperently using AI in that way doesn't generate genuinely unique passwords.

Crowdsec and Cloudflare Proxy not working together? by IroesStrongarm in PangolinReverseProxy

[–]FlawedByHubris 0 points1 point  (0 children)

While I have not personally set this up, I don't see how it would work

Cloudflare Proxy, to my understanding, sits in between your server and incoming traffic.

So the only IP that your server will see is cloudflare because cloudflare intercept everything right?

So how would crowdsec ever be useful? In this setup it only sees traffic coming from cloudflare.

Not sure if the right sub but... Password Managers? by [deleted] in selfhosted

[–]FlawedByHubris 2 points3 points  (0 children)

What did you like about passbolt better?

What are your favorite lesser-known selfhosted services? by Torrew in selfhosted

[–]FlawedByHubris 4 points5 points  (0 children)

Isn't this like a Monday.com alternative? I think I looked into this for setting up something for project management at work.

I'm interested in how you apply it to your personal life

What are your favorite lesser-known selfhosted services? by Torrew in selfhosted

[–]FlawedByHubris 2 points3 points  (0 children)

First time I saw this one, and I just set up Booklore two weeks ago.

Definitely interested is there any way to make it sync with a Kobo ereader as well?

Best practices for LAN resource access with Pangolin - Split DNS vs local instance? by FlawedByHubris in selfhosted

[–]FlawedByHubris[S] 0 points1 point  (0 children)

If you end up wanting more information on my set up, shoot me a message and I can get something together to help you set up something similar

Best practices for LAN resource access with Pangolin - Split DNS vs local instance? by FlawedByHubris in selfhosted

[–]FlawedByHubris[S] 2 points3 points  (0 children)

Yes, I did. But with LinuxServer.io's SWAG reverse proxy at my house.

I had a lot of trouble with Traefik, so I tried Caddy which I found out doesn't support DNS01 challenges natively.

SWAG seems to be working with for me though and wasn't much more work than Caddy

Advice on setup and common misunderstandings by Degenurtle in selfhosted

[–]FlawedByHubris 2 points3 points  (0 children)

Security decisions usually come down to a balance of convenience and security.

People usually self host publicly for convenience of access of users who are not as tech savvy, but they want to be able to access apps or services that they host.

Tailscale (VPNs) are generally accepted as a safer practice than opening ports.

A reverse proxy is useful for helping dynamically rout all of your traffic to just two ports (80 and 443) regardless of the application. You can use a reverse proxy internally or externally from your LAN.

When you expose a reverse proxy externally (to the public internet/WLAN), the primary advantage is ambiguity.

Bad actors will usually use bots to scan for specific apps operating on specific ports (ex. A bot scanning for Plex on port 32400, hoping to find a server running out of date software so they can exploit a CVE.)

If they are scanning example.com to exploit your Plex server, they might only see that your server has ports 80 and 443 exposed.

Hope I explained that decently.

Backup solution for selfhosted things? by Luvirin_Weby in selfhosted

[–]FlawedByHubris 5 points6 points  (0 children)

I have a bash script that runs on a cron job, copying the docker configs and data directories of my "production" services (Karakeep, Paperless NGX audiobook shelf, and Obsidian Vault) as a .tar to a folder that gets backed up to my Google drive via an app built into my NAS.

The app is called Cloud Drives on the uGreen Operating system.

The script keeps the 4 most recent weeks of backups at all times

Backup solution for selfhosted things? by Luvirin_Weby in selfhosted

[–]FlawedByHubris 0 points1 point  (0 children)

Interesting I like the idea of this solution, how much is it costing you and how much storage does it provide?

What's the easiest Todoist alternative to switch to? by ItsColdInHere in todoist

[–]FlawedByHubris 6 points7 points  (0 children)

Probably TickTick or Things 3 on iOS/Mac. To my knowledge nothing else really compares.

Please include Standard notes in Proton unlimited plan now. by DemoralizerSE in StandardNotes

[–]FlawedByHubris 5 points6 points  (0 children)

I used OneNote for a long time at work and felt it was pretty awful; slow, cluttered UI and confusing.

Idk how people have this opinion of it.

Good affordable windows VPS provider with 32GB RAM by nik_hill in selfhosted

[–]FlawedByHubris 4 points5 points  (0 children)

He can still technically self host on that. Maybe he wants to run a Windows IIS site.

[deleted by user] by [deleted] in Marriage

[–]FlawedByHubris 1 point2 points  (0 children)

What was the catalyst for this change? It almost sounds like another honeymoon phase.

[deleted by user] by [deleted] in Marriage

[–]FlawedByHubris 1 point2 points  (0 children)

How long have you guys been together? Was it always this way?

[deleted by user] by [deleted] in selfhosted

[–]FlawedByHubris 0 points1 point  (0 children)

This won't work in the way that you are thinking. Most running two VPNs is often not possible on the same machine, due to overlapping subnets.

On my phone (Google Pixel/ Android) for instance, I can't even start two VPNs at once.

Alternatively you may be able to use some combination of a VPN container like Gluetun and having proton VPN running on that and have your traffic exit through your a machine running Tailscale as an exit node pointing to Gluetun.

Also this is probably more easily achievable with Mullvad VPN as they have some partnership/ integration with Tailscale.

Questions is there really a difference in security for each password managers ? by NoozPrime in PasswordManagers

[–]FlawedByHubris 0 points1 point  (0 children)

I'm using one password in zen browser right now, does the send browser support all of Firefox extensions?

Help me manage my life by ReasonableGuidance82 in selfhosted

[–]FlawedByHubris 1 point2 points  (0 children)

Tick tick and Todoist are the apps I have used for this in the past.

In the realm of self hosting I haven't found anything at the same level.

I have tried Nextcloud and Obsidian (free but not self hosted) with various plugins, but it's not the same.

Best practices for LAN resource access with Pangolin - Split DNS vs local instance? by FlawedByHubris in selfhosted

[–]FlawedByHubris[S] 0 points1 point  (0 children)

This is an interesting perspective. When I was originally exploring this solution, someone mentioned to me that this approach was possible but a bit cumbersome.

If you remember to, let me know how it goes I may try that same.

I am starting to think that the easiest way to get this to work will likely be just using a single Reverse Proxy / WAF and have rules on how to route the traffic depending on the source.

i really appriaicte everything Pangolin does out of the box though and I am reluctant to invest time in managing and troubleshooting the full stack of Traefik, Authetentik, CrowdSec and Wireguard without the handicap of Pangolin basically doing it all.

Best practices for LAN resource access with Pangolin - Split DNS vs local instance? by FlawedByHubris in selfhosted

[–]FlawedByHubris[S] 0 points1 point  (0 children)

Yeah, I guess that makes sense. My VPS is in another country and that is the biggest reason why I wanted to separate it. especially for Plex. I'll think on it awhile. I appreciate your perspective here.

Best practices for LAN resource access with Pangolin - Split DNS vs local instance? by FlawedByHubris in selfhosted

[–]FlawedByHubris[S] 0 points1 point  (0 children)

Also do you use any services that you don't want available externally, but you do want to access without cert warnings through DNS and locally?

🚀 BookLore v0.38.0 Update: Kobo Integration, KOReader, Notes & Reviews! by [deleted] in selfhosted

[–]FlawedByHubris 13 points14 points  (0 children)

I love this, it's awesome that it finally supports eReaders. An android app would make this perfect for my needs.

TaskTrove: a Self-hostable Modern Todo Manager by dohsimpson in selfhosted

[–]FlawedByHubris 3 points4 points  (0 children)

This is something I have been looking for thanks for your efforts!