feat: Implement Ansible for Proxmox VM management and refactor Mastodon Docker Compose, removing outdated service definitions.
This commit is contained in:
19
komodo/automate/semaphore/.env.sample
Normal file
19
komodo/automate/semaphore/.env.sample
Normal file
@@ -0,0 +1,19 @@
|
||||
# User and Group IDs
|
||||
PUID=1000
|
||||
PGID=100
|
||||
|
||||
# Database Configuration
|
||||
SEMAPHORE_DB_HOST=semaphore_db
|
||||
SEMAPHORE_DB_NAME=semaphore
|
||||
SEMAPHORE_DB_USER=semaphore_user
|
||||
SEMAPHORE_DB_PASS=your_secure_db_password
|
||||
|
||||
# Email Configuration (for notifications)
|
||||
SEMAPHORE_EMAIL_SENDER=semaphore@yourdomain.com
|
||||
SEMAPHORE_EMAIL_HOST=smtp.yourdomain.com
|
||||
SEMAPHORE_EMAIL_PORT=587
|
||||
SEMAPHORE_EMAIL_USERNAME=smtp_username
|
||||
SEMAPHORE_EMAIL_PASSWORD=smtp_password
|
||||
SEMAPHORE_EMAIL_SECURE=false
|
||||
|
||||
|
||||
Reference in New Issue
Block a user