Name Message Date
📁 Properties Add web dashboard for viewing monitor status and detections. 2 hours ago
📁 Protos Initialize project 1 month ago
📁 wwwroot Add configurable settings and per-monitoring SMS recipients. 1 hour ago
📄 .containerfile Containerize 10 days ago
📄 .dockerignore Containerize 10 days ago
📄 .editorconfig Initialize project 1 month ago
📄 .gitignore Remove database file from repository 10 days ago
📄 AppSettings.cs Add configurable settings and per-monitoring SMS recipients. 1 hour ago
📄 appsettings.Development.json Fix Claudes mess 10 days ago
📄 appsettings.json Fix Claudes mess 10 days ago
📄 BfiMonitor.csproj Add web dashboard for viewing monitor status and detections. 2 hours ago
📄 BfiMonitor.slnx Initialize project 1 month ago
📄 CheckMonitoringJob.cs Add configurable settings and per-monitoring SMS recipients. 1 hour ago
📄 dotnet-tools.json Initialize project 1 month ago
📄 global.json Fix Claudes mess 10 days ago
📄 IntervalScheduler.cs Add configurable settings and per-monitoring SMS recipients. 1 hour ago
📄 MonitoringCheckScheduler.cs Add multi-monitoring management with scan triggers and editing. 2 hours ago
📄 MonitorOptions.cs Add configurable settings and per-monitoring SMS recipients. 1 hour ago
📄 OpenTelemetryExtensions.cs Add web dashboard for viewing monitor status and detections. 2 hours ago
📄 packages.lock.json Add web dashboard for viewing monitor status and detections. 2 hours ago
📄 PlaywrightBrowserService.cs Use Playwright settings from Lukas 10 days ago
📄 Program.cs Add configurable settings and per-monitoring SMS recipients. 1 hour ago
📄 ScheduleMonitoringChecksJob.cs Add multi-monitoring management with scan triggers and editing. 2 hours ago
📄 ScreeningRepository.cs Add configurable settings and per-monitoring SMS recipients. 1 hour ago
📄 SendSmsJob.cs Add tracing 10 days ago
📄 Tracing.cs Add configurable settings and per-monitoring SMS recipients. 1 hour ago
📄 appsettings.json
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
{
  "ConnectionStrings": {
    "Screenings": "DataSource=screenings.db"
  },
  "Monitor": {
    "IntervalSeconds": 300,
    "Url": "https://whatson.bfi.org.uk/imax/Online/default.asp?BOparam::WScontent::loadArticle::permalink=odyssey-the-film-imax-70mm-2026",
    "PhoneNumbers": ["+46722177038"]
  },
  "Logging": {
    "LogLevel": {
      "Default": "Information",
      "Microsoft.AspNetCore": "Warning"
    }
  }
}