authentik.sources.plex.apps
authentik plex config
1"""authentik plex config""" 2 3from authentik.blueprints.apps import ManagedAppConfig 4 5 6class AuthentikSourcePlexConfig(ManagedAppConfig): 7 """authentik source plex config""" 8 9 name = "authentik.sources.plex" 10 label = "authentik_sources_plex" 11 verbose_name = "authentik Sources.Plex" 12 default = True
7class AuthentikSourcePlexConfig(ManagedAppConfig): 8 """authentik source plex config""" 9 10 name = "authentik.sources.plex" 11 label = "authentik_sources_plex" 12 verbose_name = "authentik Sources.Plex" 13 default = True
authentik source plex config
name =
'authentik.sources.plex'