polish added templates

This commit is contained in:
NightVibes33
2026-05-21 15:45:32 +00:00
parent 8c1a085acb
commit 5d220e04b4
13 changed files with 31 additions and 45 deletions

View File

@@ -7,7 +7,7 @@ services:
expose:
- "7745"
environment:
- TZ=Etc/UTC
- TZ=${TZ}
volumes:
- homebox-data:/data

View File

@@ -1,5 +1,11 @@
[variables]
timezone = "Etc/UTC"
[config]
[[config.domains]]
serviceName = "homebox"
port = 7745
host = "${domain}"
[config.env]
TZ = "${timezone}"

View File

@@ -8,7 +8,7 @@ services:
- "5055"
environment:
- LOG_LEVEL=info
- TZ=Etc/UTC
- TZ=${TZ}
volumes:
- jellyseerr-config:/app/config

View File

@@ -1,5 +1,11 @@
[variables]
timezone = "Etc/UTC"
[config]
[[config.domains]]
serviceName = "jellyseerr"
port = 5055
host = "${domain}"
[config.env]
TZ = "${timezone}"

View File

@@ -7,7 +7,7 @@ services:
expose:
- "5000"
environment:
- TZ=Etc/UTC
- TZ=${TZ}
volumes:
- kavita-config:/kavita/config
- kavita-media:/manga

View File

@@ -1,5 +1,11 @@
[variables]
timezone = "Etc/UTC"
[config]
[[config.domains]]
serviceName = "kavita"
port = 5000
host = "${domain}"
[config.env]
TZ = "${timezone}"

View File

@@ -9,7 +9,7 @@ services:
environment:
- PUID=1000
- PGID=1000
- TZ=Etc/UTC
- TZ=${TZ}
volumes:
- pairdrop-config:/config

View File

@@ -1,5 +1,11 @@
[variables]
timezone = "Etc/UTC"
[config]
[[config.domains]]
serviceName = "pairdrop"
port = 3000
host = "${domain}"
[config.env]
TZ = "${timezone}"

View File

@@ -1,6 +1,7 @@
[variables]
main_domain = "${domain}"
app_key = "base64:${base64:32}"
timezone = "Etc/UTC"
[config]
env = [
@@ -9,8 +10,8 @@ env = [
"DB_CONNECTION=sqlite",
"PUID=1000",
"PGID=1000",
"TZ=Etc/UTC",
"DISPLAY_TIMEZONE=Etc/UTC",
"TZ=${timezone}",
"DISPLAY_TIMEZONE=${timezone}",
"SPEEDTEST_SCHEDULE=0 */6 * * *",
]

View File

@@ -1,15 +0,0 @@
version: "3.8"
services:
traccar:
image: traccar/traccar:6.13.3
restart: unless-stopped
expose:
- "8082"
volumes:
- traccar-data:/opt/traccar/data
- traccar-logs:/opt/traccar/logs
volumes:
traccar-data:
traccar-logs:

View File

@@ -1,5 +0,0 @@
[config]
[[config.domains]]
serviceName = "traccar"
port = 8082
host = "${domain}"

View File

@@ -1 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 120 120"><rect width="120" height="120" rx="24" fill="#16a34a"/><path d="M60 22c-15 0-27 12-27 27 0 21 27 49 27 49s27-28 27-49c0-15-12-27-27-27z" fill="#fff"/><circle cx="60" cy="49" r="11" fill="#16a34a"/></svg>

Before

Width:  |  Height:  |  Size: 266 B

View File

@@ -6345,24 +6345,6 @@
"tor"
]
},
{
"id": "traccar",
"name": "Traccar",
"version": "6.13.3",
"description": "Traccar is an open-source GPS tracking platform with a web interface and support for many device protocols.",
"logo": "traccar.svg",
"links": {
"github": "https://github.com/traccar/traccar",
"website": "https://www.traccar.org/",
"docs": "https://www.traccar.org/docker/"
},
"tags": [
"gps",
"tracking",
"fleet",
"iot"
]
},
{
"id": "trailbase",
"name": "TrailBase",