feat: Implement Ansible for Proxmox VM management and refactor Mastodon Docker Compose, removing outdated service definitions.

This commit is contained in:
Nikholas Pcenicni
2026-01-19 02:02:49 -05:00
parent 6154a93f1b
commit f8591ccae6
39 changed files with 437 additions and 376 deletions

View File

@@ -0,0 +1,22 @@
# User and Group IDs
PUID=1000
PGID=100
# Timezone
TZ=America/Toronto
# Base URL - set to the base URL where Mealie will be accessed
BASE_URL=http://localhost:9925
# Database Configuration (PostgreSQL)
POSTGRES_PASSWORD=your_secure_postgres_password
# OIDC/OAuth Configuration (for Authentik or other OIDC providers)
OIDC_CONFIGURATION_URL=https://authentik.yourdomain.com/application/o/mealie/.well-known/openid-configuration
OIDC_CLIENT_ID=your_oidc_client_id
OIDC_CLIENT_SECRET=your_oidc_client_secret
# OpenAI API Key (optional, for AI features)
OPENAI_API_KEY=your_openai_api_key