1cc62c2202
* Add the extra config to the first 50 apps and modify tests, * Add arch to extra 55 apps. * Fix tests error. * Fix tests (again). * Andd the last 77 apps. * Change photoprism from latest to a version. * Fixes. * Drop arm support for peppermint. --------- Co-authored-by: JigSaw <JigSawFr@users.noreply.github.com>
22 lines
793 B
JSON
22 lines
793 B
JSON
{
|
|
"$schema": "../schema.json",
|
|
"name": "PrivateBin",
|
|
"available": true,
|
|
"exposable": true,
|
|
"port": 8122,
|
|
"id": "privatebin",
|
|
"tipi_version": 5,
|
|
"version": "1.6.0",
|
|
"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": [],
|
|
"uid": 65534,
|
|
"gid": 82,
|
|
"supported_architectures": ["arm64", "amd64"]
|
|
}
|