this post was submitted on 12 Feb 2025
1 points (57.1% liked)
Self Hosted - Self-hosting your services.
12498 readers
9 users here now
A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.
Rules
- No harassment
- crossposts from c/Open Source & c/docker & related may be allowed, depending on context
- Video Promoting is allowed if is within the topic.
- No spamming.
- Stay friendly.
- Follow the lemmy.ml instance rules.
- Tag your post. (Read under)
Important
Beginning of January 1st 2024 this rule WILL be enforced. Posts that are not tagged will be warned and if not fixed within 24h then removed!
- Lemmy doesn't have tags yet, so mark it with [Question], [Help], [Project], [Other], [Promoting] or other you may think is appropriate.
Cross-posting
- [email protected] is allowed!
- [email protected] is allowed!
- [email protected] is allowed!
- [email protected] is allowed if topic has to do with selfhosting.
- [email protected] is allowed!
If you see a rule-breaker please DM the mods!
founded 3 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
You don't have paths for your reverse proxies. You need to tell them where these routes go if this is 30X redirect, otherwise, they have no idea what you're trying to get to.
Use your browser console to track the requests and report back.
@just_another_person Not sure what paths to add or how. I don't know the MiniFlux UI that well to know every path it needs. I didn't think you had to add paths to the reverse proxy, just the subdomain. That's how all of my services are configured.
Well that's a whole "how to computer" conversation I'm not going to dig into in it's entirety, but if you're unfamiliar with patching and routes for web services, you're going to have a bad time with the setup you've chosen.
Have a run through their docs and check some of your configs maybe: https://miniflux.app/docs/howto.html
@just_another_person I've looked into it a little, and I don't think I need to add paths to my Caddyfile since MiniFlux has its own subdomain with nothing else on it. From what I've gathered, adding paths is most useful if you have different services running on one subdomain.
No, paths and routing take a base URL into account, then handle redirects when/if they come into play and point it where it needs to go.
If this app is sending you a redirect to /login and you're getting a blank page, we need to know WHY. This is why I said to report back with your browser's console log when you make the request and get redirected. It will tell us exactly what is happening.
@just_another_person I've looked at my console log, and it's blank. Nothing comes up when I get redirected.
It can't be blank if you're getting a redirect AND blank page. Make sure you check the network tab as well.
@just_another_person Someone else helped me figure it out. My proxy rule for MiniFlux was a bit off. It works now. Lol now trying to get ReactFlux working.
👍