Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions blueprints/agentdvr/template.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,11 @@ main_domain = "${domain}"
timezone = "America/New_York"

[config]
mounts = []
[[config.domains]]
serviceName = "agentdvr"
port = 8090
host = "${main_domain}"

[config.env]
TIMEZONE = "${timezone}"

[[config.mounts]]
4 changes: 2 additions & 2 deletions blueprints/akaunting/template.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ port = 80
host = "${main_domain}"

[config]
mounts = []
env = [
# App
"APP_URL=${main_domain}",
Expand All @@ -50,5 +51,4 @@ env = [
"MYSQL_RANDOM_ROOT_PASSWORD=yes"
]

# No custom mounts needed; volumes are already defined in compose.
[[config.mounts]]
# No custom mounts needed; volumes are already defined in compose.
3 changes: 1 addition & 2 deletions blueprints/azuracast/template.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ mysql_root_password = "${password:32}"
mysql_password = "${password:16}"

[config]
mounts = []
[[config.domains]]
serviceName = "azuracast"
port = 80
Expand All @@ -27,5 +28,3 @@ NGINX_RADIO_PORTS = "8000,8010,8020,8030,8040,8050"
PREFER_RELEASE_BUILDS = "true"
COMPOSER_PLUGIN_MODE = "false"
ADDITIONAL_MEDIA_SYNC_WORKER_COUNT = "0"

[[config.mounts]]
5 changes: 1 addition & 4 deletions blueprints/bigcapital/template.toml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ s3_endpoint = ""
s3_bucket = ""

[config]

mounts = []
[[config.domains]]
serviceName = "webapp"
port = 80
Expand Down Expand Up @@ -165,6 +165,3 @@ MYSQL_DATABASE = "${system_db_name}"
MYSQL_USER = "${db_user}"
MYSQL_PASSWORD = "${db_password}"
MYSQL_ROOT_PASSWORD = "${db_root_password}"

[[config.mounts]]

3 changes: 1 addition & 2 deletions blueprints/booklore/template.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ app_password = "${password:32}"
db_root_password = "${password:32}"

[config]
mounts = []
[[config.domains]]
serviceName = "booklore"
port = 6060
Expand All @@ -20,5 +21,3 @@ MYSQL_USER = "booklore"
MYSQL_PASSWORD = "${app_password}"
# API Key
MYSQL_ROOT_PASSWORD = "${db_root_password}"

[[config.mounts]]
16 changes: 1 addition & 15 deletions blueprints/borgitory/template.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,24 +2,10 @@
main_domain = "${domain}"

[config]
mounts = []
[[config.domains]]
serviceName = "borgitory"
port = 8000
host = "${main_domain}"

[config.env]

[[config.mounts]]
name = "borgitory-data"
mountPath = "/app/data"
description = "Database and encryption key storage"

[[config.mounts]]
name = "borgitory-sources"
mountPath = "/mnt/sources"
description = "Sources to back up (read-only)"

[[config.mounts]]
name = "borgitory-repos"
mountPath = "/mnt/repos"
description = "Borg repositories (read-only)"
8 changes: 1 addition & 7 deletions blueprints/budget-board/template.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,12 @@ main_domain = "${domain}"
postgres_password = "${password:32}"

[config]
mounts = []
[[config.domains]]
serviceName = "budget-board-client"
port = 6253
host = "${main_domain}"
path = "/"


[config.env]
POSTGRES_PASSWORD = "${postgres_password}"


[[config.mounts]]
source = "../files/db-data"
target = "/var/lib/postgresql/data"
type = "bind"
5 changes: 1 addition & 4 deletions blueprints/checkcle/template.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,10 @@
main_domain = "${domain}"

[config]
mounts = []
[[config.domains]]
serviceName = "checkcle"
port = 8090
host = "${main_domain}"

[config.env]

[[config.mounts]]
source = "checkcle-data"
target = "/mnt/pb_data"
6 changes: 1 addition & 5 deletions blueprints/convertx/template.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ hide_history = "false"
language = "en"

[config]
mounts = []
[[config.domains]]
serviceName = "convertx"
port = 3000
Expand All @@ -26,8 +27,3 @@ WEBROOT = "${webroot}"
FFMPEG_ARGS = "${ffmpeg_args}"
HIDE_HISTORY = "${hide_history}"
LANGUAGE = "${language}"

[[config.mounts]]
source = "../files/data"
target = "/app/data"
type = "bind"
4 changes: 1 addition & 3 deletions blueprints/cookie-cloud/template.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,11 @@
main_domain = "${domain}"

[config]
mounts = []
[[config.domains]]
serviceName = "cookiecloud"
port = 8088
host = "${main_domain}"

[config.env]
# No environment variables required by default

[[config.mounts]]
# Data volume mount is defined in docker-compose.yml
8 changes: 1 addition & 7 deletions blueprints/cup/template.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,10 @@
main_domain = "${domain}"

[config]

mounts = []
[[config.domains]]
serviceName = "cup"
port = 8000
host = "${main_domain}"

[config.env]

[[config.mounts]]
serviceName = "cup"
source = "/var/run/docker.sock"
target = "/var/run/docker.sock"
type = "bind"
3 changes: 1 addition & 2 deletions blueprints/directory-lister/template.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
app_domain = "${domain}"

[config]
mounts = []
[[config.domains]]
serviceName = "directory-lister" # Must match the service name in docker-compose.yml
port = 80
Expand All @@ -15,5 +16,3 @@ READMES_FIRST = "false"
ZIP_DOWNLOADS = "true"
TIMEZONE = "UTC"


[[config.mounts]]
3 changes: 1 addition & 2 deletions blueprints/docling-serve/template.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
main_domain = "${domain}"

[config]
mounts = []
[[config.domains]]
serviceName = "docling-serve"
port = 5001
Expand All @@ -11,5 +12,3 @@ host = "${main_domain}"
DOCLING_SERVE_ENABLE_UI = "1"
DOCLING_SERVE_HOST = "0.0.0.0"
DOCLING_SERVE_PORT = "5001"

[[config.mounts]]
6 changes: 1 addition & 5 deletions blueprints/domain-locker/template.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ main_domain = "${domain}"
pg_password = "${password:32}"

[config]
mounts = []
[[config.domains]]
serviceName = "app"
port = 3000
Expand All @@ -26,8 +27,3 @@ DL_PG_NAME = "domain_locker"
# DL_DOMAIN_INFO_API = ""
# DL_DOMAIN_SUBS_API = ""
# DL_DISABLE_WRITE_METHODS = "false"

[[config.mounts]]
# Example mount for PostgreSQL persistence (already defined in compose volumes)
# filePath = "/var/lib/postgresql/data"
# content = ""
6 changes: 1 addition & 5 deletions blueprints/dozzle/template.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ main_domain = "${domain}"
docker_socket = "/var/run/docker.sock"

[config]
mounts = []
[[config.domains]]
serviceName = "dozzle"
port = 8080
Expand All @@ -11,8 +12,3 @@ host = "${main_domain}"
[config.env]
DOZZLE_USERNAME = "${username}"
DOZZLE_PASSWORD = "${password:16}"

[[config.mounts]]
source = "${docker_socket}"
target = "/var/run/docker.sock"
read_only = true
7 changes: 1 addition & 6 deletions blueprints/dumbassets/template.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ main_domain = "${domain}"
default_pin = "${password:4}"

[config]
mounts = []
[[config.domains]]
serviceName = "dumbassets"
port = 3000
Expand All @@ -19,9 +20,3 @@ DEMO_MODE = "false"
APPRISE_URL = ""
CURRENCY_CODE = "USD"
CURRENCY_LOCALE = "en-US"

[[config.mounts]]
serviceName = "dumbassets"
type = "volume"
source = "dumbassets-data"
target = "/app/data"
4 changes: 2 additions & 2 deletions blueprints/dumbbudget/template.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ main_domain = "${domain}"
dumbbudget_pin = "${password:16}"

[config]
mounts = []
[[config.domains]]
serviceName = "dumbbudget"
port = 3000
Expand All @@ -20,5 +21,4 @@ ALLOWED_ORIGINS = "${main_domain}"

# The named volume 'dumbbudget-data' is defined in the docker-compose.yml.
# According to Dokploy's template examples, volumes declared in the compose
# file are automatically managed and do not require a separate entry here.
[[config.mounts]]
# file are automatically managed and do not require a separate entry here.
3 changes: 1 addition & 2 deletions blueprints/dumbdrop/template.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
main_domain = "https://${domain}"

[config]
mounts = []
[[config.domains]]
serviceName = "dumbdrop"
port = 3000
Expand All @@ -20,5 +21,3 @@ APPRISE_URL = ""
APPRISE_MESSAGE = "New file uploaded {filename} ({size}), Storage used {storage}"
APPRISE_SIZE_UNIT = "Auto"
ALLOWED_EXTENSIONS = ""

[[config.mounts]]
3 changes: 1 addition & 2 deletions blueprints/dumbpad/template.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
main_domain = "${domain}"

[config]
mounts = []
[[config.domains]]
serviceName = "dumbpad"
port = 3000
Expand All @@ -17,5 +18,3 @@ LOCKOUT_TIME = "15"
MAX_ATTEMPTS = "5"
COOKIE_MAX_AGE = "24"
PAGE_HISTORY_COOKIE_AGE = "365"

[[config.mounts]]
3 changes: 1 addition & 2 deletions blueprints/ezbookkeeping/template.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ root_pass = "${password:32}"
secret_key = "${password:64}"

[config]
mounts = []
[[config.domains]]
serviceName = "ezbookkeeping"
port = 8080
Expand All @@ -27,5 +28,3 @@ EBK_DATABASE_PASSWD = "${db_pass}"
EBK_LOG_MODE = "file"
# Security secret key used for application protection
EBK_SECURITY_SECRET_KEY = "${secret_key}"

[[config.mounts]]
3 changes: 1 addition & 2 deletions blueprints/flaresolverr/template.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
main_domain = "${domain}"

[config]
mounts = []
[[config.domains]]
serviceName = "flaresolverr"
port = 8191
Expand All @@ -12,5 +13,3 @@ LOG_LEVEL = "info"
LOG_HTML = "false"
CAPTCHA_SOLVER = "none"
TZ = "Europe/London"

[[config.mounts]]
5 changes: 1 addition & 4 deletions blueprints/flatnotes-totp/template.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ secret_key = "${password:32}"
totp_key = "${password:32}"

[config]
mounts = []
[[config.domains]]
serviceName = "flatnotes"
port = 8080
Expand All @@ -22,7 +23,3 @@ FLATNOTES_SECRET_KEY = "${secret_key}"
FLATNOTES_TOTP_KEY = "${totp_key}"
FLATNOTES_SESSION_EXPIRY_DAYS = "30"
FLATNOTES_PATH_PREFIX = ""

[[config.mounts]]
name = "flatnotes-data"
mountPath = "/data"
5 changes: 1 addition & 4 deletions blueprints/flatnotes/template.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ password = "${password:16}"
secret_key = "${password:32}"

[config]
mounts = []
[[config.domains]]
serviceName = "flatnotes"
port = 8080
Expand All @@ -26,7 +27,3 @@ FLATNOTES_QUICK_ACCESS_TITLE = "RECENTLY MODIFIED"
FLATNOTES_QUICK_ACCESS_TERM = "*"
FLATNOTES_QUICK_ACCESS_SORT = "lastModified"
FLATNOTES_QUICK_ACCESS_LIMIT = "4"

[[config.mounts]]
name = "flatnotes-data"
mountPath = "/data"
9 changes: 1 addition & 8 deletions blueprints/flowise/template.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ jwt_refresh_secret = "${password:32}"
express_secret = "${password:32}"

[config]
mounts = []
[[config.domains]]
serviceName = "flowise"
port = 3000
Expand All @@ -14,11 +15,3 @@ host = "${main_domain}"
JWT_AUTH_TOKEN_SECRET = "${jwt_secret}"
JWT_REFRESH_TOKEN_SECRET = "${jwt_refresh_secret}"
EXPRESS_SESSION_SECRET = "${express_secret}"

[[config.mounts]]
name = "flowise_data"
mountPath = "/root/.flowise"

[[config.mounts]]
name = "redis_data"
mountPath = "/data"
Loading
Loading