Cleanup recordings

This commit is contained in:
2024-02-27 21:43:37 +00:00
parent 103963f81f
commit 6003534272
16 changed files with 646 additions and 16 deletions

View File

@ -56,6 +56,8 @@ public class Config
public Uri SnortApi { get; init; } = null!;
public Uri? DiscordLiveWebhook { get; init; }
public int RetainRecordingsDays { get; init; } = 90;
}
public class VapidKeyDetails