Mac mini server intial commit

This commit is contained in:
2026-01-02 08:19:04 +00:00
commit b9d897c665
20 changed files with 430 additions and 0 deletions

13
portainer/.gitignore vendored Normal file
View File

@@ -0,0 +1,13 @@
# Ignore sensitive data
.env # Environment variables file (contains sensitive info)
# Ignore persistent or sensitive data directories
config/ # Portainer config folder (contains sensitive data)
# Ignore temporary or log files
*.log # Log files
*.bak # Backup files
*.swp # Swap files (e.g., from text editors)
# Ignore any local overrides or extra Docker Compose files
docker-compose.override.yml # Local override for docker-compose (optional)