mirror of
https://github.com/Dokploy/templates.git
synced 2026-07-10 00:15:28 +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
508 B
JSON
19 lines
508 B
JSON
{
|
|
"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"
|
|
]
|
|
}
|