mirror of
https://github.com/Dokploy/templates.git
synced 2026-07-06 06:25:29 +02:00
* Remove duplicate GitLab CI entry and add Link Stack entry to meta.json * Update Movary blueprint with simplified Docker Compose and environment configuration * Add OpenGist entry to meta.json * Add Snapp self-hosted screenshot sharing service entry to meta.json * Add CommaFeed feed reader entry to meta.json * Add ConvertX media conversion service entry to meta.json * Add MeTube YouTube downloader entry to meta.json * Add Pinchflat YouTube entry to meta.json * Add yt-dlp-webui entry to meta.json * Add FlareSolverr proxy service entry to meta.json * Add Neko virtual browser entry to meta.json * Add Omni-Tools entry to meta.json * Add OpenHands AI agents platform entry to meta.json * Add Web-Check website analyzer entry to meta.json * Add DumbDrop file sharing service entry to meta.json * Add DumbAssets entry to meta.json * Add DumbPad notepad service entry to meta.json * Add DumbBudget self-hosted budget tracking service entry to meta.json * Add Tianji web analytics and uptime monitoring service entry to meta.json * Add Directory Lister entry to meta.json * Add Grimoire bookmarking app entry to meta.json * Clean Up * Update Movary blueprint with environment variables and MySQL configuration
31 lines
632 B
TOML
31 lines
632 B
TOML
[variables]
|
|
main_domain = "${domain}"
|
|
basic_auth_password = "${password:32}"
|
|
|
|
[config]
|
|
[[config.domains]]
|
|
serviceName = "pinchflat"
|
|
port = 8945
|
|
host = "${main_domain}"
|
|
|
|
[config.env]
|
|
TZ = "America/New_York"
|
|
LOG_LEVEL = "debug"
|
|
UMASK = "022"
|
|
BASIC_AUTH_USERNAME = ""
|
|
BASIC_AUTH_PASSWORD = "${basic_auth_password}"
|
|
EXPOSE_FEED_ENDPOINTS = "false"
|
|
ENABLE_IPV6 = "false"
|
|
JOURNAL_MODE = "wal"
|
|
TZ_DATA_DIR = "/etc/elixir_tzdata_data"
|
|
BASE_ROUTE_PATH = "/"
|
|
YT_DLP_WORKER_CONCURRENCY = "2"
|
|
ENABLE_PROMETHEUS = "false"
|
|
|
|
[[config.mounts]]
|
|
filePath = "/files/config"
|
|
content = ""
|
|
|
|
[[config.mounts]]
|
|
filePath = "/files/downloads"
|
|
content = "" |