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:
Rohit Mulani
2026-07-08 00:03:54 +04:00
committed by GitHub
parent c70cd23b7e
commit f14cc64043
4 changed files with 44 additions and 0 deletions

View 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:

View 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

View File

@@ -0,0 +1,11 @@
[variables]
main_domain = "${domain}"
[config]
env = {}
mounts = []
[[config.domains]]
serviceName = "privatebin"
port = 8080
host = "${main_domain}"

View File

@@ -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",