mirror of
https://github.com/Dokploy/templates.git
synced 2026-07-14 18:35:24 +02:00
# Conflicts: # blueprints/gotify/docker-compose.yml # blueprints/gotify/gotify.svg # blueprints/gotify/template.toml # blueprints/jellyseerr/docker-compose.yml # blueprints/jellyseerr/jellyseerr.svg # blueprints/jellyseerr/template.toml # blueprints/privatebin/docker-compose.yml # blueprints/privatebin/privatebin.svg # blueprints/privatebin/template.toml # blueprints/speedtest-tracker/docker-compose.yml # blueprints/speedtest-tracker/speedtest-tracker.svg # blueprints/speedtest-tracker/template.toml # meta.json
19 lines
484 B
JSON
19 lines
484 B
JSON
{
|
|
"id": "privatebin",
|
|
"name": "PrivateBin",
|
|
"version": "latest",
|
|
"description": "PrivateBin is a minimalist pastebin where pasted data is encrypted and decrypted in the browser.",
|
|
"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",
|
|
"encryption",
|
|
"sharing"
|
|
]
|
|
}
|