From 2bca5cdb2e3ce91c9e00885ab11c8d1ec0eb9329 Mon Sep 17 00:00:00 2001 From: Gabe Date: Fri, 17 Jul 2026 16:01:21 +0000 Subject: [PATCH] Add Monitoring_Containers/scanopy/.env --- Monitoring_Containers/scanopy/.env | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 Monitoring_Containers/scanopy/.env diff --git a/Monitoring_Containers/scanopy/.env b/Monitoring_Containers/scanopy/.env new file mode 100644 index 0000000..3301c94 --- /dev/null +++ b/Monitoring_Containers/scanopy/.env @@ -0,0 +1,26 @@ +### - Server +SCANOPY_DATABASE_URL=postgresql://postgres:password@localhost:5432/scanopy +SCANOPY_PUBLIC_URL=http://your-domain.com:60072 +SCANOPY_LOG_LEVEL=info +# SCANOPY_DISABLE_REGISTRATION=true +# SCANOPY_DISABLE_PASSWORD_LOGIN=true +## - uncomment below when using HTTPS +# SCANOPY_USE_SECURE_SESSION_COOKIES=true + +### - SMTP (optional - for password reset and notifications) +# SCANOPY_SMTP_RELAY=smtp.gmail.com +# SCANOPY_SMTP_USERNAME=your-email@gmail.com +# SCANOPY_SMTP_PASSWORD=your-app-password +# SCANOPY_SMTP_EMAIL=scanopy@yourdomain.com +## - Optional. Defaults to 465 (implicit TLS). Other ports use STARTTLS (e.g. 587, 25). +# SCANOPY_SMTP_PORT=587 + +### - To configure OIDC (optional), use the oidc.toml.example file + +### - Metrics (optional - for Prometheus/Grafana) +# SCANOPY_METRICS_TOKEN=your-secure-token-here +## - Restrict metrics access to specific IPs/CIDRs (comma-separated) +# SCANOPY_EXTERNAL_SERVICE_PROMETHEUS_ALLOWED_IPS=192.168.1.0/24,10.0.0.1 + +### - Daemon +# SCANOPY_DAEMON_API_KEY= \ No newline at end of file