Skip to content
Snippets Groups Projects
Verified Commit e88ad861 authored by Nicolas Lenz's avatar Nicolas Lenz :snowflake:
Browse files

wip

parent 696c453b
No related branches found
No related tags found
No related merge requests found
...@@ -25,10 +25,23 @@ ...@@ -25,10 +25,23 @@
PHOTOPRISM_DATABASE_SERVER = "/run/mysqld/mysqld.sock"; PHOTOPRISM_DATABASE_SERVER = "/run/mysqld/mysqld.sock";
PHOTOPRISM_DATABASE_NAME = "photoprism"; PHOTOPRISM_DATABASE_NAME = "photoprism";
PHOTOPRISM_DATABASE_USER = "photoprism"; PHOTOPRISM_DATABASE_USER = "photoprism";
PHOTOPRISM_LOG_LEVEL = "debug";
PHOTOPRISM_OIDC_URI = "https://auth.eisfunke.com/application/o/eisfunkegallery/";
PHOTOPRISM_OIDC_CLIENT = "bgZd35W6isBUnkDnLIqDA1HGlVbjNdauxfAZvxvE";
#PHOTOPRISM_OIDC_SECRET is set in environmentfile
#PHOTOPRISM_OIDC_SCOPES = "";
PHOTOPRISM_OIDC_PROVIDER = "EisfunkeAuth";
#PHOTOPRISM_OIDC_ICON = "";
#PHOTOPRISM_OIDC_REDIRECT = ""; TODO activate
PHOTOPRISM_OIDC_REGISTER = "true"; # TODO don't forget to set permissions in authentik!
#PHOTOPRISM_OIDC_USERNAME = "";
#PHOTOPRISM_OIDC_WEBDAV = "";
}; };
}; };
# sponsor features are enabled here # sponsor features and OIDC secret
systemd.services.photoprism.serviceConfig.EnvironmentFile = config.age.secrets.server_gallery.path; systemd.services.photoprism.serviceConfig.EnvironmentFile = config.age.secrets.server_gallery.path;
# sadly PhotoPrism doesn't support PostgreSQL # sadly PhotoPrism doesn't support PostgreSQL
......
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment