config_panel.toml 824 B

12345678910111213141516
  1. version = "1.0"
  2. [notifications]
  3. name = "notifications"
  4. help.en = "The flohmarkt yunohost integration uses urlwatch to check for changes in the user database."
  5. help.de = "Die flohmarkt yunohost Integration verwendet urlwatch um Änderungen an der Benutzerdatenbank zu überwachen."
  6. [notifications.email]
  7. name = "notify via email"
  8. [notifications.email.admin_mail]
  9. type = "email"
  10. ask.en = "email address of this flohmarkts admin"
  11. help.en = "you'll get notified about events like changes in the user database of flohmarkt"
  12. ask.de = "E-Mail Adresse des Administrators dieses flohmarkts"
  13. help.de = "an diese Adresse werden Informationen zu z.B. Änderungen an der Benutzerdatenbank geschickt"
  14. bind = "email>to:__INSTALL_DIR__/urlwatch/config.yaml"