-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathitsup.yml
More file actions
33 lines (28 loc) · 915 Bytes
/
itsup.yml
File metadata and controls
33 lines (28 loc) · 915 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# itsUP minimal config
# Traefik dashboard configuration
traefikDomain: traefik.srv.instrukt.ai # Dashboard domain (REQUIRED)
# Backup configuration (optional), can be added to cron:
# 0 5 * * * cd /path/to/itsup && .venv/bin/python bin/backup.py
backup:
exclude: [] # project names to exclude from backup
s3:
host: ${AWS_S3_HOST} # from secrets
region: ${AWS_S3_REGION} # from secrets
bucket: ${AWS_S3_BUCKET} # from secrets
# Set this to your router's IP, or let itsUP detect it and write it here
routerIP: 192.168.1.1 # Auto-detected on 2025-10-25
crowdsec:
enabled: true
apikey: '${CROWDSEC_APIKEY}'
collections:
- crowdsecurity/linux
- crowdsecurity/traefik
- crowdsecurity/http-cve
- crowdsecurity/sshd
- crowdsecurity/whitelist-good-actors
- crowdsecurity/appsec-virtual-patching
# Component versions
versions:
traefik: v3.5.4
crowdsec: v1.7.3
schemaVersion: 2.1.0