chore: update app descriptions

This commit is contained in:
Nicolas Meienberger 2022-11-18 19:18:30 +01:00
parent 4c79f3b4b1
commit 6ee5b66166
4 changed files with 8 additions and 5 deletions

View File

@ -9,8 +9,8 @@
"version": "2022w41", "version": "2022w41",
"supported_architectures": ["amd64", "arm64"], "supported_architectures": ["amd64", "arm64"],
"categories": ["photography"], "categories": ["photography"],
"description": "", "description": "Complete photo management service",
"short_desc": "", "short_desc": "Complete photo management service",
"author": "Niaz Faridani-Rad", "author": "Niaz Faridani-Rad",
"source": "https://github.com/LibrePhotos/librephotos", "source": "https://github.com/LibrePhotos/librephotos",
"form_fields": [ "form_fields": [

View File

@ -15,7 +15,8 @@
"form_fields": [ "form_fields": [
{ {
"type": "text", "type": "text",
"label": "Monero Daemon Address in format node.host.name:port, i.e. node.sethforprivacy.com:18089", "label": "Monero Daemon",
"hint": "Address in format node.host.name:port, i.e. node.sethforprivacy.com:18089",
"max": 100, "max": 100,
"min": 10, "min": 10,
"required": false, "required": false,

View File

@ -3,9 +3,10 @@
"name": "Monero Daemon", "name": "Monero Daemon",
"available": true, "available": true,
"exposable": true, "exposable": true,
"no_gui": true,
"port": 18080, "port": 18080,
"id": "monerod", "id": "monerod",
"tipi_version": 2, "tipi_version": 3,
"version": "v0.18.1.1", "version": "v0.18.1.1",
"categories": ["finance"], "categories": ["finance"],
"description": "A device on the Internet running the Monero software, with a full copy of the Monero blockchain, actively assisting the Monero network. This is a simple and straightforward Dockerized monerod built from source and exposing standard ports. Please note that running this requires >50GB of free disk space and is best run on solid-state (SSD) storage.", "description": "A device on the Internet running the Monero software, with a full copy of the Monero blockchain, actively assisting the Monero network. This is a simple and straightforward Dockerized monerod built from source and exposing standard ports. Please note that running this requires >50GB of free disk space and is best run on solid-state (SSD) storage.",

View File

@ -2,9 +2,10 @@
"$schema": "../schema.json", "$schema": "../schema.json",
"name": "ZeroTier", "name": "ZeroTier",
"available": true, "available": true,
"no_gui": true,
"port": 9993, "port": 9993,
"id": "zerotier", "id": "zerotier",
"tipi_version": 1, "tipi_version": 2,
"version": "v1.10.1", "version": "v1.10.1",
"categories": ["network", "security"], "categories": ["network", "security"],
"description": "ZeroTier combines the capabilities of VPN and SD-WAN, simplifying network management.", "description": "ZeroTier combines the capabilities of VPN and SD-WAN, simplifying network management.",