Selfhosted
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:
-
Be civil.
-
No spam.
-
Posts are to be related to self-hosting.
-
Don't duplicate the full text of your blog or readme if you're providing a link.
-
Submission headline should match the article title.
-
No trolling.
-
Promotion posts require active participation, with an account that is at least 30 days old. F/LOSS without a paywall has exceptions, with requirements. See the rules link for details.
-
AI-related discussions and AI-involved promotional posts have additional requirements for tagging, as noted in Rule 7 and the AI & Promotional Post Expanded Rules post.
Resources:
- selfh.st Newsletter and index of selfhosted software and apps
- awesome-selfhosted software
- awesome-sysadmin resources
- Self-Hosted Podcast from Jupiter Broadcasting
Any issues on the community? Report it using the report flag.
Questions? DM the mods!
view the rest of the comments
Possibly dumb question: why not use an Authentik outpost with a reverse proxy to enforce SSO? It wouldn't be "baked in" so to speak, but it would be fully OIDC and as long as you're just running it through a web browser. Biggest downside is you'd need 2 logins (one for the outpost and one for the app). I'd assume the sso is specifically for the extra security though, so that shouldn't be a problem outside of it being a little hassle.
That's the point. I don't want multiple logins. That's what SSO is for XD I want the SSO to be only login, like I configured any other app I have so far.
So Grocy doesn't directly support OIDC/SAML but it does support auth being passed along via the reverse proxy. This is how my grocy is configured. No double logins required.
Do you maybe have a link to the documentation for this configuration?
https://github.com/grocy/grocy/issues/828