Update app configs with available property

This commit is contained in:
Nicolas Meienberger 2022-05-09 22:55:53 +02:00
parent 37f0c20ef9
commit e4e26d142e
15 changed files with 38 additions and 27 deletions

View file

@ -1,5 +1,6 @@
{
"name": "File Browser",
"available": true,
"port": 8096,
"id": "filebrowser",
"description": "Reliable and Performant File Management Desktop Sync and File Sharing",

View file

@ -1,5 +1,6 @@
{
"name": "FreshRSS",
"available": true,
"port": 8086,
"id": "freshrss",
"description": "FreshRSS is a self-hosted RSS feed aggregator like Leed or Kriss Feed.\nIt is lightweight, easy to work with, powerful, and customizable.\n\nIt is a multi-user application with an anonymous reading mode. It supports custom tags. There is an API for (mobile) clients, and a Command-Line Interface.\n\nThanks to the WebSub standard (formerly PubSubHubbub), FreshRSS is able to receive instant push notifications from compatible sources, such as Mastodon, Friendica, WordPress, Blogger, FeedBurner, etc.\n\nFreshRSS natively supports basic Web scraping, based on XPath, for Web sites not providing any RSS / Atom feed.\n\nFinally, it supports extensions for further tuning.",

View file

@ -1,5 +1,6 @@
{
"name": "Invidious",
"available": true,
"port": 8095,
"id": "invidious",
"description": "",

View file

@ -1,5 +1,6 @@
{
"name": "Jackett",
"available": true,
"port": 8097,
"id": "jackett",
"description": "Jackett works as a proxy server: it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar3, Lidarr, DuckieTV, qBittorrent, Nefarious etc.) into tracker-site-specific http queries, parses the html or json response, and then sends results back to the requesting software. This allows for getting recent uploads (like RSS) and performing searches.",
@ -7,7 +8,5 @@
"author": "",
"source": "https://github.com/Jackett/Jackett",
"image": "https://avatars.githubusercontent.com/u/15383019?s=200&v=4",
"form_fields": {
}
"form_fields": {}
}

View file

@ -1,5 +1,6 @@
{
"name": "Jellyfin",
"available": true,
"port": 8091,
"id": "jellyfin",
"description": "",

View file

@ -1,5 +1,6 @@
{
"name": "Joplin Server",
"available": true,
"port": 8099,
"id": "joplin",
"description": "",

View file

@ -1,5 +1,6 @@
{
"name": "n8n",
"available": true,
"port": 8094,
"id": "n8n",
"description": "n8n is an extendable workflow automation tool. With a fair-code distribution model, n8n will always have visible source code, be available to self-host, and allow you to add your own custom functions, logic and apps. n8n's node-based approach makes it highly versatile, enabling you to connect anything to everything.",

View file

@ -1,5 +1,6 @@
{
"name": "Nextcloud",
"available": true,
"port": 8083,
"id": "nextcloud",
"description": "Nextcloud is a self-hosted, open source, and fully-featured cloud storage solution for your personal files, office documents, and photos.",

View file

@ -1,23 +1,24 @@
{
"name": "PiHole",
"port": 8081,
"requirements": {
"ports": [53]
},
"id": "pihole",
"description": "",
"short_desc": "",
"author": "",
"source": "",
"image": "https://avatars.githubusercontent.com/u/16827203?s=200&v=4",
"form_fields": {
"password": {
"type": "password",
"label": "Password",
"max": 50,
"min": 3,
"required": true,
"env_variable": "APP_PASSWORD"
}
"name": "PiHole",
"available": true,
"port": 8081,
"requirements": {
"ports": [53]
},
"id": "pihole",
"description": "",
"short_desc": "",
"author": "",
"source": "",
"image": "https://avatars.githubusercontent.com/u/16827203?s=200&v=4",
"form_fields": {
"password": {
"type": "password",
"label": "Password",
"max": 50,
"min": 3,
"required": true,
"env_variable": "APP_PASSWORD"
}
}
}
}

View file

@ -1,5 +1,6 @@
{
"name": "Radarr",
"available": true,
"port": 8088,
"id": "radarr",
"description": "",

View file

@ -1,5 +1,6 @@
{
"name": "Sonarr",
"available": true,
"port": 8098,
"id": "sonarr",
"description": "",
@ -7,7 +8,5 @@
"author": "",
"source": "",
"image": "https://avatars.githubusercontent.com/u/1082903?s=200&v=4",
"form_fields": {
}
"form_fields": {}
}

View file

@ -1,5 +1,6 @@
{
"name": "Syncthing",
"available": true,
"port": 8090,
"id": "syncthing",
"description": "Syncthing is a peer-to-peer continuous file synchronization program. It synchronizes files between two or more computers in real time, safely protected from prying eyes. Your data is your data alone and you deserve to choose where it is stored, whether it is shared with some third party, and how it's transmitted over the internet.\n\nInstall the Syncthing app on your Umbrel and pair it with the Syncthing app on your phone or computer for a self hosted peer-to-peer backup solution.",

View file

@ -1,5 +1,6 @@
{
"name": "Tailscale",
"available": true,
"port": 8093,
"id": "tailscale",
"description": "",

View file

@ -1,5 +1,6 @@
{
"name": "Transmission",
"available": true,
"port": 8089,
"requirements": {
"ports": [51413]

View file

@ -1,5 +1,6 @@
{
"name": "Wireguard",
"available": true,
"port": 8082,
"requirements": {
"ports": [51820]