eirescope/.dockerignore
root 0eb17a3b37 add Docker containerization and Umami analytics support
- Dockerfile with python:3.11-slim, whois and dnsutils
- docker-entrypoint.sh for container startup
- .dockerignore to keep image lean
- Umami analytics script in base.html (conditional)
- Inject EIRESCOPE_UMAMI_WEBSITE_ID via Jinja2 globals
2026-03-04 22:38:34 +01:00

10 lines
82 B
Text

.git
.gitignore
.claude
__pycache__
*.pyc
*.pyo
*.egg-info
.env
README.md
LICENSE