Switched from Dockmon to Beszel

This commit is contained in:
2025-10-31 17:13:00 +01:00
parent cc6454cef9
commit f4a4142799
75 changed files with 24313 additions and 122 deletions

54
dockmon/.dockerignore Normal file
View File

@@ -0,0 +1,54 @@
# Git
.git
.gitignore
.github
# Documentation
README.md
*.md
wiki-content
# Tests
tests
test-results
playwright-report
node_modules
package.json
package-lock.json
# Screenshots (keep in git for README, but not in Docker image)
screenshots
# Development
.claude
.vscode
.idea
# Python
__pycache__
*.pyc
*.pyo
*.pyd
.Python
*.so
*.egg
*.egg-info
dist
build
venv
env
# Docker
docker-compose.yml
.dockerignore
# Scripts (if not needed in image)
scripts
# Temporary files
*.tmp
*.bak
*.swp
*.swo
*~
.DS_Store