this post was submitted on 12 Feb 2025
1 points (57.1% liked)

Self Hosted - Self-hosting your services.

14970 readers
1 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

Important

Cross-posting

If you see a rule-breaker please DM the mods!

founded 4 years ago
MODERATORS
 

#MiniFlux users, can anyone help?

Hi all. I'm having some issues with MiniFlux, a #SelfHosted #RSSReader, and hoping someone can help. MiniFlux was working fine until I tried to deploy ReactFlux on the same domain as it, rss.laniecarmelo.tech, on a subpath, /reactflux. This didn't work so I removed ReactFlux. I also migrated MiniFlux from #Docker to #Pacman package, thinking it would be easier on my system. This problem, or a similar one, was occurring before I did that though.

Now, rss.laniecarmelo.tech loads the MiniFlux login page, but when I login, it redirects to a blank page at rss.laniecarmelo.tech/login. I've added trusted proxies and cookie configuration to my miniflux.conf and headers to my Caddyfile, but I still have the issue.

I'm using #Caddy for #ReverseProxy and #Cloudflare for #SSO. Has anyone seen anything like this before? This is on a #RaspberryPi500 running #ArchLinuxARM.

I've checked MiniFlux logs, and it's getting the login requests and creating sessions. I'm not sure what's happening after that. Cloudflared and Caddy seem to be working normally.

#SelFhosting #Linux #RSS #RaspberryPi #RPi #tech #technology
@selfhost @selfhosted @selfhosting

you are viewing a single comment's thread
view the rest of the comments
[–] just_another_person@lemmy.world 0 points 5 months ago (4 children)

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.

[–] RareBird15@allovertheplace.ca 0 points 5 months ago (3 children)

@just_another_person I've looked at my console log, and it's blank. Nothing comes up when I get redirected.

[–] just_another_person@lemmy.world 2 points 5 months ago (2 children)

It can't be blank if you're getting a redirect AND blank page. Make sure you check the network tab as well.

[–] RareBird15@allovertheplace.ca 0 points 5 months ago (1 children)

@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.