Thanks for your help — I fixed my issue. After checking your link, I realized that I must use double quotes for the values in env file; otherwise, it doesn’t work.
Youssef
Posts
-
Librechat - openid login -
Librechat - openid loginThank's for your quick reply, on install i select the "Leave user management to the app" option... i don't know if we talk about the same thing ?
-
Librechat - openid loginHello,
I recently migrated my LibreChat deployment from Azure to Cloudron. The OpenID login button is visible and clickable, but after clicking I’m redirected to:https://<my-domain>/oauth/openidThe page shows: “An unknown error occurred.”
In the application logs I see:
error: ErrorController => error Unknown authentication strategy "openid"This was working on my previous Azure setup. I’m using the same OpenID environment variables as in the documentation.
Could you help me identify why the OpenID strategy isn’t being registered on Cloudron?
Thanks!
-
LibreChat version: v0.8.0
-
Relevant env (redacted):
OPENID_ENABLED=trueOPENID_ISSUER=<...>OPENID_DISCOVERY_URL=<...>OPENID_CLIENT_ID=<...>OPENID_CLIENT_SECRET=<redacted>OPENID_CALLBACK_URL=https://<my-domain>/api/auth/openid/callback
-
-
🧩 Question: Mount custom logo for LibreChat app@timconsidine Thank you very much !
-
🧩 Question: Mount custom logo for LibreChat appThank you very much for your answers, and sorry for the delay.
Do you have a public GitHub repository for LibreChat that I could fork, so I can build my own image while still keeping the ability to pull updates from your repo?
My concern is that if I build my own package directly from the official LibreChat GitHub repository, I might lose some of the Cloudron-specific features that really simplify day-to-day usage, such as:
folder management,
log views,
GUI actions,
easy editing of librechat.yml and environment variables via the UI.
My goal would also be to deploy newer versions earlier, potentially before a stable version is released in the Cloudron App Store, while keeping all the advantages of Cloudron and its GUI.
What approach would you recommend to achieve this while preserving the Cloudron experience (logs button, folders, UI configuration, etc.)?
Thanks in advance for your guidance.