Add option to disable frontend

This commit is contained in:
Lennart
2025-01-19 12:28:17 +01:00
parent 6485b89c73
commit cde1b8f51f
5 changed files with 27 additions and 15 deletions

View File

@@ -82,7 +82,7 @@ async fn main() -> Result<()> {
let (addr_store, cal_store, subscription_store, update_recv) =
get_data_stores(!args.no_migrations, &config.data_store).await?;
if config.dav_push.enable {
if config.dav_push.enabled {
tokio::spawn(push_notifier(
config.dav_push.allowed_push_servers,
update_recv,