authentik.sources.telegram.apps

1from authentik.blueprints.apps import ManagedAppConfig
2
3
4class TelegramConfig(ManagedAppConfig):
5    name = "authentik.sources.telegram"
6    label = "authentik_sources_telegram"
7    verbose_name = "authentik Sources.Telegram"
8    mountpoint = "source/telegram/"
9    default = True
class TelegramConfig(authentik.blueprints.apps.ManagedAppConfig):
 5class TelegramConfig(ManagedAppConfig):
 6    name = "authentik.sources.telegram"
 7    label = "authentik_sources_telegram"
 8    verbose_name = "authentik Sources.Telegram"
 9    mountpoint = "source/telegram/"
10    default = True

Basic reconciliation logic for apps

label = 'authentik_sources_telegram'
verbose_name = 'authentik Sources.Telegram'
mountpoint = 'source/telegram/'
default = True