diff --git a/apps/librephotos/config.json b/apps/librephotos/config.json index ab0fa362..bc60bffa 100644 --- a/apps/librephotos/config.json +++ b/apps/librephotos/config.json @@ -9,8 +9,8 @@ "version": "2022w41", "supported_architectures": ["amd64", "arm64"], "categories": ["photography"], - "description": "", - "short_desc": "", + "description": "Complete photo management service", + "short_desc": "Complete photo management service", "author": "Niaz Faridani-Rad", "source": "https://github.com/LibrePhotos/librephotos", "form_fields": [ diff --git a/apps/moneroblock/config.json b/apps/moneroblock/config.json index d11d8764..72f08352 100644 --- a/apps/moneroblock/config.json +++ b/apps/moneroblock/config.json @@ -15,7 +15,8 @@ "form_fields": [ { "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, "min": 10, "required": false, diff --git a/apps/monerod/config.json b/apps/monerod/config.json index f677faaf..2067bd91 100644 --- a/apps/monerod/config.json +++ b/apps/monerod/config.json @@ -3,9 +3,10 @@ "name": "Monero Daemon", "available": true, "exposable": true, + "no_gui": true, "port": 18080, "id": "monerod", - "tipi_version": 2, + "tipi_version": 3, "version": "v0.18.1.1", "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.", diff --git a/apps/zerotier/config.json b/apps/zerotier/config.json index 8fb6f2bc..d9401b75 100644 --- a/apps/zerotier/config.json +++ b/apps/zerotier/config.json @@ -2,9 +2,10 @@ "$schema": "../schema.json", "name": "ZeroTier", "available": true, + "no_gui": true, "port": 9993, "id": "zerotier", - "tipi_version": 1, + "tipi_version": 2, "version": "v1.10.1", "categories": ["network", "security"], "description": "ZeroTier combines the capabilities of VPN and SD-WAN, simplifying network management.",