17 lines
708 B
JSON
17 lines
708 B
JSON
|
{
|
||
|
"$schema": "../schema.json",
|
||
|
"name": "PrivateBin",
|
||
|
"available": true,
|
||
|
"exposable": true,
|
||
|
"port": 8109,
|
||
|
"id": "privatebin",
|
||
|
"tipi_version": 1,
|
||
|
"version": "latest",
|
||
|
"categories": ["utilities"],
|
||
|
"description": "PrivateBin is a minimalist, open source online pastebin where the server has zero knowledge of pasted data. Data is encrypted and decrypted in the browser using 256bit AES in Galois Counter mode.",
|
||
|
"short_desc": "A minimalist, open source online pastebin where the server has zero knowledge of pasted data. Data is encrypted/decrypted in the browser using 256 bits AES.",
|
||
|
"author": "PrivateBin",
|
||
|
"source": "https://github.com/PrivateBin/PrivateBin",
|
||
|
"form_fields": []
|
||
|
}
|