mirror of
https://github.com/Dokploy/templates.git
synced 2026-07-08 15:35:24 +02:00
feat: add PrivateBin template (#947)
* feat: add PrivateBin template * chore: pin privatebin template version --------- Co-authored-by: Rohit Mulani <289630555+rohitmulani63-ops@users.noreply.github.com>
This commit is contained in:
11
blueprints/privatebin/docker-compose.yml
Normal file
11
blueprints/privatebin/docker-compose.yml
Normal file
@@ -0,0 +1,11 @@
|
||||
services:
|
||||
privatebin:
|
||||
image: privatebin/nginx-fpm-alpine:2.0.4
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- privatebin_data:/srv/data
|
||||
ports:
|
||||
- "8080"
|
||||
|
||||
volumes:
|
||||
privatebin_data:
|
||||
5
blueprints/privatebin/privatebin.svg
Normal file
5
blueprints/privatebin/privatebin.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="28" fill="#101828"/>
|
||||
<circle cx="64" cy="64" r="34" fill="#38bdf8" opacity="0.92"/>
|
||||
<text x="64" y="74" text-anchor="middle" font-family="Arial, sans-serif" font-size="30" font-weight="700" fill="#ffffff">P</text>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 325 B |
11
blueprints/privatebin/template.toml
Normal file
11
blueprints/privatebin/template.toml
Normal file
@@ -0,0 +1,11 @@
|
||||
[variables]
|
||||
main_domain = "${domain}"
|
||||
|
||||
[config]
|
||||
env = {}
|
||||
mounts = []
|
||||
|
||||
[[config.domains]]
|
||||
serviceName = "privatebin"
|
||||
port = 8080
|
||||
host = "${main_domain}"
|
||||
17
meta.json
17
meta.json
@@ -5585,6 +5585,23 @@
|
||||
],
|
||||
"dokploy_version": "<0.22.5"
|
||||
},
|
||||
{
|
||||
"id": "privatebin",
|
||||
"name": "PrivateBin",
|
||||
"version": "2.0.4",
|
||||
"description": "PrivateBin is a minimalist, open-source online pastebin where the server has zero knowledge of pasted data.",
|
||||
"logo": "privatebin.svg",
|
||||
"links": {
|
||||
"github": "https://github.com/PrivateBin/PrivateBin",
|
||||
"website": "https://privatebin.info/",
|
||||
"docs": "https://github.com/PrivateBin/docker-nginx-fpm-alpine"
|
||||
},
|
||||
"tags": [
|
||||
"pastebin",
|
||||
"privacy",
|
||||
"self-hosted"
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "prometheus",
|
||||
"name": "Prometheus",
|
||||
|
||||
Reference in New Issue
Block a user