chore(apps): move icons into the apps folder (#3139)
* chore(apps): move icons into the apps folder * rename to `icon.png` * replace solr image * remove `docs/` from gitignore * move app specific docs into app folder [skip ci] * fix some links * chore(apps): update image links temporary
@@ -7,7 +7,7 @@ dependencies:
|
||||
deprecated: false
|
||||
description: AirDC++ Web Client is a locally installed application, which is designed for flexible sharing of files or directories within groups of people in a local network or over internet.
|
||||
home: https://github.com/truecharts/apps/tree/master/charts/stable/airdcpp-webclient
|
||||
icon: https://truecharts.org/_static/img/appicons/airdcpp-webclient.png
|
||||
icon: https://truecharts.org/img/appicons/airdcpp-webclient.png
|
||||
keywords:
|
||||
- DC++
|
||||
- dcpp
|
||||
|
||||
|
After Width: | Height: | Size: 44 KiB |
@@ -10,7 +10,7 @@ dependencies:
|
||||
version: 8.0.24
|
||||
description: Airsonic is a Free and Open Source community driven media server
|
||||
home: https://github.com/truecharts/apps/tree/master/charts/stable/airsonic-advanced
|
||||
icon: https://truecharts.org/_static/img/appicons/airsonic.png
|
||||
icon: https://truecharts.org/img/appicons/airsonic.png
|
||||
keywords:
|
||||
- airsonic
|
||||
kubeVersion: '>=1.16.0-0'
|
||||
|
||||
|
After Width: | Height: | Size: 8.0 KiB |
@@ -6,7 +6,7 @@ dependencies:
|
||||
version: 10.2.1
|
||||
description: Airsonic is a Free and Open Source community driven media server
|
||||
home: https://github.com/truecharts/apps/tree/master/charts/stable/airsonic
|
||||
icon: https://truecharts.org/_static/img/appicons/airsonic.png
|
||||
icon: https://truecharts.org/img/appicons/airsonic.png
|
||||
keywords:
|
||||
- airsonic
|
||||
kubeVersion: '>=1.16.0-0'
|
||||
|
||||
|
After Width: | Height: | Size: 8.0 KiB |
@@ -7,7 +7,7 @@ description: Alist program that supports multiple storage, powered by Gin and Re
|
||||
type: application
|
||||
deprecated: false
|
||||
home: https://github.com/truecharts/apps/tree/master/charts/stable/alist
|
||||
icon: https://truecharts.org/_static/img/appicons/alist.png
|
||||
icon: https://truecharts.org/img/appicons/alist.png
|
||||
keywords:
|
||||
- alist
|
||||
- storage
|
||||
|
||||
|
After Width: | Height: | Size: 46 KiB |
@@ -6,7 +6,7 @@ dependencies:
|
||||
version: 10.2.1
|
||||
description: Expose all events from an Amcrest device to an MQTT broker
|
||||
home: https://github.com/truecharts/apps/tree/master/charts/stable/amcrest2mqtt
|
||||
icon: https://truecharts.org/_static/img/appicons/amcrest2mqtt.png
|
||||
icon: https://truecharts.org/img/appicons/amcrest2mqtt.png
|
||||
keywords:
|
||||
- amcrest2mqtt
|
||||
kubeVersion: '>=1.16.0-0'
|
||||
|
||||
|
After Width: | Height: | Size: 17 KiB |
@@ -14,7 +14,7 @@ dependencies:
|
||||
version: 3.0.24
|
||||
description: "Protect your email from spam using disposable addresses."
|
||||
home: https://github.com/truecharts/apps/tree/master/charts/stable/anonaddy
|
||||
icon: https://truecharts.org/_static/img/appicons/anonaddy.png
|
||||
icon: https://truecharts.org/img/appicons/anonaddy.png
|
||||
keywords:
|
||||
- anonaddy
|
||||
kubeVersion: '>=1.16.0-0'
|
||||
|
||||
|
After Width: | Height: | Size: 4.4 KiB |
@@ -6,7 +6,7 @@ dependencies:
|
||||
version: 10.2.1
|
||||
description: Index and stream music using apache-musicindex and m3u playlists
|
||||
home: https://github.com/truecharts/apps/tree/master/charts/stable/apache-musicindex
|
||||
icon: https://truecharts.org/_static/img/appicons/apache-musicindex.png
|
||||
icon: https://truecharts.org/img/appicons/apache-musicindex.png
|
||||
keywords:
|
||||
- apache-musicindex
|
||||
- streaming
|
||||
|
||||
|
After Width: | Height: | Size: 19 KiB |
@@ -10,7 +10,7 @@ description: AppDaemon is a loosely coupled, multithreaded, sandboxed python exe
|
||||
It also provides a configurable dashboard (HADashboard) suitable for wall mounted
|
||||
tablets.
|
||||
home: https://github.com/truecharts/apps/tree/master/charts/stable/appdaemon
|
||||
icon: https://truecharts.org/_static/img/appicons/appdaemon.png
|
||||
icon: https://truecharts.org/img/appicons/appdaemon.png
|
||||
keywords:
|
||||
- appdaemon
|
||||
- homeautomation
|
||||
|
||||
@@ -0,0 +1,13 @@
|
||||
# Input Validation
|
||||
|
||||
__`LATITUDE`__ and __`LONGITUDE`__
|
||||
Accepted formats are:
|
||||
|
||||
- Float (eg. `24.2028`)
|
||||
|
||||
Regex used to match this: `^[0-9]{1,}\.{1}[0-9]{1,}$`
|
||||
You can try live [here](https://regex101.com/r/xsLGWN/1)
|
||||
|
||||
---
|
||||
|
||||
_If you find a field that you think it needs validation, please open an issue on github_
|
||||
|
After Width: | Height: | Size: 562 B |
@@ -6,7 +6,7 @@ dependencies:
|
||||
version: 10.2.1
|
||||
description: aria server for downloading web content
|
||||
home: https://github.com/truecharts/apps/tree/master/charts/stable/aria2
|
||||
icon: https://truecharts.org/_static/img/appicons/aria2.png
|
||||
icon: https://truecharts.org/img/appicons/aria2.png
|
||||
keywords:
|
||||
- aria2
|
||||
kubeVersion: '>=1.16.0-0'
|
||||
|
||||
|
After Width: | Height: | Size: 2.9 KiB |
@@ -6,7 +6,7 @@ dependencies:
|
||||
version: 10.2.1
|
||||
description: An easy-to-use, multi-track audio editor and recorder
|
||||
home: https://github.com/truecharts/apps/tree/master/charts/stable/audacity
|
||||
icon: https://truecharts.org/_static/img/appicons/audacity.png
|
||||
icon: https://truecharts.org/img/appicons/audacity.png
|
||||
keywords:
|
||||
- audacity
|
||||
- music
|
||||
|
||||
|
After Width: | Height: | Size: 33 KiB |
@@ -6,7 +6,7 @@ dependencies:
|
||||
version: 10.2.1
|
||||
description: Audiobookshelf is a self-hosted audiobook server for managing and playing your audiobooks.
|
||||
home: https://github.com/truecharts/apps/tree/master/charts/stable/audiobookshelf
|
||||
icon: https://truecharts.org/_static/img/appicons/audiobookshelf.png
|
||||
icon: https://truecharts.org/img/appicons/audiobookshelf.png
|
||||
keywords:
|
||||
- audiobookshelf
|
||||
kubeVersion: '>=1.16.0-0'
|
||||
|
||||
|
After Width: | Height: | Size: 6.3 KiB |
@@ -15,7 +15,7 @@ dependencies:
|
||||
deprecated: false
|
||||
description: Authelia is a Single Sign-On Multi-Factor portal for web apps
|
||||
home: https://github.com/truecharts/apps/tree/master/charts/stable/authelia
|
||||
icon: https://truecharts.org/_static/img/appicons/authelia.png
|
||||
icon: https://truecharts.org/img/appicons/authelia.png
|
||||
keywords:
|
||||
- authelia
|
||||
- authentication
|
||||
|
||||
|
After Width: | Height: | Size: 18 KiB |
@@ -7,7 +7,7 @@ dependencies:
|
||||
deprecated: false
|
||||
description: A Lidarr companion script to automatically download music for Lidarr.
|
||||
home: https://github.com/truecharts/apps/tree/master/charts/stable/automatic-music-downloader
|
||||
icon: https://truecharts.org/_static/img/appicons/automatic-music-downloader.png
|
||||
icon: https://truecharts.org/img/appicons/automatic-music-downloader.png
|
||||
keywords:
|
||||
- automatic
|
||||
- music
|
||||
|
||||
|
After Width: | Height: | Size: 28 KiB |
@@ -6,7 +6,7 @@ name: babybuddy
|
||||
description: Helps caregivers track sleep, feedings, diaper changes, tummy time and more to learn about and predict baby's needs without (as much) guess work.
|
||||
type: application
|
||||
home: https://github.com/truecharts/apps/tree/master/charts/stable/babybuddy
|
||||
icon: https://truecharts.org/_static/img/appicons/babybuddy.png
|
||||
icon: https://truecharts.org/img/appicons/babybuddy.png
|
||||
keywords:
|
||||
- baby
|
||||
- buddy
|
||||
|
||||
|
After Width: | Height: | Size: 13 KiB |
@@ -14,7 +14,7 @@ dependencies:
|
||||
version: 3.0.24
|
||||
description: Baserow is an open source no-code database tool and Airtable alternative.
|
||||
home: https://github.com/truecharts/apps/tree/master/charts/incubator/baserow
|
||||
icon: https://truecharts.org/_static/img/appicons/baserow.png
|
||||
icon: https://truecharts.org/img/appicons/baserow.png
|
||||
keywords:
|
||||
- baserow
|
||||
kubeVersion: '>=1.16.0-0'
|
||||
|
||||
|
After Width: | Height: | Size: 1.0 KiB |
@@ -8,7 +8,7 @@ deprecated: false
|
||||
description: Bazarr is a companion application to Sonarr and Radarr. It manages and
|
||||
downloads subtitles based on your requirements
|
||||
home: https://github.com/truecharts/apps/tree/master/charts/stable/bazarr
|
||||
icon: https://truecharts.org/_static/img/appicons/bazarr.png
|
||||
icon: https://truecharts.org/img/appicons/bazarr.png
|
||||
keywords:
|
||||
- bazarr
|
||||
- radarr
|
||||
|
||||
|
After Width: | Height: | Size: 9.9 KiB |
@@ -6,7 +6,7 @@ dependencies:
|
||||
version: 10.2.1
|
||||
description: A music library manager and not, for the most part, a music player.
|
||||
home: https://github.com/truecharts/apps/tree/master/charts/stable/beets
|
||||
icon: https://truecharts.org/_static/img/appicons/beets.png
|
||||
icon: https://truecharts.org/img/appicons/beets.png
|
||||
keywords:
|
||||
- music
|
||||
- library
|
||||
|
||||
|
After Width: | Height: | Size: 139 KiB |
@@ -10,7 +10,7 @@ dependencies:
|
||||
version: 8.0.24
|
||||
description: "Lightweight self-hosted facebook-styled PHP blog."
|
||||
home: https://github.com/truecharts/apps/tree/master/charts/stable/blog
|
||||
icon: https://truecharts.org/_static/img/appicons/blog.png
|
||||
icon: https://truecharts.org/img/appicons/blog.png
|
||||
keywords:
|
||||
- blog
|
||||
- php
|
||||
|
||||
|
After Width: | Height: | Size: 14 KiB |
@@ -7,7 +7,7 @@ description: BOINC is a platform for high-throughput computing on a large scale
|
||||
type: application
|
||||
deprecated: false
|
||||
home: https://github.com/truecharts/apps/tree/master/charts/stable/boinc
|
||||
icon: https://truecharts.org/_static/img/appicons/boinc.png
|
||||
icon: https://truecharts.org/img/appicons/boinc.png
|
||||
keywords:
|
||||
- boinc
|
||||
sources:
|
||||
|
||||
|
After Width: | Height: | Size: 26 KiB |
@@ -7,7 +7,7 @@ dependencies:
|
||||
description: Booksonic is a platform for accessing the audibooks you own wherever
|
||||
you are
|
||||
home: https://github.com/truecharts/apps/tree/master/charts/stable/booksonic-air
|
||||
icon: https://truecharts.org/_static/img/appicons/booksonic-air.png
|
||||
icon: https://truecharts.org/img/appicons/booksonic-air.png
|
||||
keywords:
|
||||
- booksonic
|
||||
- audiobook
|
||||
|
||||
|
After Width: | Height: | Size: 32 KiB |
@@ -10,7 +10,7 @@ dependencies:
|
||||
version: 3.0.23
|
||||
description: "A simple, self-hosted, easy-to-use platform for organising and storing information."
|
||||
home: https://github.com/truecharts/apps/tree/master/charts/stable/bookstack
|
||||
icon: https://truecharts.org/_static/img/appicons/bookstack.png
|
||||
icon: https://truecharts.org/img/appicons/bookstack.png
|
||||
keywords:
|
||||
- bookstack
|
||||
- book
|
||||
|
||||
|
After Width: | Height: | Size: 7.2 KiB |
@@ -6,7 +6,7 @@ dependencies:
|
||||
version: 10.2.1
|
||||
description: Browserless is a web-service that allows for remote clients to connect, drive, and execute headless work
|
||||
home: https://github.com/truecharts/apps/tree/master/charts/stable/browserless-chrome
|
||||
icon: https://truecharts.org/_static/img/appicons/browserless-chrome.png
|
||||
icon: https://truecharts.org/img/appicons/browserless-chrome.png
|
||||
keywords:
|
||||
- browserless
|
||||
- chrome
|
||||
|
||||
|
After Width: | Height: | Size: 9.0 KiB |
@@ -6,7 +6,7 @@ dependencies:
|
||||
version: 10.2.1
|
||||
description: Budge is an open source 'budgeting with envelopes' personal finance app.
|
||||
home: https://github.com/truecharts/apps/tree/master/charts/stable/budge
|
||||
icon: https://truecharts.org/_static/img/appicons/budge.png
|
||||
icon: https://truecharts.org/img/appicons/budge.png
|
||||
keywords:
|
||||
- finance
|
||||
- budge
|
||||
|
||||
|
After Width: | Height: | Size: 30 KiB |
@@ -8,7 +8,7 @@ deprecated: false
|
||||
description: Calibre-Web is a web app providing a clean interface for browsing, reading
|
||||
and downloading eBooks using an existing Calibre database.
|
||||
home: https://github.com/truecharts/apps/tree/master/charts/stable/calibre-web
|
||||
icon: https://truecharts.org/_static/img/appicons/calibre-web.png
|
||||
icon: https://truecharts.org/img/appicons/calibre-web.png
|
||||
keywords:
|
||||
- calibre-web
|
||||
- calibre
|
||||
|
||||
|
After Width: | Height: | Size: 11 KiB |
@@ -6,7 +6,7 @@ dependencies:
|
||||
version: 10.2.1
|
||||
description: Calibre is a powerful and easy to use e-book manager.
|
||||
home: https://github.com/truecharts/apps/tree/master/charts/stable/calibre
|
||||
icon: https://truecharts.org/_static/img/appicons/calibre.png
|
||||
icon: https://truecharts.org/img/appicons/calibre.png
|
||||
keywords:
|
||||
- calibre
|
||||
kubeVersion: '>=1.16.0-0'
|
||||
|
||||
|
After Width: | Height: | Size: 25 KiB |
@@ -7,7 +7,7 @@ description: Chevereto is an image hosting software that allows you to create a
|
||||
type: application
|
||||
deprecated: false
|
||||
home: https://github.com/truecharts/apps/tree/master/charts/stable/chevereto
|
||||
icon: https://truecharts.org/_static/img/appicons/chevereto.png
|
||||
icon: https://truecharts.org/img/appicons/chevereto.png
|
||||
keywords:
|
||||
- chevereto
|
||||
sources:
|
||||
|
||||
|
After Width: | Height: | Size: 19 KiB |
@@ -6,7 +6,7 @@ dependencies:
|
||||
version: 10.2.1
|
||||
description: ClamAV® is an open source antivirus engine for detecting trojans, viruses, malware & other malicious threats.
|
||||
home: https://github.com/truecharts/apps/tree/master/charts/stable/clamav
|
||||
icon: https://truecharts.org/_static/img/appicons/clamav.png
|
||||
icon: https://truecharts.org/img/appicons/clamav.png
|
||||
keywords:
|
||||
- clamav
|
||||
- antivirus
|
||||
|
||||
|
After Width: | Height: | Size: 25 KiB |
@@ -10,7 +10,7 @@ dependencies:
|
||||
version: 3.0.23
|
||||
description: "A web-based dashboard application that gives you a neat and clean interface for logging your fuel fill-ups for all of your vehicles."
|
||||
home: https://github.com/truecharts/apps/tree/master/charts/stable/clarkson
|
||||
icon: https://truecharts.org/_static/img/appicons/clarkson.png
|
||||
icon: https://truecharts.org/img/appicons/clarkson.png
|
||||
keywords:
|
||||
- fuel
|
||||
- car
|
||||
|
||||
|
After Width: | Height: | Size: 4.0 KiB |
@@ -6,7 +6,7 @@ dependencies:
|
||||
version: 10.2.1
|
||||
description: A complete web based IDE with terminal access
|
||||
home: https://github.com/truecharts/apps/tree/master/charts/stable/cloud9
|
||||
icon: https://truecharts.org/_static/img/appicons/cloud9.png
|
||||
icon: https://truecharts.org/img/appicons/cloud9.png
|
||||
keywords:
|
||||
- cloud9
|
||||
- ide
|
||||
|
||||
|
After Width: | Height: | Size: 20 KiB |
@@ -6,7 +6,7 @@ dependencies:
|
||||
version: 10.2.1
|
||||
description: Run VS Code on any machine anywhere and access it in the browser.
|
||||
home: https://github.com/truecharts/apps/tree/master/charts/stable/code-server
|
||||
icon: https://truecharts.org/_static/img/appicons/codeserver.png
|
||||
icon: https://truecharts.org/img/appicons/codeserver.png
|
||||
keywords:
|
||||
- code
|
||||
- vs
|
||||
|
||||
|
After Width: | Height: | Size: 14 KiB |
@@ -10,7 +10,7 @@ dependencies:
|
||||
version: 8.0.24
|
||||
description: Commento++ is a free, open source, fast & lightweight comments box that you can embed in your static website instead of Disqus.
|
||||
home: https://github.com/truecharts/apps/tree/master/charts/stable/commento-plusplus
|
||||
icon: https://truecharts.org/_static/img/appicons/commento-plusplus.png
|
||||
icon: https://truecharts.org/img/appicons/commento-plusplus.png
|
||||
keywords:
|
||||
- commento
|
||||
kubeVersion: '>=1.16.0-0'
|
||||
|
||||
|
After Width: | Height: | Size: 3.2 KiB |
@@ -7,7 +7,7 @@ description: Couchpotato is an automatic NZB and torrent downloader.
|
||||
type: application
|
||||
deprecated: false
|
||||
home: https://github.com/truecharts/apps/tree/master/charts/stable/couchpotato
|
||||
icon: https://truecharts.org/_static/img/appicons/couchpotato.png
|
||||
icon: https://truecharts.org/img/appicons/couchpotato.png
|
||||
keywords:
|
||||
- couchpotato
|
||||
sources:
|
||||
|
||||
|
After Width: | Height: | Size: 13 KiB |
@@ -6,7 +6,7 @@ dependencies:
|
||||
version: 10.2.1
|
||||
description: Track your cryptocurrency holdings/portfolio
|
||||
home: https://github.com/truecharts/apps/tree/master/charts/stable/cryptofolio
|
||||
icon: https://truecharts.org/_static/img/appicons/cryptofolio.png
|
||||
icon: https://truecharts.org/img/appicons/cryptofolio.png
|
||||
keywords:
|
||||
- cryptofolio
|
||||
kubeVersion: '>=1.16.0-0'
|
||||
|
||||
|
After Width: | Height: | Size: 26 KiB |
@@ -7,7 +7,7 @@ dependencies:
|
||||
deprecated: false
|
||||
description: Advanced tool to create your own TrueCharts-based App
|
||||
home: https://github.com/truecharts/apps/tree/master/charts/stable/custom-app
|
||||
icon: https://truecharts.org/_static/img/appicons/custom-app.png
|
||||
icon: https://truecharts.org/img/appicons/custom-app.png
|
||||
keywords:
|
||||
- custom
|
||||
kubeVersion: '>=1.16.0-0'
|
||||
|
||||
|
After Width: | Height: | Size: 31 KiB |
@@ -6,7 +6,7 @@ dependencies:
|
||||
version: 10.2.1
|
||||
description: CyberChef is a simple, intuitive web app for carrying out all manner of "cyber" operations within a web browser.
|
||||
home: https://github.com/truecharts/apps/tree/master/charts/stable/cyberchef
|
||||
icon: https://truecharts.org/_static/img/appicons/cyberchef.png
|
||||
icon: https://truecharts.org/img/appicons/cyberchef.png
|
||||
keywords:
|
||||
- cyberchef
|
||||
kubeVersion: '>=1.16.0-0'
|
||||
|
||||
|
After Width: | Height: | Size: 20 KiB |
@@ -7,7 +7,7 @@ description: Darktable is an open source photography workflow application and ra
|
||||
type: application
|
||||
deprecated: false
|
||||
home: https://github.com/truecharts/apps/tree/master/charts/stable/darktable
|
||||
icon: https://truecharts.org/_static/img/appicons/darktable.png
|
||||
icon: https://truecharts.org/img/appicons/darktable.png
|
||||
keywords:
|
||||
- darktable
|
||||
sources:
|
||||
|
||||
|
After Width: | Height: | Size: 36 KiB |
@@ -6,7 +6,7 @@ dependencies:
|
||||
version: 10.2.1
|
||||
description: dash. (or dashdot) is a modern server dashboard, running on the latest tech, designed with glassmorphism in mind.
|
||||
home: https://github.com/truecharts/apps/tree/master/charts/stable/dashdot
|
||||
icon: https://truecharts.org/_static/img/appicons/dashdot.png
|
||||
icon: https://truecharts.org/img/appicons/dashdot.png
|
||||
keywords:
|
||||
- dashboard
|
||||
- dashdot
|
||||
|
||||
|
After Width: | Height: | Size: 29 KiB |
@@ -7,7 +7,7 @@ dependencies:
|
||||
description: An FTP automation tool that periodically scans given host locations for
|
||||
new files.
|
||||
home: https://github.com/truecharts/apps/tree/master/charts/stable/davos
|
||||
icon: https://truecharts.org/_static/img/appicons/davos.png
|
||||
icon: https://truecharts.org/img/appicons/davos.png
|
||||
keywords:
|
||||
- davos
|
||||
- ftp
|
||||
|
||||
|
After Width: | Height: | Size: 13 KiB |
@@ -7,7 +7,7 @@ description: Ddclient is a Perl client used to update dynamic DNS entries for ac
|
||||
type: application
|
||||
deprecated: false
|
||||
home: https://github.com/truecharts/apps/tree/master/charts/stable/ddclient
|
||||
icon: https://truecharts.org/_static/img/appicons/ddclient.png
|
||||
icon: https://truecharts.org/img/appicons/ddclient.png
|
||||
keywords:
|
||||
- ddclient
|
||||
sources:
|
||||
|
||||
|
After Width: | Height: | Size: 23 KiB |
@@ -7,7 +7,7 @@ description: Automatically obtain your public network IPv4 or IPv6 address and r
|
||||
type: application
|
||||
deprecated: false
|
||||
home: https://github.com/truecharts/apps/tree/master/charts/stable/ddns-go
|
||||
icon: https://truecharts.org/_static/img/appicons/ddns-go.png
|
||||
icon: https://truecharts.org/img/appicons/ddns-go.png
|
||||
keywords:
|
||||
- ddns-go
|
||||
- ddns
|
||||
|
||||
|
After Width: | Height: | Size: 22 KiB |
@@ -6,7 +6,7 @@ dependencies:
|
||||
version: 10.2.1
|
||||
description: Light container updating DNS A and/or AAAA records periodically for multiple DNS providers
|
||||
home: https://github.com/truecharts/apps/tree/master/charts/stable/ddns-updater
|
||||
icon: https://truecharts.org/_static/img/appicons/ddns-updater.png
|
||||
icon: https://truecharts.org/img/appicons/ddns-updater.png
|
||||
keywords:
|
||||
- ddns-updater
|
||||
kubeVersion: '>=1.16.0-0'
|
||||
|
||||
|
After Width: | Height: | Size: 18 KiB |
@@ -7,7 +7,7 @@ dependencies:
|
||||
description: deCONZ is an easy to use control software, with which you can set up
|
||||
and control Zigbee networks of any size without further programming effort.
|
||||
home: https://github.com/truecharts/apps/tree/master/charts/stable/deconz
|
||||
icon: https://truecharts.org/_static/img/appicons/deconz.png
|
||||
icon: https://truecharts.org/img/appicons/deconz.png
|
||||
keywords:
|
||||
- deconz
|
||||
- home-automation
|
||||
|
||||
|
After Width: | Height: | Size: 12 KiB |
@@ -7,7 +7,7 @@ dependencies:
|
||||
deprecated: false
|
||||
description: deemix is a deezer downloader built from the ashes of Deezloader Remix.
|
||||
home: https://github.com/truecharts/apps/tree/master/charts/stable/deemix
|
||||
icon: https://truecharts.org/_static/img/appicons/deemix.png
|
||||
icon: https://truecharts.org/img/appicons/deemix.png
|
||||
keywords:
|
||||
- music
|
||||
- deemix
|
||||
|
||||
|
After Width: | Height: | Size: 14 KiB |
@@ -8,7 +8,7 @@ deprecated: false
|
||||
description: DeepStack AI provides AI features including Face Recognition, Object
|
||||
Detection, Scene Recognition and custom AI Models
|
||||
home: https://github.com/truecharts/apps/tree/master/charts/stable/deepstack
|
||||
icon: https://truecharts.org/_static/img/appicons/deepstack.png
|
||||
icon: https://truecharts.org/img/appicons/deepstack.png
|
||||
keywords:
|
||||
- AI
|
||||
kubeVersion: '>=1.16.0-0'
|
||||
|
||||
@@ -0,0 +1,5 @@
|
||||
d# Installation Notes
|
||||
|
||||
## Custom Models
|
||||
If you have custom models and you wan to use them, you have to add customStorage to this app. The default path to map is `/modelstore/detection`.
|
||||
In case you like to change it, you also have to change `Custom Models Path` field to the path you mapped as customStorage.
|
||||
|
After Width: | Height: | Size: 16 KiB |
@@ -7,7 +7,7 @@ dependencies:
|
||||
deprecated: false
|
||||
description: Deluge App for TrueNAS SCALE
|
||||
home: https://github.com/truecharts/apps/tree/master/charts/stable/deluge
|
||||
icon: https://truecharts.org/_static/img/appicons/deluge.png
|
||||
icon: https://truecharts.org/img/appicons/deluge.png
|
||||
keywords:
|
||||
- transmission
|
||||
- torrent
|
||||
|
||||
|
After Width: | Height: | Size: 13 KiB |
@@ -6,7 +6,7 @@ dependencies:
|
||||
version: 10.2.1
|
||||
description: Professional Photo Management with the Power of Open Source
|
||||
home: https://github.com/truecharts/apps/tree/master/charts/stable/digikam
|
||||
icon: https://truecharts.org/_static/img/appicons/digikam.png
|
||||
icon: https://truecharts.org/img/appicons/digikam.png
|
||||
keywords:
|
||||
- digikam
|
||||
- photo
|
||||
|
||||
|
After Width: | Height: | Size: 60 KiB |
@@ -7,7 +7,7 @@ description: Dillinger is a cloud-enabled, mobile-ready, offline-storage, Angula
|
||||
type: application
|
||||
deprecated: false
|
||||
home: https://github.com/truecharts/apps/tree/master/charts/stable/dillinger
|
||||
icon: https://truecharts.org/_static/img/appicons/dillinger.png
|
||||
icon: https://truecharts.org/img/appicons/dillinger.png
|
||||
keywords:
|
||||
- dillinger
|
||||
sources:
|
||||
|
||||
|
After Width: | Height: | Size: 4.0 KiB |
@@ -6,7 +6,7 @@ dependencies:
|
||||
version: 10.2.1
|
||||
description: Create live TV channel streams from media on your Plex servers.
|
||||
home: https://github.com/truecharts/apps/tree/master/charts/stable/dizquetv
|
||||
icon: https://truecharts.org/_static/img/appicons/dizquetv.png
|
||||
icon: https://truecharts.org/img/appicons/dizquetv.png
|
||||
keywords:
|
||||
- dizqueTV
|
||||
- dizquetv
|
||||
|
||||
|
After Width: | Height: | Size: 12 KiB |
@@ -7,7 +7,7 @@ dependencies:
|
||||
deprecated: false
|
||||
description: Dedicated App for using Docker-Compose on TrueNAS SCALE
|
||||
home: https://github.com/truecharts/apps/tree/master/charts/core/docker-compose
|
||||
icon: https://truecharts.org/_static/img/appicons/docker-compose.png
|
||||
icon: https://truecharts.org/img/appicons/docker-compose.png
|
||||
keywords:
|
||||
- docker-compose
|
||||
- docker
|
||||
|
||||
|
After Width: | Height: | Size: 37 KiB |