-
-
Notifications
You must be signed in to change notification settings - Fork 278
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Socialite Auth Plugins #276
Comments
If you run |
tried installing the plugins inside a docker container
Problem 1 To enable extensions, verify that they are enabled in your .ini files: Installation failed, reverting ./composer.json and ./composer.lock to their original content. |
Same problem here like @xtra-be - Any solution for that? Tried to install |
@Jellyfrog looks like it is trying to install developer dependencies? Missing a --no-dev on the command? |
is this problem fixed? I try to install plugin with 2023.2.0 docker image but get similar issue.
|
I found the root cause. It is caused by package 'php-xmlwriter' not install. Install But before that. There are few file/folder permissions need to be modify to allow read/write action. below is the
|
@murrant can this be integrated in the base image in some way? Maybe installing at runtime like jellyfin mods does? (so I don't need to rebuild mine everytime) |
Hi,
LibreNMS supports SAML/Oauth Auth using the socialite plugin as of
22.3.0
. Are you able to package up some of the common providers into the image so that they can be used without extending the image manually?The text was updated successfully, but these errors were encountered: