[Komodo] Commit Sync: update master_sync.toml

This commit is contained in:
komodo
2026-04-10 02:48:18 +00:00
parent d96cd5b7a3
commit 2c6c30b2e7
+105
View File
@@ -9,6 +9,7 @@ enabled = true
[[server]]
name = "unraid"
[server.config]
external_address = "HTTP://172.24.3.12"
enabled = true
##
@@ -47,6 +48,40 @@ additional_env_files = ["timezone.env"]
##
[[stack]]
name = "grimmory"
[stack.config]
server = "unraid"
auto_pull = false
linked_repo = "compose-grimmory"
env_file_path = "grimmory.env"
additional_env_files = ["grimmory.env"]
environment = """
# Application
APP_USER_ID=1000
APP_GROUP_ID=1000
TZ=Etc/UTC
# Database
DATABASE_URL=jdbc:mariadb://mariadb:3306/grimmory
DB_USER=grimmory
DB_PASSWORD=ChangeMe_Grimmory_2025!
# Optional: enable API docs + export OpenAPI JSON (defaults to false)
API_DOCS_ENABLED=false
# Storage: LOCAL (default) or NETWORK (disables file operations; see Network Storage section)
DISK_TYPE=LOCAL
# MariaDB
DB_USER_ID=1000
DB_GROUP_ID=1000
MYSQL_ROOT_PASSWORD=ChangeMe_MariaDBRoot_2025!
MYSQL_DATABASE=grimmory
"""
##
[[stack]]
name = "homeassistant_io"
tags = ["Active"]
@@ -197,6 +232,41 @@ env_file_path = "manyfold.env"
##
[[stack]]
name = "mealie"
tags = ["Testing"]
[stack.config]
server = "unraid"
file_contents = """
## Add your compose file here
services:
mealie:
image: ghcr.io/mealie-recipes/mealie:v3.14.0 #
container_name: mealie
restart: always
ports:
- "9925:9000" #
deploy:
resources:
limits:
memory: 1000M #
volumes:
- mealie-data:/app/data/
environment:
# Set Backend ENV Variables Here
ALLOW_SIGNUP: "false"
PUID: 1000
PGID: 1000
TZ: America/Anchorage
BASE_URL: https://mealie.yourdomain.com
volumes:
mealie-data:
"""
##
[[stack]]
name = "media-streaming"
tags = ["Active"]
@@ -635,6 +705,41 @@ repo = "HomeLab/Dashboards"
##
[[repo]]
name = "compose-grimmory"
[repo.config]
server = "unraid"
git_provider = "gitea:3000"
git_https = false
git_account = "andrewamason"
repo = "HomeLab/grimmory"
environment = """
# Application
APP_USER_ID=1000
APP_GROUP_ID=1000
TZ=Etc/UTC
# Database
DATABASE_URL=jdbc:mariadb://mariadb:3306/grimmory
DB_USER=grimmory
DB_PASSWORD=ChangeMe_Grimmory_2025!
# Optional: enable API docs + export OpenAPI JSON (defaults to false)
API_DOCS_ENABLED=false
# Storage: LOCAL (default) or NETWORK (disables file operations; see Network Storage section)
DISK_TYPE=LOCAL
# MariaDB
DB_USER_ID=1000
DB_GROUP_ID=1000
MYSQL_ROOT_PASSWORD=ChangeMe_MariaDBRoot_2025!
MYSQL_DATABASE=grimmory
"""
env_file_path = "grimmory.env"
##
[[repo]]
name = "compose-homebox"
[repo.config]