50c125e0db
All-in-one installer za Apache Guacamole s Nginx reverse proxy, fail2ban, SSL (Let's Encrypt / Self-signed), GeoIP blokiranjem i Flask web GUI za upravljanje. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
20 lines
170 B
Plaintext
20 lines
170 B
Plaintext
# Python
|
|
__pycache__/
|
|
*.py[cod]
|
|
*.pyo
|
|
venv/
|
|
.env
|
|
|
|
# Claude
|
|
.claude/
|
|
|
|
# Credentials (nikad ne commitaj!)
|
|
credentials.txt
|
|
config.json
|
|
*.key
|
|
*.pem
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|