Merge pull request #883 from NightVibes33/feature/add-dokploy-templates
feat: add 11 Dokploy templates
7
blueprints/chroma/chroma.svg
Normal file
@@ -0,0 +1,7 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 128 128">
|
||||
<rect width="128" height="128" rx="24" fill="#2563eb"/>
|
||||
<circle cx="42" cy="44" r="14" fill="#f8fafc"/>
|
||||
<circle cx="86" cy="44" r="14" fill="#f8fafc"/>
|
||||
<circle cx="64" cy="84" r="14" fill="#f8fafc"/>
|
||||
<path d="M52 49h24M57 75 47 56M71 75l10-19" stroke="#bfdbfe" stroke-width="8" stroke-linecap="round"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 383 B |
15
blueprints/chroma/docker-compose.yml
Normal file
@@ -0,0 +1,15 @@
|
||||
version: "3.8"
|
||||
|
||||
services:
|
||||
chroma:
|
||||
image: chromadb/chroma:1.5.6
|
||||
restart: unless-stopped
|
||||
expose:
|
||||
- "8000"
|
||||
environment:
|
||||
- ANONYMIZED_TELEMETRY=FALSE
|
||||
volumes:
|
||||
- chroma-data:/data
|
||||
|
||||
volumes:
|
||||
chroma-data:
|
||||
18
blueprints/chroma/meta.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"id": "chroma",
|
||||
"name": "Chroma",
|
||||
"version": "1.5.6",
|
||||
"description": "Chroma is an open-source embedding database for AI applications, with persistent vector storage and a simple HTTP API.",
|
||||
"logo": "chroma.svg",
|
||||
"links": {
|
||||
"github": "https://github.com/chroma-core/chroma",
|
||||
"website": "https://www.trychroma.com/",
|
||||
"docs": "https://docs.trychroma.com/"
|
||||
},
|
||||
"tags": [
|
||||
"ai",
|
||||
"vector-database",
|
||||
"embeddings",
|
||||
"database"
|
||||
]
|
||||
}
|
||||
6
blueprints/chroma/template.toml
Normal file
@@ -0,0 +1,6 @@
|
||||
[config]
|
||||
[[config.domains]]
|
||||
serviceName = "chroma"
|
||||
port = 8000
|
||||
host = "${domain}"
|
||||
path = "/api/v2/heartbeat"
|
||||
16
blueprints/homebox/docker-compose.yml
Normal file
@@ -0,0 +1,16 @@
|
||||
version: "3.8"
|
||||
|
||||
services:
|
||||
homebox:
|
||||
image: ghcr.io/sysadminsmedia/homebox:latest
|
||||
restart: unless-stopped
|
||||
expose:
|
||||
- "7745"
|
||||
environment:
|
||||
- TZ=${TZ}
|
||||
- HBOX_AUTH_API_KEY_PEPPER=${HBOX_AUTH_API_KEY_PEPPER}
|
||||
volumes:
|
||||
- homebox-data:/data
|
||||
|
||||
volumes:
|
||||
homebox-data:
|
||||
1
blueprints/homebox/homebox.svg
Normal file
@@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 120 120"><rect width="120" height="120" rx="24" fill="#0891b2"/><path d="M26 55 60 27l34 28v39H69V70H51v24H26z" fill="#fff"/><path d="M46 50h28" stroke="#0891b2" stroke-width="7" stroke-linecap="round"/></svg>
|
||||
|
After Width: | Height: | Size: 263 B |
18
blueprints/homebox/meta.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"id": "homebox",
|
||||
"name": "Homebox",
|
||||
"version": "latest",
|
||||
"description": "Homebox is a self-hosted home inventory and organization app for tracking belongings, locations, and labels.",
|
||||
"logo": "homebox.svg",
|
||||
"links": {
|
||||
"github": "https://github.com/sysadminsmedia/homebox",
|
||||
"website": "https://homebox.software/",
|
||||
"docs": "https://homebox.software/en/"
|
||||
},
|
||||
"tags": [
|
||||
"inventory",
|
||||
"home",
|
||||
"organization",
|
||||
"self-hosted"
|
||||
]
|
||||
}
|
||||
13
blueprints/homebox/template.toml
Normal file
@@ -0,0 +1,13 @@
|
||||
[variables]
|
||||
timezone = "Etc/UTC"
|
||||
api_key_pepper = "${password:64}"
|
||||
|
||||
[config]
|
||||
[[config.domains]]
|
||||
serviceName = "homebox"
|
||||
port = 7745
|
||||
host = "${domain}"
|
||||
|
||||
[config.env]
|
||||
TZ = "${timezone}"
|
||||
HBOX_AUTH_API_KEY_PEPPER = "${api_key_pepper}"
|
||||
21
blueprints/kavita/docker-compose.yml
Normal file
@@ -0,0 +1,21 @@
|
||||
version: "3.8"
|
||||
|
||||
services:
|
||||
kavita:
|
||||
image: jvmilazz0/kavita:latest
|
||||
restart: unless-stopped
|
||||
expose:
|
||||
- "5000"
|
||||
environment:
|
||||
- TZ=${TZ}
|
||||
volumes:
|
||||
- kavita-config:/kavita/config
|
||||
- kavita-media:/manga
|
||||
- kavita-books:/books
|
||||
- kavita-comics:/comics
|
||||
|
||||
volumes:
|
||||
kavita-config:
|
||||
kavita-media:
|
||||
kavita-books:
|
||||
kavita-comics:
|
||||
1
blueprints/kavita/kavita.svg
Normal file
@@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 120 120"><rect width="120" height="120" rx="24" fill="#8b5cf6"/><path d="M33 30h27c10 0 18 8 18 18v42H51c-10 0-18-8-18-18z" fill="#fff"/><path d="M60 30h27v42c0 10-8 18-18 18H60z" fill="#ddd6fe"/><path d="M48 47h24M48 61h24M48 75h15" stroke="#6d28d9" stroke-width="6" stroke-linecap="round"/></svg>
|
||||
|
After Width: | Height: | Size: 352 B |
18
blueprints/kavita/meta.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"id": "kavita",
|
||||
"name": "Kavita",
|
||||
"version": "latest",
|
||||
"description": "Kavita is a self-hosted digital library server for reading manga, comics, and ebooks from any device.",
|
||||
"logo": "kavita.svg",
|
||||
"links": {
|
||||
"github": "https://github.com/Kareadita/Kavita",
|
||||
"website": "https://www.kavitareader.com/",
|
||||
"docs": "https://wiki.kavitareader.com/installation/docker/"
|
||||
},
|
||||
"tags": [
|
||||
"media",
|
||||
"ebooks",
|
||||
"comics",
|
||||
"library"
|
||||
]
|
||||
}
|
||||
11
blueprints/kavita/template.toml
Normal file
@@ -0,0 +1,11 @@
|
||||
[variables]
|
||||
timezone = "Etc/UTC"
|
||||
|
||||
[config]
|
||||
[[config.domains]]
|
||||
serviceName = "kavita"
|
||||
port = 5000
|
||||
host = "${domain}"
|
||||
|
||||
[config.env]
|
||||
TZ = "${timezone}"
|
||||
8
blueprints/languagetool/docker-compose.yml
Normal file
@@ -0,0 +1,8 @@
|
||||
version: "3.8"
|
||||
|
||||
services:
|
||||
languagetool:
|
||||
image: collabora/languagetool:6.6
|
||||
restart: unless-stopped
|
||||
expose:
|
||||
- "8010"
|
||||
6
blueprints/languagetool/languagetool.svg
Normal file
@@ -0,0 +1,6 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 128 128">
|
||||
<rect width="128" height="128" rx="24" fill="#0f766e"/>
|
||||
<path d="M32 84h64" stroke="#ccfbf1" stroke-width="10" stroke-linecap="round"/>
|
||||
<path d="M37 45h54M37 63h38" stroke="#f8fafc" stroke-width="10" stroke-linecap="round"/>
|
||||
<path d="m80 69 10 10 18-24" fill="none" stroke="#facc15" stroke-width="8" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 427 B |
18
blueprints/languagetool/meta.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"id": "languagetool",
|
||||
"name": "LanguageTool",
|
||||
"version": "6.6",
|
||||
"description": "LanguageTool is an open-source grammar, style, and spell checker that can run as a self-hosted HTTP service.",
|
||||
"logo": "languagetool.svg",
|
||||
"links": {
|
||||
"github": "https://github.com/languagetool-org/languagetool",
|
||||
"website": "https://languagetool.org/",
|
||||
"docs": "https://dev.languagetool.org/http-server"
|
||||
},
|
||||
"tags": [
|
||||
"writing",
|
||||
"grammar",
|
||||
"spellcheck",
|
||||
"api"
|
||||
]
|
||||
}
|
||||
6
blueprints/languagetool/template.toml
Normal file
@@ -0,0 +1,6 @@
|
||||
[config]
|
||||
[[config.domains]]
|
||||
serviceName = "languagetool"
|
||||
port = 8010
|
||||
host = "${domain}"
|
||||
path = "/v2/languages"
|
||||
17
blueprints/pairdrop/docker-compose.yml
Normal file
@@ -0,0 +1,17 @@
|
||||
version: "3.8"
|
||||
|
||||
services:
|
||||
pairdrop:
|
||||
image: lscr.io/linuxserver/pairdrop:latest
|
||||
restart: unless-stopped
|
||||
expose:
|
||||
- "3000"
|
||||
environment:
|
||||
- PUID=1000
|
||||
- PGID=1000
|
||||
- TZ=${TZ}
|
||||
volumes:
|
||||
- pairdrop-config:/config
|
||||
|
||||
volumes:
|
||||
pairdrop-config:
|
||||
18
blueprints/pairdrop/meta.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"id": "pairdrop",
|
||||
"name": "PairDrop",
|
||||
"version": "latest",
|
||||
"description": "PairDrop is a self-hosted local file sharing web app for sending files and text between nearby devices.",
|
||||
"logo": "pairdrop.svg",
|
||||
"links": {
|
||||
"github": "https://github.com/schlagmichdoch/PairDrop",
|
||||
"website": "https://pairdrop.net/",
|
||||
"docs": "https://github.com/schlagmichdoch/PairDrop/blob/master/docs/host-your-own.md"
|
||||
},
|
||||
"tags": [
|
||||
"file-sharing",
|
||||
"p2p",
|
||||
"web-app",
|
||||
"self-hosted"
|
||||
]
|
||||
}
|
||||
1
blueprints/pairdrop/pairdrop.svg
Normal file
@@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 120 120"><rect width="120" height="120" rx="24" fill="#14b8a6"/><path d="M60 24 35 50h16v26h18V50h16z" fill="#fff"/><path d="M30 82h60v14H30z" fill="#d1faf5"/></svg>
|
||||
|
After Width: | Height: | Size: 219 B |
11
blueprints/pairdrop/template.toml
Normal file
@@ -0,0 +1,11 @@
|
||||
[variables]
|
||||
timezone = "Etc/UTC"
|
||||
|
||||
[config]
|
||||
[[config.domains]]
|
||||
serviceName = "pairdrop"
|
||||
port = 3000
|
||||
host = "${domain}"
|
||||
|
||||
[config.env]
|
||||
TZ = "${timezone}"
|
||||
15
blueprints/shiori/docker-compose.yml
Normal file
@@ -0,0 +1,15 @@
|
||||
version: "3.8"
|
||||
|
||||
services:
|
||||
shiori:
|
||||
image: ghcr.io/go-shiori/shiori:v1.8.0-2-g585ea34
|
||||
restart: unless-stopped
|
||||
expose:
|
||||
- "8080"
|
||||
environment:
|
||||
- SHIORI_DIR=/srv/shiori
|
||||
volumes:
|
||||
- shiori-data:/srv/shiori
|
||||
|
||||
volumes:
|
||||
shiori-data:
|
||||
18
blueprints/shiori/meta.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"id": "shiori",
|
||||
"name": "Shiori",
|
||||
"version": "v1.8.0-2-g585ea34",
|
||||
"description": "Shiori is a simple self-hosted bookmark manager with offline archive support and a web interface.",
|
||||
"logo": "shiori.svg",
|
||||
"links": {
|
||||
"github": "https://github.com/go-shiori/shiori",
|
||||
"website": "https://go-shiori.github.io/shiori/",
|
||||
"docs": "https://go-shiori.github.io/shiori/"
|
||||
},
|
||||
"tags": [
|
||||
"bookmarks",
|
||||
"read-it-later",
|
||||
"archiving",
|
||||
"self-hosted"
|
||||
]
|
||||
}
|
||||
5
blueprints/shiori/shiori.svg
Normal file
@@ -0,0 +1,5 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 128 128">
|
||||
<rect width="128" height="128" rx="24" fill="#7c2d12"/>
|
||||
<path d="M38 26h52a8 8 0 0 1 8 8v68L72 86l-26 16V34a8 8 0 0 1 8-8Z" fill="#fed7aa"/>
|
||||
<path d="M54 46h28M54 62h28" stroke="#9a3412" stroke-width="8" stroke-linecap="round"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 305 B |
5
blueprints/shiori/template.toml
Normal file
@@ -0,0 +1,5 @@
|
||||
[config]
|
||||
[[config.domains]]
|
||||
serviceName = "shiori"
|
||||
port = 8080
|
||||
host = "${domain}"
|
||||
18
blueprints/wakapi/docker-compose.yml
Normal file
@@ -0,0 +1,18 @@
|
||||
version: "3.8"
|
||||
|
||||
services:
|
||||
wakapi:
|
||||
image: ghcr.io/muety/wakapi:latest
|
||||
restart: unless-stopped
|
||||
expose:
|
||||
- "3000"
|
||||
environment:
|
||||
- WAKAPI_PASSWORD_SALT=${WAKAPI_PASSWORD_SALT}
|
||||
- WAKAPI_DB_TYPE=sqlite3
|
||||
- WAKAPI_DB_NAME=/data/wakapi.db
|
||||
- WAKAPI_LISTEN_IPV4=0.0.0.0
|
||||
volumes:
|
||||
- wakapi-data:/data
|
||||
|
||||
volumes:
|
||||
wakapi-data:
|
||||
18
blueprints/wakapi/meta.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"id": "wakapi",
|
||||
"name": "Wakapi",
|
||||
"version": "latest",
|
||||
"description": "Wakapi is a self-hosted WakaTime-compatible backend for tracking coding activity and developer statistics.",
|
||||
"logo": "wakapi.svg",
|
||||
"links": {
|
||||
"github": "https://github.com/muety/wakapi",
|
||||
"website": "https://wakapi.dev/",
|
||||
"docs": "https://github.com/muety/wakapi#-installation"
|
||||
},
|
||||
"tags": [
|
||||
"developer-tools",
|
||||
"analytics",
|
||||
"wakatime",
|
||||
"self-hosted"
|
||||
]
|
||||
}
|
||||
11
blueprints/wakapi/template.toml
Normal file
@@ -0,0 +1,11 @@
|
||||
[variables]
|
||||
password_salt = "${password:64}"
|
||||
|
||||
[config]
|
||||
[[config.domains]]
|
||||
serviceName = "wakapi"
|
||||
port = 3000
|
||||
host = "${domain}"
|
||||
|
||||
[config.env]
|
||||
WAKAPI_PASSWORD_SALT = "${password_salt}"
|
||||
1
blueprints/wakapi/wakapi.svg
Normal file
@@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 120 120"><rect width="120" height="120" rx="24" fill="#7c3aed"/><path d="M28 74c8-28 16-42 25-42 8 0 11 10 15 24 3 10 6 18 11 18 4 0 8-7 13-21" fill="none" stroke="#fff" stroke-width="10" stroke-linecap="round" stroke-linejoin="round"/><circle cx="84" cy="36" r="7" fill="#facc15"/></svg>
|
||||
|
After Width: | Height: | Size: 342 B |