diff --git a/.gitignore b/.gitignore index 897c1cd33d6..001c68a4540 100644 --- a/.gitignore +++ b/.gitignore @@ -52,4 +52,3 @@ chartsrepo/ .cr-index/ website/ pub/ -docs/ diff --git a/charts/dependency/collabora-online/Chart.yaml b/charts/dependency/collabora-online/Chart.yaml index 17ea06bd07c..16d8ec7ee89 100644 --- a/charts/dependency/collabora-online/Chart.yaml +++ b/charts/dependency/collabora-online/Chart.yaml @@ -8,7 +8,7 @@ deprecated: false description: "Collabora Online Development Edition \u2013 an awesome, Online Office\ \ suite image suitable for home use." home: https://github.com/truecharts/apps/tree/master/charts/stable/collabora-online -icon: https://truecharts.org/_static/img/appicons/collabora.png +icon: https://truecharts.org/img/appicons/collabora.png keywords: - collabora-online kubeVersion: '>=1.16.0-0' diff --git a/charts/dependency/collabora-online/docs/installation_notes.md b/charts/dependency/collabora-online/docs/installation_notes.md new file mode 100644 index 00000000000..50d89398cec --- /dev/null +++ b/charts/dependency/collabora-online/docs/installation_notes.md @@ -0,0 +1,8 @@ +# Installation Notes + +* If you don't enable `Reverse Proxy` on `Collabora` (It's not recommended as it is unsecure), in order for it to work you have to + * Remove `-o:ssl.termination=true -o:ssl.enable=false` from `Extra Parameters`. + * Set `Server Name` to `hostIP:port` (The port number you set for `NodePort`) + * Set `Service type` to `NodePort` + * Set `Port type` to `HTTPS` + * Disable certificate validation in the app you are going to use it. (eg. Nextcloud have a checkbox under Collabora's URL to disable Cert Validtation) diff --git a/charts/dependency/collabora-online/docs/validation.md b/charts/dependency/collabora-online/docs/validation.md new file mode 100644 index 00000000000..ba5304d5463 --- /dev/null +++ b/charts/dependency/collabora-online/docs/validation.md @@ -0,0 +1,24 @@ +# Input Validation + +__`Server Name`__ +Accepted formats are: + +- Single FQDN (eg. `collabora.mydomain.com` or `mydomain.com`) +- Single IP (eg. `10.10.10.11`) + +_Same rules apply for FQDN as in the section above_ + +Regex used to match this: `^((([a-z\d](-?[a-z\d]){0,62})\.)*(([a-z\d](-?[a-z\d]){0,62})\.)([a-z](-?[a-z\d]){1,62})|((\d{1,3}\.){3}\d{1,3}))$` +You can try live [here](https://regex101.com/r/mICKDp/1) + +__`Password for WebUI`__ +Accepted formats are: + +- Letters, Numbers, Symbols, Minimum 8 characters (eg. `dg523$*a`) - It accepts `a-z`, `A-Z`, `0-9` and `!@#$%^&*?` + +Regex used to match those: `[a-zA-Z0-9!@#$%^&*?]{8,}` +You can try live [here](https://regex101.com/r/ef3V88/1) + +--- + +_If you find a field that you think it needs validation, please open an issue on github_ diff --git a/charts/dependency/collabora-online/icon.png b/charts/dependency/collabora-online/icon.png new file mode 100644 index 00000000000..88a391905bb Binary files /dev/null and b/charts/dependency/collabora-online/icon.png differ diff --git a/charts/dependency/mariadb/Chart.yaml b/charts/dependency/mariadb/Chart.yaml index f97f82bd194..b25ab04b2fb 100644 --- a/charts/dependency/mariadb/Chart.yaml +++ b/charts/dependency/mariadb/Chart.yaml @@ -7,7 +7,7 @@ dependencies: deprecated: false description: Fast, reliable, scalable, and easy to use open-source relational database system. home: https://github.com/truecharts/apps/tree/master/charts/dependency/mariadb -icon: https://truecharts.org/_static/img/appicons/mariadb.png +icon: https://truecharts.org/img/appicons/mariadb.png keywords: - mariadb - mysql diff --git a/charts/dependency/mariadb/icon.png b/charts/dependency/mariadb/icon.png new file mode 100644 index 00000000000..72707425f40 Binary files /dev/null and b/charts/dependency/mariadb/icon.png differ diff --git a/charts/dependency/memcached/Chart.yaml b/charts/dependency/memcached/Chart.yaml index 20f1346f4d6..7c020c5a264 100644 --- a/charts/dependency/memcached/Chart.yaml +++ b/charts/dependency/memcached/Chart.yaml @@ -7,7 +7,7 @@ dependencies: deprecated: false description: Memcached is a memory-backed database caching solution home: https://github.com/truecharts/apps/tree/master/charts/dependency/memcached -icon: https://truecharts.org/_static/img/appicons/memcached.png +icon: https://truecharts.org/img/appicons/memcached.png keywords: - memcached - database diff --git a/charts/dependency/memcached/icon.png b/charts/dependency/memcached/icon.png new file mode 100644 index 00000000000..82c7670524d Binary files /dev/null and b/charts/dependency/memcached/icon.png differ diff --git a/charts/dependency/mongodb/Chart.yaml b/charts/dependency/mongodb/Chart.yaml index 36c834ca573..0987c5d8477 100644 --- a/charts/dependency/mongodb/Chart.yaml +++ b/charts/dependency/mongodb/Chart.yaml @@ -7,7 +7,7 @@ dependencies: deprecated: false description: Fast, reliable, scalable, and easy to use open-source no-sql database system. home: https://github.com/truecharts/apps/tree/master/charts/dependency/mongodb -icon: https://truecharts.org/_static/img/appicons/mongodb.png +icon: https://truecharts.org/img/appicons/mongodb.png keywords: - mongodb - database diff --git a/charts/dependency/mongodb/icon.png b/charts/dependency/mongodb/icon.png new file mode 100644 index 00000000000..e39c991ec51 Binary files /dev/null and b/charts/dependency/mongodb/icon.png differ diff --git a/charts/dependency/postgresql/Chart.yaml b/charts/dependency/postgresql/Chart.yaml index 2cdeccca4a4..f959fe056c7 100644 --- a/charts/dependency/postgresql/Chart.yaml +++ b/charts/dependency/postgresql/Chart.yaml @@ -7,7 +7,7 @@ dependencies: deprecated: false description: PostgresSQL home: https://github.com/truecharts/apps/tree/master/charts/dependency/postgresql -icon: https://truecharts.org/_static/img/appicons/postgresql.png +icon: https://truecharts.org/img/appicons/postgresql.png keywords: - postgres - postgressql diff --git a/charts/dependency/postgresql/icon.png b/charts/dependency/postgresql/icon.png new file mode 100644 index 00000000000..fac36197076 Binary files /dev/null and b/charts/dependency/postgresql/icon.png differ diff --git a/charts/dependency/promtail/Chart.yaml b/charts/dependency/promtail/Chart.yaml index 7329e3c3ada..7781cb14dbf 100644 --- a/charts/dependency/promtail/Chart.yaml +++ b/charts/dependency/promtail/Chart.yaml @@ -6,7 +6,7 @@ dependencies: version: 10.4.2 deprecated: false description: Promtail is an agent which ships the contents of local logs to a Loki instance -icon: https://truecharts.org/_static/img/appicons/promtail.png +icon: https://truecharts.org/img/appicons/promtail.png home: https://github.com/truecharts/apps/tree/master/charts/dependency/promtail keywords: - metrics diff --git a/charts/dependency/promtail/icon.png b/charts/dependency/promtail/icon.png new file mode 100644 index 00000000000..8e89cb402b2 Binary files /dev/null and b/charts/dependency/promtail/icon.png differ diff --git a/charts/dependency/redis/Chart.yaml b/charts/dependency/redis/Chart.yaml index 9693a9681c9..d5370a635c4 100644 --- a/charts/dependency/redis/Chart.yaml +++ b/charts/dependency/redis/Chart.yaml @@ -7,7 +7,7 @@ dependencies: deprecated: false description: Open source, advanced key-value store. home: https://github.com/truecharts/apps/tree/master/charts/dependency/redis -icon: https://truecharts.org/_static/img/appicons/redis.png +icon: https://truecharts.org/img/appicons/redis.png keywords: - redis - keyvalue diff --git a/charts/dependency/redis/icon.png b/charts/dependency/redis/icon.png new file mode 100644 index 00000000000..b6a93e51f0f Binary files /dev/null and b/charts/dependency/redis/icon.png differ diff --git a/charts/dependency/solr/Chart.yaml b/charts/dependency/solr/Chart.yaml index f30f2a3b300..1c0e2f6ce33 100644 --- a/charts/dependency/solr/Chart.yaml +++ b/charts/dependency/solr/Chart.yaml @@ -7,7 +7,7 @@ dependencies: deprecated: false description: Apache Solr home: https://github.com/truecharts/apps/tree/master/charts/dependency/solr -icon: https://truecharts.org/_static/img/appicons/solr.png +icon: https://truecharts.org/img/appicons/solr.png keywords: - solr - apache diff --git a/charts/dependency/solr/icon.png b/charts/dependency/solr/icon.png new file mode 100644 index 00000000000..83a07ed527f Binary files /dev/null and b/charts/dependency/solr/icon.png differ diff --git a/charts/incubator/adguard-home/Chart.yaml b/charts/incubator/adguard-home/Chart.yaml index 8d4e68d58a7..2ad7e8fd657 100644 --- a/charts/incubator/adguard-home/Chart.yaml +++ b/charts/incubator/adguard-home/Chart.yaml @@ -6,7 +6,7 @@ dependencies: version: 10.2.1 description: Free and open source, powerful network-wide ads & trackers blocking DNS server. home: https://github.com/truecharts/apps/tree/master/charts/incubator/adguard-home -icon: https://truecharts.org/_static/img/appicons/adguard-home.png +icon: https://truecharts.org/img/appicons/adguard-home.png keywords: - adblock - adguard diff --git a/charts/incubator/adguard-home/icon.png b/charts/incubator/adguard-home/icon.png new file mode 100644 index 00000000000..6b680fe4097 Binary files /dev/null and b/charts/incubator/adguard-home/icon.png differ diff --git a/charts/incubator/appsmith/Chart.yaml b/charts/incubator/appsmith/Chart.yaml index ab08b2494b2..f92fbc2e002 100644 --- a/charts/incubator/appsmith/Chart.yaml +++ b/charts/incubator/appsmith/Chart.yaml @@ -14,7 +14,7 @@ dependencies: # version: 0.0.25 description: Turn any datasource into an internal app in minutes. Appsmith lets you drag-and-drop UI components to build pages, connect to any API, database or GraphQL source and write logic with JavaScript objects. home: https://github.com/truecharts/apps/tree/master/charts/incubator/appsmith -icon: https://truecharts.org/_static/img/appicons/appsmith.png +icon: https://truecharts.org/img/appicons/appsmith.png keywords: - appsmith kubeVersion: '>=1.16.0-0' diff --git a/charts/incubator/appsmith/icon.png b/charts/incubator/appsmith/icon.png new file mode 100644 index 00000000000..b3018ca8ef7 Binary files /dev/null and b/charts/incubator/appsmith/icon.png differ diff --git a/charts/incubator/ariang/Chart.yaml b/charts/incubator/ariang/Chart.yaml index a23b926a2ab..85dca6227f3 100644 --- a/charts/incubator/ariang/Chart.yaml +++ b/charts/incubator/ariang/Chart.yaml @@ -7,7 +7,7 @@ description: A modern web frontend making aria2 easier to use | Aria2 WebUI. type: application deprecated: false home: https://github.com/truecharts/apps/tree/master/charts/stable/ariang -icon: https://truecharts.org/_static/img/appicons/ariang.png +icon: https://truecharts.org/img/appicons/ariang.png keywords: - ariang sources: diff --git a/charts/incubator/ariang/icon.png b/charts/incubator/ariang/icon.png new file mode 100644 index 00000000000..735f078ce26 Binary files /dev/null and b/charts/incubator/ariang/icon.png differ diff --git a/charts/incubator/authentik/Chart.yaml b/charts/incubator/authentik/Chart.yaml index 886acf72ee4..0f7ababd767 100644 --- a/charts/incubator/authentik/Chart.yaml +++ b/charts/incubator/authentik/Chart.yaml @@ -14,7 +14,7 @@ dependencies: version: 3.0.24 description: authentik is an open-source Identity Provider focused on flexibility and versatility. home: https://github.com/truecharts/apps/tree/master/charts/incubator/authentik -icon: https://truecharts.org/_static/img/appicons/authentik.png +icon: https://truecharts.org/img/appicons/authentik.png keywords: - authentik kubeVersion: '>=1.16.0-0' diff --git a/charts/incubator/authentik/icon.png b/charts/incubator/authentik/icon.png new file mode 100644 index 00000000000..04c792c8753 Binary files /dev/null and b/charts/incubator/authentik/icon.png differ diff --git a/charts/incubator/avidemux/Chart.yaml b/charts/incubator/avidemux/Chart.yaml index f63e04f4253..180a3a8eafb 100644 --- a/charts/incubator/avidemux/Chart.yaml +++ b/charts/incubator/avidemux/Chart.yaml @@ -7,7 +7,7 @@ dependencies: deprecated: false description: Avidemux is a free video editor designed for simple cutting, filtering and encoding tasks. home: https://github.com/truecharts/apps/tree/master/charts/stable/avidemux -icon: https://truecharts.org/_static/img/appicons/avidemux.png +icon: https://truecharts.org/img/appicons/avidemux.png keywords: - media - avidemux diff --git a/charts/incubator/avidemux/docs/installation_notes.md b/charts/incubator/avidemux/docs/installation_notes.md new file mode 100644 index 00000000000..0afc9505bfe --- /dev/null +++ b/charts/incubator/avidemux/docs/installation_notes.md @@ -0,0 +1,8 @@ +# Installation Notes + +- If you enable `Ingress` for this app, you need to have `SECURE_CONNECTION` set to `false` and `Port Type` set to `HTTP`, otherwise you may run into errors for `Too many redirects`. +- `VNC` can't be `Ingressed`. if you want to use `VNC`, you must set this service to `Simple` instead of `clusterIP`. +- `VNC` with `SECURE_CONNECTION` set `true`, only works with very few clients. One of them is `SSVNC`. +- `SECURE_CONNECTION` affects both `WebUI` and `VNC`. + +- If you are passing through devices such as `Optical Drives`, you have to Click `Container Security Settings` and set `PUID` to `0`. diff --git a/charts/incubator/avidemux/icon.png b/charts/incubator/avidemux/icon.png new file mode 100644 index 00000000000..f678e0beb29 Binary files /dev/null and b/charts/incubator/avidemux/icon.png differ diff --git a/charts/incubator/awesome-ttrss/Chart.yaml b/charts/incubator/awesome-ttrss/Chart.yaml index e12d93e7b84..eff8ada72d2 100644 --- a/charts/incubator/awesome-ttrss/Chart.yaml +++ b/charts/incubator/awesome-ttrss/Chart.yaml @@ -8,7 +8,7 @@ keywords: - tt-rss - awesome-ttrss home: https://github.com/truecharts/apps/tree/master/charts/stable/awesome-ttrss -icon: https://truecharts.org/_static/img/appicons/awesome-ttrss.png +icon: https://truecharts.org/img/appicons/awesome-ttrss.png sources: - https://github.com/HenryQW/Awesome-TTRSS dependencies: diff --git a/charts/incubator/awesome-ttrss/icon.png b/charts/incubator/awesome-ttrss/icon.png new file mode 100644 index 00000000000..60e1cd33105 Binary files /dev/null and b/charts/incubator/awesome-ttrss/icon.png differ diff --git a/charts/incubator/clickhouse/Chart.yaml b/charts/incubator/clickhouse/Chart.yaml index 8ef68594c26..28c03f8d1ce 100644 --- a/charts/incubator/clickhouse/Chart.yaml +++ b/charts/incubator/clickhouse/Chart.yaml @@ -7,7 +7,7 @@ dependencies: deprecated: false description: ClickHouse® is a column-oriented database management system (DBMS) for online analytical processing of queries (OLAP). home: https://github.com/truecharts/apps/tree/master/charts/incubator/clickhouse -icon: https://truecharts.org/_static/img/appicons/clickhouse.png +icon: https://truecharts.org/img/appicons/clickhouse.png keywords: - database - clickhouse diff --git a/charts/incubator/clickhouse/icon.png b/charts/incubator/clickhouse/icon.png new file mode 100644 index 00000000000..7d9ef1c37ef Binary files /dev/null and b/charts/incubator/clickhouse/icon.png differ diff --git a/charts/incubator/cloudflared/Chart.yaml b/charts/incubator/cloudflared/Chart.yaml index 9c8d7074ece..b476491d3f5 100644 --- a/charts/incubator/cloudflared/Chart.yaml +++ b/charts/incubator/cloudflared/Chart.yaml @@ -7,7 +7,7 @@ description: Client for Cloudflare Tunnel, a daemon that exposes private service type: application deprecated: false home: https://github.com/truecharts/apps/tree/master/charts/stable/cloudflared -icon: https://truecharts.org/_static/img/appicons/cloudflared.png +icon: https://truecharts.org/img/appicons/cloudflared.png keywords: - cloudflared - networking diff --git a/charts/incubator/cloudflared/icon.png b/charts/incubator/cloudflared/icon.png new file mode 100644 index 00000000000..fecbbef519b Binary files /dev/null and b/charts/incubator/cloudflared/icon.png differ diff --git a/charts/incubator/cloudflareddns/Chart.yaml b/charts/incubator/cloudflareddns/Chart.yaml index aebf0cdf286..d43c0710c5b 100644 --- a/charts/incubator/cloudflareddns/Chart.yaml +++ b/charts/incubator/cloudflareddns/Chart.yaml @@ -7,7 +7,7 @@ description: Update your Cloudflare DNS records using dynamically type: application deprecated: false home: https://github.com/truecharts/apps/tree/master/charts/stable/cloudflareddns -icon: https://truecharts.org/_static/img/appicons/cloudflareddns.png +icon: https://truecharts.org/img/appicons/cloudflareddns.png keywords: - ddns - cloudflare diff --git a/charts/incubator/cloudflareddns/icon.png b/charts/incubator/cloudflareddns/icon.png new file mode 100644 index 00000000000..fecbbef519b Binary files /dev/null and b/charts/incubator/cloudflareddns/icon.png differ diff --git a/charts/incubator/cups-server/Chart.yaml b/charts/incubator/cups-server/Chart.yaml index 9a0ee675616..5be32b604d3 100644 --- a/charts/incubator/cups-server/Chart.yaml +++ b/charts/incubator/cups-server/Chart.yaml @@ -6,7 +6,7 @@ dependencies: version: 10.2.1 description: CUPS printing server home: https://github.com/truecharts/apps/tree/master/charts/incubator/cups-server -icon: https://truecharts.org/_static/img/appicons/cups-server.png +icon: https://truecharts.org/img/appicons/cups-server.png keywords: - print - cups diff --git a/charts/incubator/cups-server/icon.png b/charts/incubator/cups-server/icon.png new file mode 100644 index 00000000000..0a3f34c8b1f Binary files /dev/null and b/charts/incubator/cups-server/icon.png differ diff --git a/charts/incubator/czkawka/Chart.yaml b/charts/incubator/czkawka/Chart.yaml index 13cbda83aeb..840cbfc8884 100644 --- a/charts/incubator/czkawka/Chart.yaml +++ b/charts/incubator/czkawka/Chart.yaml @@ -7,7 +7,7 @@ dependencies: deprecated: false description: Czkawka is a simple, fast and free app to remove unnecessary files from your computer. home: https://github.com/truecharts/apps/tree/master/charts/incubator/czkawka -icon: https://truecharts.org/_static/img/appicons/czkawka.png +icon: https://truecharts.org/img/appicons/czkawka.png keywords: - duplicates - file management diff --git a/charts/incubator/czkawka/icon.png b/charts/incubator/czkawka/icon.png new file mode 100644 index 00000000000..ea7ac20b034 Binary files /dev/null and b/charts/incubator/czkawka/icon.png differ diff --git a/charts/incubator/dupeguru/Chart.yaml b/charts/incubator/dupeguru/Chart.yaml index 75fdfbb58ee..90bd566ee5d 100644 --- a/charts/incubator/dupeguru/Chart.yaml +++ b/charts/incubator/dupeguru/Chart.yaml @@ -7,7 +7,7 @@ dependencies: deprecated: false description: dupeGuru is a tool to find duplicate files on your computer. It can scan either filenames or contents. home: https://github.com/truecharts/apps/tree/master/charts/stable/dupeguru -icon: https://truecharts.org/_static/img/appicons/dupeguru.png +icon: https://truecharts.org/img/appicons/dupeguru.png keywords: - dedupe - dupeguru diff --git a/charts/incubator/dupeguru/docs/installation_notes.md b/charts/incubator/dupeguru/docs/installation_notes.md new file mode 100644 index 00000000000..0afc9505bfe --- /dev/null +++ b/charts/incubator/dupeguru/docs/installation_notes.md @@ -0,0 +1,8 @@ +# Installation Notes + +- If you enable `Ingress` for this app, you need to have `SECURE_CONNECTION` set to `false` and `Port Type` set to `HTTP`, otherwise you may run into errors for `Too many redirects`. +- `VNC` can't be `Ingressed`. if you want to use `VNC`, you must set this service to `Simple` instead of `clusterIP`. +- `VNC` with `SECURE_CONNECTION` set `true`, only works with very few clients. One of them is `SSVNC`. +- `SECURE_CONNECTION` affects both `WebUI` and `VNC`. + +- If you are passing through devices such as `Optical Drives`, you have to Click `Container Security Settings` and set `PUID` to `0`. diff --git a/charts/incubator/dupeguru/icon.png b/charts/incubator/dupeguru/icon.png new file mode 100644 index 00000000000..07003eebe7f Binary files /dev/null and b/charts/incubator/dupeguru/icon.png differ diff --git a/charts/incubator/etesync/Chart.yaml b/charts/incubator/etesync/Chart.yaml index ce9a8b7f1e6..dc1019467f6 100644 --- a/charts/incubator/etesync/Chart.yaml +++ b/charts/incubator/etesync/Chart.yaml @@ -11,7 +11,7 @@ dependencies: deprecated: false description: Secure, end-to-end encrypted, and privacy respecting sync for your contacts, calendars, tasks and notes. home: https://github.com/truecharts/apps/tree/master/charts/incubator/etesync -icon: https://truecharts.org/_static/img/appicons/etesync.png +icon: https://truecharts.org/img/appicons/etesync.png keywords: - etesync - sync diff --git a/charts/incubator/etesync/icon.png b/charts/incubator/etesync/icon.png new file mode 100644 index 00000000000..3d91564d7f2 Binary files /dev/null and b/charts/incubator/etesync/icon.png differ diff --git a/charts/incubator/fancyindex/Chart.yaml b/charts/incubator/fancyindex/Chart.yaml index 75a41af8752..85a15a830a3 100644 --- a/charts/incubator/fancyindex/Chart.yaml +++ b/charts/incubator/fancyindex/Chart.yaml @@ -7,7 +7,7 @@ description: Fancyindex provides a lightweight nginx directory listing with them type: application deprecated: false home: https://github.com/truecharts/apps/tree/master/charts/stable/fancyindex -icon: https://truecharts.org/_static/img/appicons/fancyindex.png +icon: https://truecharts.org/img/appicons/fancyindex.png keywords: - fancyindex sources: diff --git a/charts/incubator/fancyindex/icon.png b/charts/incubator/fancyindex/icon.png new file mode 100644 index 00000000000..f9905de0837 Binary files /dev/null and b/charts/incubator/fancyindex/icon.png differ diff --git a/charts/incubator/filebot/Chart.yaml b/charts/incubator/filebot/Chart.yaml index 29d0ac22b31..ed82debe6e9 100644 --- a/charts/incubator/filebot/Chart.yaml +++ b/charts/incubator/filebot/Chart.yaml @@ -7,7 +7,7 @@ dependencies: deprecated: false description: FileBot is the ultimate tool for organizing and renaming your movies, tv shows or anime, and music well as downloading subtitles and artwork. It's smart and just works. home: https://github.com/truecharts/apps/tree/master/charts/stable/filebot -icon: https://truecharts.org/_static/img/appicons/filebot.png +icon: https://truecharts.org/img/appicons/filebot.png keywords: - media - filebot diff --git a/charts/incubator/filebot/docs/installation_notes.md b/charts/incubator/filebot/docs/installation_notes.md new file mode 100644 index 00000000000..0afc9505bfe --- /dev/null +++ b/charts/incubator/filebot/docs/installation_notes.md @@ -0,0 +1,8 @@ +# Installation Notes + +- If you enable `Ingress` for this app, you need to have `SECURE_CONNECTION` set to `false` and `Port Type` set to `HTTP`, otherwise you may run into errors for `Too many redirects`. +- `VNC` can't be `Ingressed`. if you want to use `VNC`, you must set this service to `Simple` instead of `clusterIP`. +- `VNC` with `SECURE_CONNECTION` set `true`, only works with very few clients. One of them is `SSVNC`. +- `SECURE_CONNECTION` affects both `WebUI` and `VNC`. + +- If you are passing through devices such as `Optical Drives`, you have to Click `Container Security Settings` and set `PUID` to `0`. diff --git a/charts/incubator/filebot/icon.png b/charts/incubator/filebot/icon.png new file mode 100644 index 00000000000..1c378fcadaf Binary files /dev/null and b/charts/incubator/filebot/icon.png differ diff --git a/charts/incubator/filerun/Chart.yaml b/charts/incubator/filerun/Chart.yaml index 4bb35cdd236..206b9dd5b62 100644 --- a/charts/incubator/filerun/Chart.yaml +++ b/charts/incubator/filerun/Chart.yaml @@ -10,7 +10,7 @@ dependencies: version: 3.0.23 description: FileRun is a full featured web based file manager with an easy to use user interface home: https://github.com/truecharts/apps/tree/master/charts/incubator/filerun -icon: https://truecharts.org/_static/img/appicons/filerun.png +icon: https://truecharts.org/img/appicons/filerun.png keywords: - filerun - file diff --git a/charts/incubator/filerun/icon.png b/charts/incubator/filerun/icon.png new file mode 100644 index 00000000000..cd32c594ab2 Binary files /dev/null and b/charts/incubator/filerun/icon.png differ diff --git a/charts/incubator/frigate/Chart.yaml b/charts/incubator/frigate/Chart.yaml index 559056c5ca5..b2a4be00f66 100644 --- a/charts/incubator/frigate/Chart.yaml +++ b/charts/incubator/frigate/Chart.yaml @@ -7,7 +7,7 @@ dependencies: deprecated: false description: NVR With Realtime Object Detection for IP Cameras home: https://github.com/truecharts/apps/tree/master/charts/incubator/frigate -icon: https://truecharts.org/_static/img/appicons/frigate.png +icon: https://truecharts.org/img/appicons/frigate.png keywords: - encode - nvr diff --git a/charts/incubator/frigate/icon.png b/charts/incubator/frigate/icon.png new file mode 100644 index 00000000000..f61502c2052 Binary files /dev/null and b/charts/incubator/frigate/icon.png differ diff --git a/charts/incubator/ghost/Chart.yaml b/charts/incubator/ghost/Chart.yaml index 7de900f9fa7..50945c0638f 100644 --- a/charts/incubator/ghost/Chart.yaml +++ b/charts/incubator/ghost/Chart.yaml @@ -10,7 +10,7 @@ dependencies: version: 3.0.23 description: Ghost is an open source, professional publishing platform built on a modern Node.js technology stack — designed for teams who need power, flexibility and performance. home: https://github.com/truecharts/apps/tree/master/charts/incubator/ghost -icon: https://truecharts.org/_static/img/appicons/ghost.png +icon: https://truecharts.org/img/appicons/ghost.png keywords: - ghost - blog diff --git a/charts/incubator/ghost/icon.png b/charts/incubator/ghost/icon.png new file mode 100644 index 00000000000..8ade814dc5b Binary files /dev/null and b/charts/incubator/ghost/icon.png differ diff --git a/charts/incubator/homebridge/Chart.yaml b/charts/incubator/homebridge/Chart.yaml index d1cf3274de6..4a768db086f 100644 --- a/charts/incubator/homebridge/Chart.yaml +++ b/charts/incubator/homebridge/Chart.yaml @@ -7,7 +7,7 @@ dependencies: deprecated: false description: A lightweight NodeJS server that emulates the iOS HomeKit API home: https://github.com/truecharts/apps/tree/master/charts/incubator/homebridge -icon: https://truecharts.org/_static/img/appicons/homebridge.png +icon: https://truecharts.org/img/appicons/homebridge.png keywords: - homebridge - homekit diff --git a/charts/incubator/homebridge/icon.png b/charts/incubator/homebridge/icon.png new file mode 100644 index 00000000000..5f1f3343acf Binary files /dev/null and b/charts/incubator/homebridge/icon.png differ diff --git a/charts/incubator/jitsi/Chart.yaml b/charts/incubator/jitsi/Chart.yaml index 52aa7188bee..74ddf64cf57 100644 --- a/charts/incubator/jitsi/Chart.yaml +++ b/charts/incubator/jitsi/Chart.yaml @@ -7,7 +7,7 @@ kubeVersion: ">=1.16.0-0" keywords: - jitsi home: https://github.com/truecharts/apps/tree/master/charts/stable/jitsi -icon: https://truecharts.org/_static/img/appicons/jitsi.png +icon: https://truecharts.org/img/appicons/jitsi.png sources: - https://jitsi.org - https://jitsi.github.io/handbook/docs/devops-guide/devops-guide-start diff --git a/charts/incubator/jitsi/icon.png b/charts/incubator/jitsi/icon.png new file mode 100644 index 00000000000..9f05959a704 Binary files /dev/null and b/charts/incubator/jitsi/icon.png differ diff --git a/charts/incubator/jump/Chart.yaml b/charts/incubator/jump/Chart.yaml index 6fcd2994821..266de49988e 100644 --- a/charts/incubator/jump/Chart.yaml +++ b/charts/incubator/jump/Chart.yaml @@ -6,7 +6,7 @@ dependencies: version: 10.2.1 description: Jump is yet another self-hosted startpage for your server designed to be simple, stylish, fast and secure. home: https://github.com/truecharts/apps/tree/master/charts/stable/jump -icon: https://truecharts.org/_static/img/appicons/jump.png +icon: https://truecharts.org/img/appicons/jump.png keywords: - dashboard - jump diff --git a/charts/incubator/jump/icon.png b/charts/incubator/jump/icon.png new file mode 100644 index 00000000000..582e4bd6aae Binary files /dev/null and b/charts/incubator/jump/icon.png differ diff --git a/charts/incubator/mediainfo/Chart.yaml b/charts/incubator/mediainfo/Chart.yaml index 1e348ee9e90..f6ab759d757 100644 --- a/charts/incubator/mediainfo/Chart.yaml +++ b/charts/incubator/mediainfo/Chart.yaml @@ -7,7 +7,7 @@ dependencies: deprecated: false description: MediaInfo is a convenient unified display of the most relevant technical and tag data for video and audio files. home: https://github.com/truecharts/apps/tree/master/charts/stable/mediainfo -icon: https://truecharts.org/_static/img/appicons/mediainfo.png +icon: https://truecharts.org/img/appicons/mediainfo.png keywords: - info - media diff --git a/charts/incubator/mediainfo/docs/installation_notes.md b/charts/incubator/mediainfo/docs/installation_notes.md new file mode 100644 index 00000000000..0afc9505bfe --- /dev/null +++ b/charts/incubator/mediainfo/docs/installation_notes.md @@ -0,0 +1,8 @@ +# Installation Notes + +- If you enable `Ingress` for this app, you need to have `SECURE_CONNECTION` set to `false` and `Port Type` set to `HTTP`, otherwise you may run into errors for `Too many redirects`. +- `VNC` can't be `Ingressed`. if you want to use `VNC`, you must set this service to `Simple` instead of `clusterIP`. +- `VNC` with `SECURE_CONNECTION` set `true`, only works with very few clients. One of them is `SSVNC`. +- `SECURE_CONNECTION` affects both `WebUI` and `VNC`. + +- If you are passing through devices such as `Optical Drives`, you have to Click `Container Security Settings` and set `PUID` to `0`. diff --git a/charts/incubator/mediainfo/icon.png b/charts/incubator/mediainfo/icon.png new file mode 100644 index 00000000000..098dd7ecc02 Binary files /dev/null and b/charts/incubator/mediainfo/icon.png differ diff --git a/charts/incubator/meshcentral/Chart.yaml b/charts/incubator/meshcentral/Chart.yaml index f72ae98f404..4c667356d74 100644 --- a/charts/incubator/meshcentral/Chart.yaml +++ b/charts/incubator/meshcentral/Chart.yaml @@ -7,7 +7,7 @@ description: MeshCentral is a full computer management web site type: application deprecated: false home: https://github.com/truecharts/apps/tree/master/charts/incubator/meshcentral -icon: https://truecharts.org/_static/img/appicons/meshcentral.png +icon: https://truecharts.org/img/appicons/meshcentral.png keywords: - meshcentral - teamviewer diff --git a/charts/incubator/meshcentral/icon.png b/charts/incubator/meshcentral/icon.png new file mode 100644 index 00000000000..0f43da80b68 Binary files /dev/null and b/charts/incubator/meshcentral/icon.png differ diff --git a/charts/incubator/mineos/Chart.yaml b/charts/incubator/mineos/Chart.yaml index d74cbae9997..c4bb478c131 100644 --- a/charts/incubator/mineos/Chart.yaml +++ b/charts/incubator/mineos/Chart.yaml @@ -7,7 +7,7 @@ description: MineOS is a server front-end to ease managing Minecraft administrat type: application deprecated: false home: https://github.com/truecharts/apps/tree/master/charts/stable/mineos -icon: https://truecharts.org/_static/img/appicons/mineos.png +icon: https://truecharts.org/img/appicons/mineos.png keywords: - gameserver - minecraft diff --git a/charts/incubator/mineos/icon.png b/charts/incubator/mineos/icon.png new file mode 100644 index 00000000000..6c7ac5bbaee Binary files /dev/null and b/charts/incubator/mineos/icon.png differ diff --git a/charts/incubator/mkvcleaver/Chart.yaml b/charts/incubator/mkvcleaver/Chart.yaml index 32dc6d4f932..901447f6d3d 100644 --- a/charts/incubator/mkvcleaver/Chart.yaml +++ b/charts/incubator/mkvcleaver/Chart.yaml @@ -7,7 +7,7 @@ dependencies: deprecated: false description: MKVCleaver is a tool for batch extraction of data from MKV files home: https://github.com/truecharts/apps/tree/master/charts/stable/mkvcleaver -icon: https://truecharts.org/_static/img/appicons/mkvcleaver.png +icon: https://truecharts.org/img/appicons/mkvcleaver.png keywords: - media - mkvcleaver diff --git a/charts/incubator/mkvcleaver/docs/installation_notes.md b/charts/incubator/mkvcleaver/docs/installation_notes.md new file mode 100644 index 00000000000..0afc9505bfe --- /dev/null +++ b/charts/incubator/mkvcleaver/docs/installation_notes.md @@ -0,0 +1,8 @@ +# Installation Notes + +- If you enable `Ingress` for this app, you need to have `SECURE_CONNECTION` set to `false` and `Port Type` set to `HTTP`, otherwise you may run into errors for `Too many redirects`. +- `VNC` can't be `Ingressed`. if you want to use `VNC`, you must set this service to `Simple` instead of `clusterIP`. +- `VNC` with `SECURE_CONNECTION` set `true`, only works with very few clients. One of them is `SSVNC`. +- `SECURE_CONNECTION` affects both `WebUI` and `VNC`. + +- If you are passing through devices such as `Optical Drives`, you have to Click `Container Security Settings` and set `PUID` to `0`. diff --git a/charts/incubator/mkvcleaver/icon.png b/charts/incubator/mkvcleaver/icon.png new file mode 100644 index 00000000000..980d86ed04a Binary files /dev/null and b/charts/incubator/mkvcleaver/icon.png differ diff --git a/charts/incubator/piwigo/Chart.yaml b/charts/incubator/piwigo/Chart.yaml index bc1d2766177..f7f5c07cf37 100644 --- a/charts/incubator/piwigo/Chart.yaml +++ b/charts/incubator/piwigo/Chart.yaml @@ -7,7 +7,7 @@ dependencies: description: A is photo gallery software for the web, built by an active community of users and developers. home: https://github.com/truecharts/apps/tree/master/charts/incubator/piwigo -icon: https://truecharts.org/_static/img/appicons/piwigo.png +icon: https://truecharts.org/img/appicons/piwigo.png keywords: - piwigo - gallery diff --git a/charts/incubator/piwigo/icon.png b/charts/incubator/piwigo/icon.png new file mode 100644 index 00000000000..b3dca7cc336 Binary files /dev/null and b/charts/incubator/piwigo/icon.png differ diff --git a/charts/incubator/privatebin/Chart.yaml b/charts/incubator/privatebin/Chart.yaml index 74a848fd86c..8b658b7dd9e 100644 --- a/charts/incubator/privatebin/Chart.yaml +++ b/charts/incubator/privatebin/Chart.yaml @@ -11,7 +11,7 @@ dependencies: deprecated: false description: PrivateBin is a minimalist, open source online pastebin where the server has zero knowledge of pasted data. home: https://github.com/truecharts/apps/tree/master/charts/incubator/privatebin -icon: https://truecharts.org/_static/img/appicons/privatebin.png +icon: https://truecharts.org/img/appicons/privatebin.png keywords: - privatebin - pastebin diff --git a/charts/incubator/privatebin/icon.png b/charts/incubator/privatebin/icon.png new file mode 100644 index 00000000000..e46983c3874 Binary files /dev/null and b/charts/incubator/privatebin/icon.png differ diff --git a/charts/incubator/putty/Chart.yaml b/charts/incubator/putty/Chart.yaml index 423452276c9..eca84118cb7 100644 --- a/charts/incubator/putty/Chart.yaml +++ b/charts/incubator/putty/Chart.yaml @@ -7,7 +7,7 @@ dependencies: deprecated: false description: PuTTY is a free and open-source terminal emulator, serial console and network file transfer application. home: https://github.com/truecharts/apps/tree/master/charts/stable/putty -icon: https://truecharts.org/_static/img/appicons/putty.png +icon: https://truecharts.org/img/appicons/putty.png keywords: - ssh - putty diff --git a/charts/incubator/putty/icon.png b/charts/incubator/putty/icon.png new file mode 100644 index 00000000000..c0dd069a9a4 Binary files /dev/null and b/charts/incubator/putty/icon.png differ diff --git a/charts/incubator/qdirstat/Chart.yaml b/charts/incubator/qdirstat/Chart.yaml index 75747951e74..9d85c0add6c 100644 --- a/charts/incubator/qdirstat/Chart.yaml +++ b/charts/incubator/qdirstat/Chart.yaml @@ -7,7 +7,7 @@ dependencies: deprecated: false description: QDirStat is a graphical application to show where your disk space has gone and to help you to clean it up. home: https://github.com/truecharts/apps/tree/master/charts/stable/qdirstat -icon: https://truecharts.org/_static/img/appicons/qdirstat.png +icon: https://truecharts.org/img/appicons/qdirstat.png keywords: - stats - qdirstat diff --git a/charts/incubator/qdirstat/docs/installation_notes.md b/charts/incubator/qdirstat/docs/installation_notes.md new file mode 100644 index 00000000000..0afc9505bfe --- /dev/null +++ b/charts/incubator/qdirstat/docs/installation_notes.md @@ -0,0 +1,8 @@ +# Installation Notes + +- If you enable `Ingress` for this app, you need to have `SECURE_CONNECTION` set to `false` and `Port Type` set to `HTTP`, otherwise you may run into errors for `Too many redirects`. +- `VNC` can't be `Ingressed`. if you want to use `VNC`, you must set this service to `Simple` instead of `clusterIP`. +- `VNC` with `SECURE_CONNECTION` set `true`, only works with very few clients. One of them is `SSVNC`. +- `SECURE_CONNECTION` affects both `WebUI` and `VNC`. + +- If you are passing through devices such as `Optical Drives`, you have to Click `Container Security Settings` and set `PUID` to `0`. diff --git a/charts/incubator/qdirstat/icon.png b/charts/incubator/qdirstat/icon.png new file mode 100644 index 00000000000..bd91e80ba59 Binary files /dev/null and b/charts/incubator/qdirstat/icon.png differ diff --git a/charts/incubator/radicale/Chart.yaml b/charts/incubator/radicale/Chart.yaml index 7d8257d2439..5221631b746 100644 --- a/charts/incubator/radicale/Chart.yaml +++ b/charts/incubator/radicale/Chart.yaml @@ -7,7 +7,7 @@ dependencies: deprecated: false description: Radicale is a small but powerful CalDAV (calendars, to-do lists) and CardDAV (contacts) server. home: https://github.com/truecharts/apps/tree/master/charts/incubator/radicale -icon: https://truecharts.org/_static/img/appicons/radicale.png +icon: https://truecharts.org/img/appicons/radicale.png keywords: - radicale - CalDAV diff --git a/charts/incubator/radicale/icon.png b/charts/incubator/radicale/icon.png new file mode 100644 index 00000000000..8bd2915f5cc Binary files /dev/null and b/charts/incubator/radicale/icon.png differ diff --git a/charts/incubator/self-service-password/Chart.yaml b/charts/incubator/self-service-password/Chart.yaml index 04fcb919b7d..14166cf822d 100644 --- a/charts/incubator/self-service-password/Chart.yaml +++ b/charts/incubator/self-service-password/Chart.yaml @@ -7,7 +7,7 @@ dependencies: deprecated: false description: Self Service Password is a PHP application that allows users to change their password in an LDAP directory. home: https://github.com/truecharts/apps/tree/master/charts/incubator/self-service-password -icon: https://truecharts.org/_static/img/appicons/self-service-password.png +icon: https://truecharts.org/img/appicons/self-service-password.png keywords: - password - self-service diff --git a/charts/incubator/self-service-password/icon.png b/charts/incubator/self-service-password/icon.png new file mode 100644 index 00000000000..d3f2c4c8305 Binary files /dev/null and b/charts/incubator/self-service-password/icon.png differ diff --git a/charts/incubator/senseai-server/Chart.yaml b/charts/incubator/senseai-server/Chart.yaml index 768e79b0f13..b3bfaf612df 100644 --- a/charts/incubator/senseai-server/Chart.yaml +++ b/charts/incubator/senseai-server/Chart.yaml @@ -6,7 +6,7 @@ dependencies: version: 10.2.1 description: A standalone, self-hosted, fast, free and Open Source Artificial Intelligence microserver for any platform, any language. home: https://github.com/truecharts/apps/tree/master/charts/stable/senseai-server -icon: https://truecharts.org/_static/img/appicons/senseai-server.png +icon: https://truecharts.org/img/appicons/senseai-server.png keywords: - ai - senseai diff --git a/charts/incubator/senseai-server/icon.png b/charts/incubator/senseai-server/icon.png new file mode 100644 index 00000000000..ef66313f7ef Binary files /dev/null and b/charts/incubator/senseai-server/icon.png differ diff --git a/charts/incubator/technitium/Chart.yaml b/charts/incubator/technitium/Chart.yaml index cece24467ac..b6f944c90cb 100644 --- a/charts/incubator/technitium/Chart.yaml +++ b/charts/incubator/technitium/Chart.yaml @@ -7,7 +7,7 @@ dependencies: deprecated: false description: Technitium DNS Server is an open source authoritative as well as recursive DNS server that can be used for self hosting a DNS server for privacy & security. home: https://github.com/truecharts/apps/tree/master/charts/incubator/technitium -icon: https://truecharts.org/_static/img/appicons/technitium.png +icon: https://truecharts.org/img/appicons/technitium.png keywords: - DNS kubeVersion: '>=1.16.0-0' diff --git a/charts/incubator/technitium/icon.png b/charts/incubator/technitium/icon.png new file mode 100644 index 00000000000..5c14e4fa848 Binary files /dev/null and b/charts/incubator/technitium/icon.png differ diff --git a/charts/incubator/theme-park/Chart.yaml b/charts/incubator/theme-park/Chart.yaml index 292fb41f189..6d9d6f6f4b6 100644 --- a/charts/incubator/theme-park/Chart.yaml +++ b/charts/incubator/theme-park/Chart.yaml @@ -7,7 +7,7 @@ dependencies: deprecated: false description: Custom themes for your favorite apps! home: https://github.com/truecharts/apps/tree/master/charts/incubator/theme-park -icon: https://truecharts.org/_static/img/appicons/theme-park.png +icon: https://truecharts.org/img/appicons/theme-park.png keywords: - theme-park - customization diff --git a/charts/incubator/theme-park/icon.png b/charts/incubator/theme-park/icon.png new file mode 100644 index 00000000000..2b7d45adc5f Binary files /dev/null and b/charts/incubator/theme-park/icon.png differ diff --git a/charts/incubator/tsmuxer/Chart.yaml b/charts/incubator/tsmuxer/Chart.yaml index e4cdcbc6ceb..4f25081170e 100644 --- a/charts/incubator/tsmuxer/Chart.yaml +++ b/charts/incubator/tsmuxer/Chart.yaml @@ -7,7 +7,7 @@ dependencies: deprecated: false description: tsMuxer is a Transport Stream muxer. home: https://github.com/truecharts/apps/tree/master/charts/stable/tsmuxer -icon: https://truecharts.org/_static/img/appicons/tsmuxer.png +icon: https://truecharts.org/img/appicons/tsmuxer.png keywords: - media - tsmuxer diff --git a/charts/incubator/tsmuxer/docs/installation_notes.md.md b/charts/incubator/tsmuxer/docs/installation_notes.md.md new file mode 100644 index 00000000000..0afc9505bfe --- /dev/null +++ b/charts/incubator/tsmuxer/docs/installation_notes.md.md @@ -0,0 +1,8 @@ +# Installation Notes + +- If you enable `Ingress` for this app, you need to have `SECURE_CONNECTION` set to `false` and `Port Type` set to `HTTP`, otherwise you may run into errors for `Too many redirects`. +- `VNC` can't be `Ingressed`. if you want to use `VNC`, you must set this service to `Simple` instead of `clusterIP`. +- `VNC` with `SECURE_CONNECTION` set `true`, only works with very few clients. One of them is `SSVNC`. +- `SECURE_CONNECTION` affects both `WebUI` and `VNC`. + +- If you are passing through devices such as `Optical Drives`, you have to Click `Container Security Settings` and set `PUID` to `0`. diff --git a/charts/incubator/tsmuxer/icon.png b/charts/incubator/tsmuxer/icon.png new file mode 100644 index 00000000000..be9563c44f2 Binary files /dev/null and b/charts/incubator/tsmuxer/icon.png differ diff --git a/charts/incubator/wger/Chart.yaml b/charts/incubator/wger/Chart.yaml index 83018dcac48..400c1409a3f 100644 --- a/charts/incubator/wger/Chart.yaml +++ b/charts/incubator/wger/Chart.yaml @@ -14,7 +14,7 @@ dependencies: version: 3.0.24 description: Workout Manager is a free, open source web application that helps you manage your personal workouts, weight and diet plans and can also be used as a simple gym management utility. home: https://github.com/truecharts/apps/tree/master/charts/stable/wger -icon: https://truecharts.org/_static/img/appicons/wger.png +icon: https://truecharts.org/img/appicons/wger.png keywords: - workout kubeVersion: '>=1.16.0-0' diff --git a/charts/incubator/wger/docs/credentials.md b/charts/incubator/wger/docs/credentials.md new file mode 100644 index 00000000000..f82dda0a984 --- /dev/null +++ b/charts/incubator/wger/docs/credentials.md @@ -0,0 +1,5 @@ +# Default Username/Password + +__Email__: `admin` + +__Password__: `adminadmin` diff --git a/charts/incubator/wger/icon.png b/charts/incubator/wger/icon.png new file mode 100644 index 00000000000..f33bc103d49 Binary files /dev/null and b/charts/incubator/wger/icon.png differ diff --git a/charts/incubator/youtubedl-material/Chart.yaml b/charts/incubator/youtubedl-material/Chart.yaml index a62265e20cd..b13e4caa965 100644 --- a/charts/incubator/youtubedl-material/Chart.yaml +++ b/charts/incubator/youtubedl-material/Chart.yaml @@ -10,7 +10,7 @@ dependencies: version: 1.0.26 description: YoutubeDL-Material is a Material Design frontend for youtube-dl. home: https://github.com/truecharts/apps/tree/master/charts/stable/youtubedl-material -icon: https://truecharts.org/_static/img/appicons/youtubedl-material.png +icon: https://truecharts.org/img/appicons/youtubedl-material.png keywords: - youtube kubeVersion: '>=1.16.0-0' diff --git a/charts/incubator/youtubedl-material/icon.png b/charts/incubator/youtubedl-material/icon.png new file mode 100644 index 00000000000..0959e11646b Binary files /dev/null and b/charts/incubator/youtubedl-material/icon.png differ diff --git a/charts/incubator/zabbix-server/Chart.yaml b/charts/incubator/zabbix-server/Chart.yaml index 4425bd836fb..b0418d41aa7 100644 --- a/charts/incubator/zabbix-server/Chart.yaml +++ b/charts/incubator/zabbix-server/Chart.yaml @@ -10,7 +10,7 @@ dependencies: version: 8.0.24 description: Zabbix is an enterprise-class open source distributed monitoring solution. home: https://github.com/truecharts/apps/tree/master/charts/incubator/zabbix-server -icon: https://truecharts.org/_static/img/appicons/zabbix-server.png +icon: https://truecharts.org/img/appicons/zabbix-server.png keywords: - zabbix - monitoring diff --git a/charts/incubator/zabbix-server/icon.png b/charts/incubator/zabbix-server/icon.png new file mode 100644 index 00000000000..c74c6f7b427 Binary files /dev/null and b/charts/incubator/zabbix-server/icon.png differ diff --git a/charts/stable/airdcpp-webclient/Chart.yaml b/charts/stable/airdcpp-webclient/Chart.yaml index dd8809a2ddb..72d1d0c8dab 100644 --- a/charts/stable/airdcpp-webclient/Chart.yaml +++ b/charts/stable/airdcpp-webclient/Chart.yaml @@ -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 diff --git a/charts/stable/airdcpp-webclient/icon.png b/charts/stable/airdcpp-webclient/icon.png new file mode 100644 index 00000000000..b076ef2d7d8 Binary files /dev/null and b/charts/stable/airdcpp-webclient/icon.png differ diff --git a/charts/stable/airsonic-advanced/Chart.yaml b/charts/stable/airsonic-advanced/Chart.yaml index bc677e803e0..b1c54095831 100644 --- a/charts/stable/airsonic-advanced/Chart.yaml +++ b/charts/stable/airsonic-advanced/Chart.yaml @@ -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' diff --git a/charts/stable/airsonic-advanced/icon.png b/charts/stable/airsonic-advanced/icon.png new file mode 100644 index 00000000000..44d880cd538 Binary files /dev/null and b/charts/stable/airsonic-advanced/icon.png differ diff --git a/charts/stable/airsonic/Chart.yaml b/charts/stable/airsonic/Chart.yaml index a5e7e576083..e6ead8bce4c 100644 --- a/charts/stable/airsonic/Chart.yaml +++ b/charts/stable/airsonic/Chart.yaml @@ -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' diff --git a/charts/stable/airsonic/icon.png b/charts/stable/airsonic/icon.png new file mode 100644 index 00000000000..44d880cd538 Binary files /dev/null and b/charts/stable/airsonic/icon.png differ diff --git a/charts/stable/alist/Chart.yaml b/charts/stable/alist/Chart.yaml index 658ba3336ce..91c86080a0d 100644 --- a/charts/stable/alist/Chart.yaml +++ b/charts/stable/alist/Chart.yaml @@ -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 diff --git a/charts/stable/alist/icon.png b/charts/stable/alist/icon.png new file mode 100644 index 00000000000..fb013b42564 Binary files /dev/null and b/charts/stable/alist/icon.png differ diff --git a/charts/stable/amcrest2mqtt/Chart.yaml b/charts/stable/amcrest2mqtt/Chart.yaml index 1d8af1aad24..d763ad802da 100644 --- a/charts/stable/amcrest2mqtt/Chart.yaml +++ b/charts/stable/amcrest2mqtt/Chart.yaml @@ -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' diff --git a/charts/stable/amcrest2mqtt/icon.png b/charts/stable/amcrest2mqtt/icon.png new file mode 100644 index 00000000000..3ded4ec36c2 Binary files /dev/null and b/charts/stable/amcrest2mqtt/icon.png differ diff --git a/charts/stable/anonaddy/Chart.yaml b/charts/stable/anonaddy/Chart.yaml index cf3c35042d4..d82df9f1977 100644 --- a/charts/stable/anonaddy/Chart.yaml +++ b/charts/stable/anonaddy/Chart.yaml @@ -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' diff --git a/charts/stable/anonaddy/icon.png b/charts/stable/anonaddy/icon.png new file mode 100644 index 00000000000..56eac83115e Binary files /dev/null and b/charts/stable/anonaddy/icon.png differ diff --git a/charts/stable/apache-musicindex/Chart.yaml b/charts/stable/apache-musicindex/Chart.yaml index 056efc9e4fd..5ac4f016a06 100644 --- a/charts/stable/apache-musicindex/Chart.yaml +++ b/charts/stable/apache-musicindex/Chart.yaml @@ -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 diff --git a/charts/stable/apache-musicindex/icon.png b/charts/stable/apache-musicindex/icon.png new file mode 100644 index 00000000000..54da34cef8a Binary files /dev/null and b/charts/stable/apache-musicindex/icon.png differ diff --git a/charts/stable/appdaemon/Chart.yaml b/charts/stable/appdaemon/Chart.yaml index 90c2f1ed28a..130302a0ebc 100644 --- a/charts/stable/appdaemon/Chart.yaml +++ b/charts/stable/appdaemon/Chart.yaml @@ -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 diff --git a/charts/stable/appdaemon/docs/validation.md b/charts/stable/appdaemon/docs/validation.md new file mode 100644 index 00000000000..39165736206 --- /dev/null +++ b/charts/stable/appdaemon/docs/validation.md @@ -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_ diff --git a/charts/stable/appdaemon/icon.png b/charts/stable/appdaemon/icon.png new file mode 100644 index 00000000000..9bce1742076 Binary files /dev/null and b/charts/stable/appdaemon/icon.png differ diff --git a/charts/stable/aria2/Chart.yaml b/charts/stable/aria2/Chart.yaml index 579dd542204..d2b0d2e4413 100644 --- a/charts/stable/aria2/Chart.yaml +++ b/charts/stable/aria2/Chart.yaml @@ -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' diff --git a/charts/stable/aria2/icon.png b/charts/stable/aria2/icon.png new file mode 100644 index 00000000000..af69b51075d Binary files /dev/null and b/charts/stable/aria2/icon.png differ diff --git a/charts/stable/audacity/Chart.yaml b/charts/stable/audacity/Chart.yaml index 288ee4d7776..52f6cb74025 100644 --- a/charts/stable/audacity/Chart.yaml +++ b/charts/stable/audacity/Chart.yaml @@ -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 diff --git a/charts/stable/audacity/icon.png b/charts/stable/audacity/icon.png new file mode 100644 index 00000000000..878ec9402fb Binary files /dev/null and b/charts/stable/audacity/icon.png differ diff --git a/charts/stable/audiobookshelf/Chart.yaml b/charts/stable/audiobookshelf/Chart.yaml index dcdff1b0ba2..43b56fea6f5 100644 --- a/charts/stable/audiobookshelf/Chart.yaml +++ b/charts/stable/audiobookshelf/Chart.yaml @@ -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' diff --git a/charts/stable/audiobookshelf/icon.png b/charts/stable/audiobookshelf/icon.png new file mode 100644 index 00000000000..5cbf1d4db78 Binary files /dev/null and b/charts/stable/audiobookshelf/icon.png differ diff --git a/charts/stable/authelia/Chart.yaml b/charts/stable/authelia/Chart.yaml index a8aa14d0d4e..94aa78a775f 100644 --- a/charts/stable/authelia/Chart.yaml +++ b/charts/stable/authelia/Chart.yaml @@ -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 diff --git a/charts/stable/authelia/icon.png b/charts/stable/authelia/icon.png new file mode 100644 index 00000000000..ef2d3b9f326 Binary files /dev/null and b/charts/stable/authelia/icon.png differ diff --git a/charts/stable/automatic-music-downloader/Chart.yaml b/charts/stable/automatic-music-downloader/Chart.yaml index cd0be05ccb6..9563a95c684 100644 --- a/charts/stable/automatic-music-downloader/Chart.yaml +++ b/charts/stable/automatic-music-downloader/Chart.yaml @@ -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 diff --git a/charts/stable/automatic-music-downloader/icon.png b/charts/stable/automatic-music-downloader/icon.png new file mode 100644 index 00000000000..5acf7a731e4 Binary files /dev/null and b/charts/stable/automatic-music-downloader/icon.png differ diff --git a/charts/stable/babybuddy/Chart.yaml b/charts/stable/babybuddy/Chart.yaml index f29f4b89f82..ee28b438309 100644 --- a/charts/stable/babybuddy/Chart.yaml +++ b/charts/stable/babybuddy/Chart.yaml @@ -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 diff --git a/charts/stable/babybuddy/icon.png b/charts/stable/babybuddy/icon.png new file mode 100644 index 00000000000..52f0933e626 Binary files /dev/null and b/charts/stable/babybuddy/icon.png differ diff --git a/charts/stable/baserow/Chart.yaml b/charts/stable/baserow/Chart.yaml index 67a69fc28aa..5f0172d5502 100644 --- a/charts/stable/baserow/Chart.yaml +++ b/charts/stable/baserow/Chart.yaml @@ -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' diff --git a/charts/stable/baserow/icon.png b/charts/stable/baserow/icon.png new file mode 100644 index 00000000000..ee183f3d0b7 Binary files /dev/null and b/charts/stable/baserow/icon.png differ diff --git a/charts/stable/bazarr/Chart.yaml b/charts/stable/bazarr/Chart.yaml index 0a4fc7cbcd0..a026cde733f 100644 --- a/charts/stable/bazarr/Chart.yaml +++ b/charts/stable/bazarr/Chart.yaml @@ -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 diff --git a/charts/stable/bazarr/icon.png b/charts/stable/bazarr/icon.png new file mode 100644 index 00000000000..59329ce0782 Binary files /dev/null and b/charts/stable/bazarr/icon.png differ diff --git a/charts/stable/beets/Chart.yaml b/charts/stable/beets/Chart.yaml index 8bc78f6eef7..ea672b0ccdb 100644 --- a/charts/stable/beets/Chart.yaml +++ b/charts/stable/beets/Chart.yaml @@ -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 diff --git a/charts/stable/beets/icon.png b/charts/stable/beets/icon.png new file mode 100644 index 00000000000..5ffa0fa9343 Binary files /dev/null and b/charts/stable/beets/icon.png differ diff --git a/charts/stable/blog/Chart.yaml b/charts/stable/blog/Chart.yaml index 272216af9ad..e8e33728833 100644 --- a/charts/stable/blog/Chart.yaml +++ b/charts/stable/blog/Chart.yaml @@ -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 diff --git a/charts/stable/blog/icon.png b/charts/stable/blog/icon.png new file mode 100644 index 00000000000..04ff6e592a0 Binary files /dev/null and b/charts/stable/blog/icon.png differ diff --git a/charts/stable/boinc/Chart.yaml b/charts/stable/boinc/Chart.yaml index 44a6e1954da..7cfb2ed8ee0 100644 --- a/charts/stable/boinc/Chart.yaml +++ b/charts/stable/boinc/Chart.yaml @@ -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: diff --git a/charts/stable/boinc/icon.png b/charts/stable/boinc/icon.png new file mode 100644 index 00000000000..c8e38907c96 Binary files /dev/null and b/charts/stable/boinc/icon.png differ diff --git a/charts/stable/booksonic-air/Chart.yaml b/charts/stable/booksonic-air/Chart.yaml index 6a48a194052..bc1b31c40c5 100644 --- a/charts/stable/booksonic-air/Chart.yaml +++ b/charts/stable/booksonic-air/Chart.yaml @@ -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 diff --git a/charts/stable/booksonic-air/icon.png b/charts/stable/booksonic-air/icon.png new file mode 100644 index 00000000000..e5b926beda5 Binary files /dev/null and b/charts/stable/booksonic-air/icon.png differ diff --git a/charts/stable/bookstack/Chart.yaml b/charts/stable/bookstack/Chart.yaml index ea8f1c02a4b..80b81a999df 100644 --- a/charts/stable/bookstack/Chart.yaml +++ b/charts/stable/bookstack/Chart.yaml @@ -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 diff --git a/charts/stable/bookstack/icon.png b/charts/stable/bookstack/icon.png new file mode 100644 index 00000000000..d5757bf64e8 Binary files /dev/null and b/charts/stable/bookstack/icon.png differ diff --git a/charts/stable/browserless-chrome/Chart.yaml b/charts/stable/browserless-chrome/Chart.yaml index 7a2951346df..a05bbd3482e 100644 --- a/charts/stable/browserless-chrome/Chart.yaml +++ b/charts/stable/browserless-chrome/Chart.yaml @@ -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 diff --git a/charts/stable/browserless-chrome/icon.png b/charts/stable/browserless-chrome/icon.png new file mode 100644 index 00000000000..7ece1635253 Binary files /dev/null and b/charts/stable/browserless-chrome/icon.png differ diff --git a/charts/stable/budge/Chart.yaml b/charts/stable/budge/Chart.yaml index 3d1a29a6956..678906ae97b 100644 --- a/charts/stable/budge/Chart.yaml +++ b/charts/stable/budge/Chart.yaml @@ -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 diff --git a/charts/stable/budge/icon.png b/charts/stable/budge/icon.png new file mode 100644 index 00000000000..d3dbed60d90 Binary files /dev/null and b/charts/stable/budge/icon.png differ diff --git a/charts/stable/calibre-web/Chart.yaml b/charts/stable/calibre-web/Chart.yaml index 0d6e578856a..ee907e0654a 100644 --- a/charts/stable/calibre-web/Chart.yaml +++ b/charts/stable/calibre-web/Chart.yaml @@ -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 diff --git a/charts/stable/calibre-web/icon.png b/charts/stable/calibre-web/icon.png new file mode 100644 index 00000000000..abd7dd7b561 Binary files /dev/null and b/charts/stable/calibre-web/icon.png differ diff --git a/charts/stable/calibre/Chart.yaml b/charts/stable/calibre/Chart.yaml index 99bddd95ae2..965b6fb7112 100644 --- a/charts/stable/calibre/Chart.yaml +++ b/charts/stable/calibre/Chart.yaml @@ -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' diff --git a/charts/stable/calibre/icon.png b/charts/stable/calibre/icon.png new file mode 100644 index 00000000000..d3bac78c55c Binary files /dev/null and b/charts/stable/calibre/icon.png differ diff --git a/charts/stable/chevereto/Chart.yaml b/charts/stable/chevereto/Chart.yaml index d7c905e11e6..aaab5a5dbb5 100644 --- a/charts/stable/chevereto/Chart.yaml +++ b/charts/stable/chevereto/Chart.yaml @@ -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: diff --git a/charts/stable/chevereto/icon.png b/charts/stable/chevereto/icon.png new file mode 100644 index 00000000000..ba110a700d9 Binary files /dev/null and b/charts/stable/chevereto/icon.png differ diff --git a/charts/stable/clamav/Chart.yaml b/charts/stable/clamav/Chart.yaml index 21fa10b7212..a2d6ec18d31 100644 --- a/charts/stable/clamav/Chart.yaml +++ b/charts/stable/clamav/Chart.yaml @@ -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 diff --git a/charts/stable/clamav/icon.png b/charts/stable/clamav/icon.png new file mode 100644 index 00000000000..5a0db2d4ac2 Binary files /dev/null and b/charts/stable/clamav/icon.png differ diff --git a/charts/stable/clarkson/Chart.yaml b/charts/stable/clarkson/Chart.yaml index ef277368a81..8c7c26e3c3a 100644 --- a/charts/stable/clarkson/Chart.yaml +++ b/charts/stable/clarkson/Chart.yaml @@ -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 diff --git a/charts/stable/clarkson/icon.png b/charts/stable/clarkson/icon.png new file mode 100644 index 00000000000..1ddfb414e1c Binary files /dev/null and b/charts/stable/clarkson/icon.png differ diff --git a/charts/stable/cloud9/Chart.yaml b/charts/stable/cloud9/Chart.yaml index 4186d9c9d8d..8a878a8175e 100644 --- a/charts/stable/cloud9/Chart.yaml +++ b/charts/stable/cloud9/Chart.yaml @@ -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 diff --git a/charts/stable/cloud9/icon.png b/charts/stable/cloud9/icon.png new file mode 100644 index 00000000000..5a7386d6a53 Binary files /dev/null and b/charts/stable/cloud9/icon.png differ diff --git a/charts/stable/code-server/Chart.yaml b/charts/stable/code-server/Chart.yaml index 2d86bffbf10..e36729e9fad 100644 --- a/charts/stable/code-server/Chart.yaml +++ b/charts/stable/code-server/Chart.yaml @@ -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 diff --git a/charts/stable/code-server/icon.png b/charts/stable/code-server/icon.png new file mode 100644 index 00000000000..ff42978ce9a Binary files /dev/null and b/charts/stable/code-server/icon.png differ diff --git a/charts/stable/commento-plusplus/Chart.yaml b/charts/stable/commento-plusplus/Chart.yaml index 9e8104ef57f..064669b4a75 100644 --- a/charts/stable/commento-plusplus/Chart.yaml +++ b/charts/stable/commento-plusplus/Chart.yaml @@ -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' diff --git a/charts/stable/commento-plusplus/icon.png b/charts/stable/commento-plusplus/icon.png new file mode 100644 index 00000000000..857f8dcc094 Binary files /dev/null and b/charts/stable/commento-plusplus/icon.png differ diff --git a/charts/stable/couchpotato/Chart.yaml b/charts/stable/couchpotato/Chart.yaml index fda3cc2ac6b..ba1aa897ef2 100644 --- a/charts/stable/couchpotato/Chart.yaml +++ b/charts/stable/couchpotato/Chart.yaml @@ -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: diff --git a/charts/stable/couchpotato/icon.png b/charts/stable/couchpotato/icon.png new file mode 100644 index 00000000000..0bea70e8c50 Binary files /dev/null and b/charts/stable/couchpotato/icon.png differ diff --git a/charts/stable/cryptofolio/Chart.yaml b/charts/stable/cryptofolio/Chart.yaml index 6514b9f2218..170f2221aa5 100644 --- a/charts/stable/cryptofolio/Chart.yaml +++ b/charts/stable/cryptofolio/Chart.yaml @@ -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' diff --git a/charts/stable/cryptofolio/icon.png b/charts/stable/cryptofolio/icon.png new file mode 100644 index 00000000000..776357b6e67 Binary files /dev/null and b/charts/stable/cryptofolio/icon.png differ diff --git a/charts/stable/custom-app/Chart.yaml b/charts/stable/custom-app/Chart.yaml index 0f738d55bbe..99cc15c2154 100644 --- a/charts/stable/custom-app/Chart.yaml +++ b/charts/stable/custom-app/Chart.yaml @@ -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' diff --git a/charts/stable/custom-app/icon.png b/charts/stable/custom-app/icon.png new file mode 100644 index 00000000000..7c6d1d7ab58 Binary files /dev/null and b/charts/stable/custom-app/icon.png differ diff --git a/charts/stable/cyberchef/Chart.yaml b/charts/stable/cyberchef/Chart.yaml index b4111f29029..95dabec946d 100644 --- a/charts/stable/cyberchef/Chart.yaml +++ b/charts/stable/cyberchef/Chart.yaml @@ -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' diff --git a/charts/stable/cyberchef/icon.png b/charts/stable/cyberchef/icon.png new file mode 100644 index 00000000000..1fbdfbc7d67 Binary files /dev/null and b/charts/stable/cyberchef/icon.png differ diff --git a/charts/stable/darktable/Chart.yaml b/charts/stable/darktable/Chart.yaml index c06c8abeeb0..7d218270f5e 100644 --- a/charts/stable/darktable/Chart.yaml +++ b/charts/stable/darktable/Chart.yaml @@ -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: diff --git a/charts/stable/darktable/icon.png b/charts/stable/darktable/icon.png new file mode 100644 index 00000000000..091a1c99731 Binary files /dev/null and b/charts/stable/darktable/icon.png differ diff --git a/charts/stable/dashdot/Chart.yaml b/charts/stable/dashdot/Chart.yaml index 7a59e009682..b12ca8450f2 100644 --- a/charts/stable/dashdot/Chart.yaml +++ b/charts/stable/dashdot/Chart.yaml @@ -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 diff --git a/charts/stable/dashdot/icon.png b/charts/stable/dashdot/icon.png new file mode 100644 index 00000000000..9e5cc414643 Binary files /dev/null and b/charts/stable/dashdot/icon.png differ diff --git a/charts/stable/davos/Chart.yaml b/charts/stable/davos/Chart.yaml index 20116fe887e..e7ac890990a 100644 --- a/charts/stable/davos/Chart.yaml +++ b/charts/stable/davos/Chart.yaml @@ -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 diff --git a/charts/stable/davos/icon.png b/charts/stable/davos/icon.png new file mode 100644 index 00000000000..378588ee5ca Binary files /dev/null and b/charts/stable/davos/icon.png differ diff --git a/charts/stable/ddclient/Chart.yaml b/charts/stable/ddclient/Chart.yaml index dcde588a47f..d6d6449c3c9 100644 --- a/charts/stable/ddclient/Chart.yaml +++ b/charts/stable/ddclient/Chart.yaml @@ -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: diff --git a/charts/stable/ddclient/icon.png b/charts/stable/ddclient/icon.png new file mode 100644 index 00000000000..73553d62eac Binary files /dev/null and b/charts/stable/ddclient/icon.png differ diff --git a/charts/stable/ddns-go/Chart.yaml b/charts/stable/ddns-go/Chart.yaml index 4c8515b2f54..a11bfe21650 100644 --- a/charts/stable/ddns-go/Chart.yaml +++ b/charts/stable/ddns-go/Chart.yaml @@ -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 diff --git a/charts/stable/ddns-go/icon.png b/charts/stable/ddns-go/icon.png new file mode 100644 index 00000000000..7d26ddc9ccd Binary files /dev/null and b/charts/stable/ddns-go/icon.png differ diff --git a/charts/stable/ddns-updater/Chart.yaml b/charts/stable/ddns-updater/Chart.yaml index ab7e5b5e401..d55754680ba 100644 --- a/charts/stable/ddns-updater/Chart.yaml +++ b/charts/stable/ddns-updater/Chart.yaml @@ -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' diff --git a/charts/stable/ddns-updater/icon.png b/charts/stable/ddns-updater/icon.png new file mode 100644 index 00000000000..d7fa3350ad1 Binary files /dev/null and b/charts/stable/ddns-updater/icon.png differ diff --git a/charts/stable/deconz/Chart.yaml b/charts/stable/deconz/Chart.yaml index dc87c10775d..fcd9d1e6556 100644 --- a/charts/stable/deconz/Chart.yaml +++ b/charts/stable/deconz/Chart.yaml @@ -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 diff --git a/charts/stable/deconz/icon.png b/charts/stable/deconz/icon.png new file mode 100644 index 00000000000..a0533ebf143 Binary files /dev/null and b/charts/stable/deconz/icon.png differ diff --git a/charts/stable/deemix/Chart.yaml b/charts/stable/deemix/Chart.yaml index 1746b4847b2..52dafd4549e 100644 --- a/charts/stable/deemix/Chart.yaml +++ b/charts/stable/deemix/Chart.yaml @@ -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 diff --git a/charts/stable/deemix/icon.png b/charts/stable/deemix/icon.png new file mode 100644 index 00000000000..e944ad2a82a Binary files /dev/null and b/charts/stable/deemix/icon.png differ diff --git a/charts/stable/deepstack/Chart.yaml b/charts/stable/deepstack/Chart.yaml index 84ea6e56c2d..8794955ea95 100644 --- a/charts/stable/deepstack/Chart.yaml +++ b/charts/stable/deepstack/Chart.yaml @@ -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' diff --git a/charts/stable/deepstack/docs/installation_notes.md b/charts/stable/deepstack/docs/installation_notes.md new file mode 100644 index 00000000000..74c318f63bd --- /dev/null +++ b/charts/stable/deepstack/docs/installation_notes.md @@ -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. diff --git a/charts/stable/deepstack/icon.png b/charts/stable/deepstack/icon.png new file mode 100644 index 00000000000..d34bb6afa5d Binary files /dev/null and b/charts/stable/deepstack/icon.png differ diff --git a/charts/stable/deluge/Chart.yaml b/charts/stable/deluge/Chart.yaml index c3585c7e18a..eb83d691132 100644 --- a/charts/stable/deluge/Chart.yaml +++ b/charts/stable/deluge/Chart.yaml @@ -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 diff --git a/charts/stable/deluge/icon.png b/charts/stable/deluge/icon.png new file mode 100644 index 00000000000..25680da3c2e Binary files /dev/null and b/charts/stable/deluge/icon.png differ diff --git a/charts/stable/digikam/Chart.yaml b/charts/stable/digikam/Chart.yaml index a462c70278d..6a1bb4f16ea 100644 --- a/charts/stable/digikam/Chart.yaml +++ b/charts/stable/digikam/Chart.yaml @@ -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 diff --git a/charts/stable/digikam/icon.png b/charts/stable/digikam/icon.png new file mode 100644 index 00000000000..fa7b884f29c Binary files /dev/null and b/charts/stable/digikam/icon.png differ diff --git a/charts/stable/dillinger/Chart.yaml b/charts/stable/dillinger/Chart.yaml index d0a4e08fe68..f73ff33e627 100644 --- a/charts/stable/dillinger/Chart.yaml +++ b/charts/stable/dillinger/Chart.yaml @@ -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: diff --git a/charts/stable/dillinger/icon.png b/charts/stable/dillinger/icon.png new file mode 100644 index 00000000000..d14d8a54cae Binary files /dev/null and b/charts/stable/dillinger/icon.png differ diff --git a/charts/stable/dizquetv/Chart.yaml b/charts/stable/dizquetv/Chart.yaml index ceef1f386d8..9974dc55ecf 100644 --- a/charts/stable/dizquetv/Chart.yaml +++ b/charts/stable/dizquetv/Chart.yaml @@ -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 diff --git a/charts/stable/dizquetv/icon.png b/charts/stable/dizquetv/icon.png new file mode 100644 index 00000000000..e1ffc293c59 Binary files /dev/null and b/charts/stable/dizquetv/icon.png differ diff --git a/charts/stable/docker-compose/Chart.yaml b/charts/stable/docker-compose/Chart.yaml index df2569d350e..e5b6385d70a 100644 --- a/charts/stable/docker-compose/Chart.yaml +++ b/charts/stable/docker-compose/Chart.yaml @@ -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 diff --git a/charts/stable/docker-compose/icon.png b/charts/stable/docker-compose/icon.png new file mode 100644 index 00000000000..ffe27b48e7d Binary files /dev/null and b/charts/stable/docker-compose/icon.png differ diff --git a/charts/stable/dokuwiki/Chart.yaml b/charts/stable/dokuwiki/Chart.yaml index d77148ba85e..562ec50d2c7 100644 --- a/charts/stable/dokuwiki/Chart.yaml +++ b/charts/stable/dokuwiki/Chart.yaml @@ -7,7 +7,7 @@ description: Dokuwiki is a simple to use and highly versatile Open Source wiki s type: application deprecated: false home: https://github.com/truecharts/apps/tree/master/charts/stable/dokuwiki -icon: https://truecharts.org/_static/img/appicons/dokuwiki.png +icon: https://truecharts.org/img/appicons/dokuwiki.png keywords: - dokuwiki sources: diff --git a/charts/stable/dokuwiki/icon.png b/charts/stable/dokuwiki/icon.png new file mode 100644 index 00000000000..a48bb40b9d1 Binary files /dev/null and b/charts/stable/dokuwiki/icon.png differ diff --git a/charts/stable/domoticz/Chart.yaml b/charts/stable/domoticz/Chart.yaml index 299b29489b2..d8d502826e4 100644 --- a/charts/stable/domoticz/Chart.yaml +++ b/charts/stable/domoticz/Chart.yaml @@ -7,7 +7,7 @@ description: "Domoticz is a Home Automation System that lets you monitor and con type: application deprecated: false home: https://github.com/truecharts/apps/tree/master/charts/stable/domoticz -icon: https://truecharts.org/_static/img/appicons/domoticz.png +icon: https://truecharts.org/img/appicons/domoticz.png keywords: - domoticz sources: diff --git a/charts/stable/domoticz/icon.png b/charts/stable/domoticz/icon.png new file mode 100644 index 00000000000..cf98ca0e53c Binary files /dev/null and b/charts/stable/domoticz/icon.png differ diff --git a/charts/stable/doplarr/Chart.yaml b/charts/stable/doplarr/Chart.yaml index dc7508c27ee..833f2b81354 100644 --- a/charts/stable/doplarr/Chart.yaml +++ b/charts/stable/doplarr/Chart.yaml @@ -6,7 +6,7 @@ dependencies: version: 10.2.1 description: An *arr Request Bot for Discord home: https://github.com/truecharts/apps/tree/master/charts/stable/doplarr -icon: https://truecharts.org/_static/img/appicons/doplarr.png +icon: https://truecharts.org/img/appicons/doplarr.png keywords: - doplarr kubeVersion: '>=1.16.0-0' diff --git a/charts/stable/doplarr/icon.png b/charts/stable/doplarr/icon.png new file mode 100644 index 00000000000..380e9f251a0 Binary files /dev/null and b/charts/stable/doplarr/icon.png differ diff --git a/charts/stable/double-take/Chart.yaml b/charts/stable/double-take/Chart.yaml index 0c0107cd9a6..8a36984d6ce 100644 --- a/charts/stable/double-take/Chart.yaml +++ b/charts/stable/double-take/Chart.yaml @@ -7,7 +7,7 @@ description: Unified UI and API for processing and training images for facial re type: application deprecated: false home: https://github.com/truecharts/apps/tree/master/charts/stable/double-take -icon: https://truecharts.org/_static/img/appicons/double-take.png +icon: https://truecharts.org/img/appicons/double-take.png keywords: - ai - double-take diff --git a/charts/stable/double-take/icon.png b/charts/stable/double-take/icon.png new file mode 100644 index 00000000000..43621c008a2 Binary files /dev/null and b/charts/stable/double-take/icon.png differ diff --git a/charts/stable/doublecommander/Chart.yaml b/charts/stable/doublecommander/Chart.yaml index c95cc62fcc5..5bf911f214b 100644 --- a/charts/stable/doublecommander/Chart.yaml +++ b/charts/stable/doublecommander/Chart.yaml @@ -7,7 +7,7 @@ dependencies: description: A free cross platform open source file manager with two panels side by side. home: https://github.com/truecharts/apps/tree/master/charts/stable/doublecommander -icon: https://truecharts.org/_static/img/appicons/doublecommander.png +icon: https://truecharts.org/img/appicons/doublecommander.png keywords: - doublecommander - file diff --git a/charts/stable/doublecommander/icon.png b/charts/stable/doublecommander/icon.png new file mode 100644 index 00000000000..f7a735e4f3a Binary files /dev/null and b/charts/stable/doublecommander/icon.png differ diff --git a/charts/stable/drawio/Chart.yaml b/charts/stable/drawio/Chart.yaml index f0147165738..7c905773801 100644 --- a/charts/stable/drawio/Chart.yaml +++ b/charts/stable/drawio/Chart.yaml @@ -6,7 +6,7 @@ dependencies: version: 10.2.1 description: Drawio is free online diagram software. home: https://github.com/truecharts/apps/tree/master/charts/stable/drawio -icon: https://truecharts.org/_static/img/appicons/drawio.png +icon: https://truecharts.org/img/appicons/drawio.png keywords: - drawio kubeVersion: '>=1.16.0-0' diff --git a/charts/stable/drawio/icon.png b/charts/stable/drawio/icon.png new file mode 100644 index 00000000000..0988847608c Binary files /dev/null and b/charts/stable/drawio/icon.png differ diff --git a/charts/stable/dsmr-reader/Chart.yaml b/charts/stable/dsmr-reader/Chart.yaml index 6ef1716f780..5174e8310ee 100644 --- a/charts/stable/dsmr-reader/Chart.yaml +++ b/charts/stable/dsmr-reader/Chart.yaml @@ -8,7 +8,7 @@ keywords: - dsmr-reader - energy home: https://github.com/truecharts/apps/tree/master/charts/stable/dsmr-reader -icon: https://truecharts.org/_static/img/appicons/dsmr-reader.png +icon: https://truecharts.org/img/appicons/dsmr-reader.png sources: - https://github.com/dsmrreader/dsmr-reader - https://github.com/xirixiz/dsmr-reader-docker diff --git a/charts/stable/dsmr-reader/icon.png b/charts/stable/dsmr-reader/icon.png new file mode 100644 index 00000000000..a2369f3b471 Binary files /dev/null and b/charts/stable/dsmr-reader/icon.png differ diff --git a/charts/stable/duckdns/Chart.yaml b/charts/stable/duckdns/Chart.yaml index 3bf94bdcd3f..f4cc17a7553 100644 --- a/charts/stable/duckdns/Chart.yaml +++ b/charts/stable/duckdns/Chart.yaml @@ -7,7 +7,7 @@ description: Duckdns is a free service which will point a DNS (sub domains of du type: application deprecated: false home: https://github.com/truecharts/apps/tree/master/charts/stable/duckdns -icon: https://truecharts.org/_static/img/appicons/duckdns.png +icon: https://truecharts.org/img/appicons/duckdns.png keywords: - duckdns sources: diff --git a/charts/stable/duckdns/icon.png b/charts/stable/duckdns/icon.png new file mode 100644 index 00000000000..4382ad97153 Binary files /dev/null and b/charts/stable/duckdns/icon.png differ diff --git a/charts/stable/duplicati/Chart.yaml b/charts/stable/duplicati/Chart.yaml index 908ea2b9a55..52e582f2a1f 100644 --- a/charts/stable/duplicati/Chart.yaml +++ b/charts/stable/duplicati/Chart.yaml @@ -6,7 +6,7 @@ dependencies: version: 10.2.1 description: Store securely encrypted backups on cloud storage services! home: https://github.com/truecharts/apps/tree/master/charts/stable/duplicati -icon: https://truecharts.org/_static/img/appicons/duplicati.png +icon: https://truecharts.org/img/appicons/duplicati.png keywords: - duplicati kubeVersion: '>=1.16.0-0' diff --git a/charts/stable/duplicati/docs/ingress.md b/charts/stable/duplicati/docs/ingress.md new file mode 100644 index 00000000000..e6e9e82a385 --- /dev/null +++ b/charts/stable/duplicati/docs/ingress.md @@ -0,0 +1,7 @@ +## Ingress + +This chart requires Ingress to be enabled after initial install due to the configuration of the application upstream (see [Duplicati forum post](https://forum.duplicati.com/t/error-message-in-browser-the-host-header-sent-by-the-client-is-not-allowed/5806)). Please install the application without Ingress, access settings of the application and add your hostname inside the settings of the app. + +![image](https://user-images.githubusercontent.com/89483932/174445638-bac32cc8-375f-4fdb-a99f-f8b75a4613e1.png) + +Once this is done you can successful add Ingress using the steps outlined inside our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/add-ingress/). If you require more help or details please refer to our Discord for help from our Support Staff. diff --git a/charts/stable/duplicati/icon.png b/charts/stable/duplicati/icon.png new file mode 100644 index 00000000000..23cb583b0fc Binary files /dev/null and b/charts/stable/duplicati/icon.png differ diff --git a/charts/stable/emby/Chart.yaml b/charts/stable/emby/Chart.yaml index 59860817fee..3507eabc3ba 100644 --- a/charts/stable/emby/Chart.yaml +++ b/charts/stable/emby/Chart.yaml @@ -7,7 +7,7 @@ dependencies: deprecated: false description: Emby Server is a home media server home: https://github.com/truecharts/apps/tree/master/charts/stable/emby -icon: https://truecharts.org/_static/img/appicons/emby.png +icon: https://truecharts.org/img/appicons/emby.png keywords: - jellyfin - plex diff --git a/charts/stable/emby/icon.png b/charts/stable/emby/icon.png new file mode 100644 index 00000000000..1f4a9f19c5b Binary files /dev/null and b/charts/stable/emby/icon.png differ diff --git a/charts/stable/embystat/Chart.yaml b/charts/stable/embystat/Chart.yaml index 630a79cbc06..7c62ab0f6b5 100644 --- a/charts/stable/embystat/Chart.yaml +++ b/charts/stable/embystat/Chart.yaml @@ -7,7 +7,7 @@ description: Embystat is a personal web server that can calculate all kinds of s type: application deprecated: false home: https://github.com/truecharts/apps/tree/master/charts/stable/embystat -icon: https://truecharts.org/_static/img/appicons/embystat.png +icon: https://truecharts.org/img/appicons/embystat.png keywords: - embystat sources: diff --git a/charts/stable/embystat/icon.png b/charts/stable/embystat/icon.png new file mode 100644 index 00000000000..3aff2ea6ced Binary files /dev/null and b/charts/stable/embystat/icon.png differ diff --git a/charts/stable/emulatorjs/Chart.yaml b/charts/stable/emulatorjs/Chart.yaml index 46dffd32cd4..bb808782066 100644 --- a/charts/stable/emulatorjs/Chart.yaml +++ b/charts/stable/emulatorjs/Chart.yaml @@ -7,7 +7,7 @@ description: Emulatorjs - In browser web based emulation portable to nearly any type: application deprecated: false home: https://github.com/truecharts/apps/tree/master/charts/stable/emulatorjs -icon: https://truecharts.org/_static/img/appicons/emulatorjs.png +icon: https://truecharts.org/img/appicons/emulatorjs.png keywords: - emulatorjs sources: diff --git a/charts/stable/emulatorjs/icon.png b/charts/stable/emulatorjs/icon.png new file mode 100644 index 00000000000..3c7c3e0533e Binary files /dev/null and b/charts/stable/emulatorjs/icon.png differ diff --git a/charts/stable/endlessh/Chart.yaml b/charts/stable/endlessh/Chart.yaml index bd0eab52d7c..2db0afaa25d 100644 --- a/charts/stable/endlessh/Chart.yaml +++ b/charts/stable/endlessh/Chart.yaml @@ -7,7 +7,7 @@ description: Endlessh is an SSH tarpit that very slowly sends an endless, random type: application deprecated: false home: https://github.com/truecharts/apps/tree/master/charts/stable/endlessh -icon: https://truecharts.org/_static/img/appicons/endlessh.png +icon: https://truecharts.org/img/appicons/endlessh.png keywords: - endlessh sources: diff --git a/charts/stable/endlessh/icon.png b/charts/stable/endlessh/icon.png new file mode 100644 index 00000000000..b131a487229 Binary files /dev/null and b/charts/stable/endlessh/icon.png differ diff --git a/charts/stable/esphome/Chart.yaml b/charts/stable/esphome/Chart.yaml index aacaeee4b80..68017091e61 100644 --- a/charts/stable/esphome/Chart.yaml +++ b/charts/stable/esphome/Chart.yaml @@ -8,7 +8,7 @@ deprecated: false description: ESPHome is a system to control your ESP8266/ESP32 by simple yet powerful configuration files and control them remotely through Home Automation systems. home: https://github.com/truecharts/apps/tree/master/charts/stable/esphome -icon: https://truecharts.org/_static/img/appicons/esphome.png +icon: https://truecharts.org/img/appicons/esphome.png keywords: - esphome kubeVersion: '>=1.16.0-0' diff --git a/charts/stable/esphome/icon.png b/charts/stable/esphome/icon.png new file mode 100644 index 00000000000..140b554f0b9 Binary files /dev/null and b/charts/stable/esphome/icon.png differ diff --git a/charts/stable/etherpad/Chart.yaml b/charts/stable/etherpad/Chart.yaml index e0c721b8909..46fb1f7f473 100644 --- a/charts/stable/etherpad/Chart.yaml +++ b/charts/stable/etherpad/Chart.yaml @@ -6,7 +6,7 @@ name: etherpad description: A real-time collaborative editor scalable to thousands of simultaneous real time users. type: application home: https://github.com/truecharts/apps/tree/master/charts/stable/etherpad -icon: https://truecharts.org/_static/img/appicons/etherpad.png +icon: https://truecharts.org/img/appicons/etherpad.png keywords: - etherpad - editor diff --git a/charts/stable/etherpad/icon.png b/charts/stable/etherpad/icon.png new file mode 100644 index 00000000000..086022d6041 Binary files /dev/null and b/charts/stable/etherpad/icon.png differ diff --git a/charts/stable/external-service/Chart.yaml b/charts/stable/external-service/Chart.yaml index e2e47c76883..53998112ca7 100644 --- a/charts/stable/external-service/Chart.yaml +++ b/charts/stable/external-service/Chart.yaml @@ -7,7 +7,7 @@ dependencies: deprecated: false description: Allow external services to be used like Apps. home: https://github.com/truecharts/apps/tree/master/charts/core/external-service -icon: https://truecharts.org/_static/img/appicons/external-service.png +icon: https://truecharts.org/img/appicons/external-service.png keywords: - external-service - reverse-proxy diff --git a/charts/stable/external-service/icon.png b/charts/stable/external-service/icon.png new file mode 100644 index 00000000000..e34878f4998 Binary files /dev/null and b/charts/stable/external-service/icon.png differ diff --git a/charts/stable/ferdi-server/Chart.yaml b/charts/stable/ferdi-server/Chart.yaml index d5883ec1863..501e77e93d8 100644 --- a/charts/stable/ferdi-server/Chart.yaml +++ b/charts/stable/ferdi-server/Chart.yaml @@ -10,7 +10,7 @@ dependencies: version: 8.0.24 description: Server for Ferdi that you can re-use to run your own home: https://github.com/truecharts/apps/tree/master/charts/stable/ferdi-server -icon: https://truecharts.org/_static/img/appicons/ferdi-server.png +icon: https://truecharts.org/img/appicons/ferdi-server.png keywords: - ferdi kubeVersion: '>=1.16.0-0' diff --git a/charts/stable/ferdi-server/icon.png b/charts/stable/ferdi-server/icon.png new file mode 100644 index 00000000000..587e0b86eab Binary files /dev/null and b/charts/stable/ferdi-server/icon.png differ diff --git a/charts/stable/filebrowser/Chart.yaml b/charts/stable/filebrowser/Chart.yaml index b326cb76550..809ca1046ae 100644 --- a/charts/stable/filebrowser/Chart.yaml +++ b/charts/stable/filebrowser/Chart.yaml @@ -7,7 +7,7 @@ dependencies: deprecated: false description: Filebrowser provides a file managing interface within a specified directory home: https://github.com/truecharts/apps/tree/master/charts/stable/filebrowser -icon: https://truecharts.org/_static/img/appicons/filebrowser.png +icon: https://truecharts.org/img/appicons/filebrowser.png keywords: - filebrowser kubeVersion: '>=1.16.0-0' diff --git a/charts/stable/filebrowser/docs/credentials.md b/charts/stable/filebrowser/docs/credentials.md new file mode 100644 index 00000000000..be8a8175f5a --- /dev/null +++ b/charts/stable/filebrowser/docs/credentials.md @@ -0,0 +1,5 @@ +# Default Username/Password + +__Email__: `admin` + +__Password__: `admin` diff --git a/charts/stable/filebrowser/icon.png b/charts/stable/filebrowser/icon.png new file mode 100644 index 00000000000..ba267bc0fb6 Binary files /dev/null and b/charts/stable/filebrowser/icon.png differ diff --git a/charts/stable/fileflows/Chart.yaml b/charts/stable/fileflows/Chart.yaml index 6048c809a78..776687efa2e 100644 --- a/charts/stable/fileflows/Chart.yaml +++ b/charts/stable/fileflows/Chart.yaml @@ -6,7 +6,7 @@ dependencies: version: 10.2.1 description: An application that lets you automatically process files through a simple rule flow. home: https://github.com/truecharts/apps/tree/master/charts/stable/fileflows -icon: https://truecharts.org/_static/img/appicons/fileflows.png +icon: https://truecharts.org/img/appicons/fileflows.png keywords: - fileflows kubeVersion: '>=1.16.0-0' diff --git a/charts/stable/fileflows/icon.png b/charts/stable/fileflows/icon.png new file mode 100644 index 00000000000..4efea812c57 Binary files /dev/null and b/charts/stable/fileflows/icon.png differ diff --git a/charts/stable/filezilla/Chart.yaml b/charts/stable/filezilla/Chart.yaml index 9d01ecaf58f..d676ec5e08b 100644 --- a/charts/stable/filezilla/Chart.yaml +++ b/charts/stable/filezilla/Chart.yaml @@ -6,7 +6,7 @@ dependencies: version: 10.2.1 description: A Helm chart for Kubernetes home: https://github.com/truecharts/apps/tree/master/charts/stable/filezilla -icon: https://truecharts.org/_static/img/appicons/filezilla.png +icon: https://truecharts.org/img/appicons/filezilla.png keywords: - filezilla - ftp diff --git a/charts/stable/filezilla/icon.png b/charts/stable/filezilla/icon.png new file mode 100644 index 00000000000..3b5f83ba233 Binary files /dev/null and b/charts/stable/filezilla/icon.png differ diff --git a/charts/stable/fireflyiii/Chart.yaml b/charts/stable/fireflyiii/Chart.yaml index 6d5763ec01c..2d31889d94c 100644 --- a/charts/stable/fireflyiii/Chart.yaml +++ b/charts/stable/fireflyiii/Chart.yaml @@ -15,7 +15,7 @@ dependencies: deprecated: false description: A free and open source personal finance manager home: https://github.com/truecharts/apps/tree/master/charts/stable/fireflyiii -icon: https://truecharts.org/_static/img/appicons/fireflyiii.png +icon: https://truecharts.org/img/appicons/fireflyiii.png keywords: - fireflyiii - finacial diff --git a/charts/stable/fireflyiii/docs/installation_notes.md b/charts/stable/fireflyiii/docs/installation_notes.md new file mode 100644 index 00000000000..e88e4d60daa --- /dev/null +++ b/charts/stable/fireflyiii/docs/installation_notes.md @@ -0,0 +1,4 @@ +# Important Notes +The FireFlyiii developers have decided to split their program into multiple different add-on containers, implementing these ourselves into the App is EXTREMELY time-consuming. While we would appreciate people with experience building Helm Charts and adding the feature containers, we have decided to flag them "out of scope" for True Charts. + +If you really want to use them, you can use custom-app or big-blue-button. However, we do not actively support such a setup. diff --git a/charts/stable/fireflyiii/docs/validation.md b/charts/stable/fireflyiii/docs/validation.md new file mode 100644 index 00000000000..7ee510e30da --- /dev/null +++ b/charts/stable/fireflyiii/docs/validation.md @@ -0,0 +1,13 @@ +# Input Validation + +__`APP_KEY`__ +Accepted formats are: + +- Letters, Numbers, Symbols, Exactly 32 characters (eg. `!oqVA9o2@br#$6vAyk8LLrDm54X5EtjD`) - It accepts `a-z`, `A-Z`, `0-9` and `!@#$%^&*?` + +You can try live [here](https://regex101.com/r/OR879w/1) +Regex used to match this: `[a-zA-Z0-9!@#$%^&*?]{32}` + +--- + +_If you find a field that you think it needs validation, please open an issue on github_ diff --git a/charts/stable/fireflyiii/icon.png b/charts/stable/fireflyiii/icon.png new file mode 100644 index 00000000000..5f831ea8890 Binary files /dev/null and b/charts/stable/fireflyiii/icon.png differ diff --git a/charts/stable/firefox-syncserver/Chart.yaml b/charts/stable/firefox-syncserver/Chart.yaml index d287c4be4cb..bc0f2cbd298 100644 --- a/charts/stable/firefox-syncserver/Chart.yaml +++ b/charts/stable/firefox-syncserver/Chart.yaml @@ -6,7 +6,7 @@ name: firefox-syncserver description: This is an all-in-one package for running a self-hosted Firefox Sync server. type: application home: https://github.com/truecharts/apps/tree/master/charts/stable/firefox-syncserver -icon: https://truecharts.org/_static/img/appicons/firefox-syncserver.png +icon: https://truecharts.org/img/appicons/firefox-syncserver.png keywords: - server - sync diff --git a/charts/stable/firefox-syncserver/icon.png b/charts/stable/firefox-syncserver/icon.png new file mode 100644 index 00000000000..1d32d0e647a Binary files /dev/null and b/charts/stable/firefox-syncserver/icon.png differ diff --git a/charts/stable/firefox/Chart.yaml b/charts/stable/firefox/Chart.yaml index 62fbbe08a8a..57ed5c658c0 100644 --- a/charts/stable/firefox/Chart.yaml +++ b/charts/stable/firefox/Chart.yaml @@ -7,7 +7,7 @@ description: Firefox Browser, also known as Mozilla Firefox or simply Firefox, type: application deprecated: false home: https://github.com/truecharts/apps/tree/master/charts/stable/firefox -icon: https://truecharts.org/_static/img/appicons/firefox.png +icon: https://truecharts.org/img/appicons/firefox.png keywords: - firefox sources: diff --git a/charts/stable/firefox/icon.png b/charts/stable/firefox/icon.png new file mode 100644 index 00000000000..c5a9f04374a Binary files /dev/null and b/charts/stable/firefox/icon.png differ diff --git a/charts/stable/flaresolverr/Chart.yaml b/charts/stable/flaresolverr/Chart.yaml index 236d1bd9873..50a84f6c16d 100644 --- a/charts/stable/flaresolverr/Chart.yaml +++ b/charts/stable/flaresolverr/Chart.yaml @@ -6,7 +6,7 @@ dependencies: version: 10.2.1 description: FlareSolverr is a proxy server to bypass Cloudflare protection home: https://github.com/truecharts/apps/tree/master/charts/stable/flaresolverr -icon: https://truecharts.org/_static/img/appicons/flaresolverr.png +icon: https://truecharts.org/img/appicons/flaresolverr.png keywords: - flaresolverr - jackett diff --git a/charts/stable/flaresolverr/icon.png b/charts/stable/flaresolverr/icon.png new file mode 100644 index 00000000000..a864bfad033 Binary files /dev/null and b/charts/stable/flaresolverr/icon.png differ diff --git a/charts/stable/fleet/Chart.yaml b/charts/stable/fleet/Chart.yaml index 37c3b26d2c8..d81a7c47438 100644 --- a/charts/stable/fleet/Chart.yaml +++ b/charts/stable/fleet/Chart.yaml @@ -7,7 +7,7 @@ description: Fleet provides an online web interface which displays a set of main type: application deprecated: false home: https://github.com/truecharts/apps/tree/master/charts/stable/fleet -icon: https://truecharts.org/_static/img/appicons/fleet.png +icon: https://truecharts.org/img/appicons/fleet.png keywords: - fleet sources: diff --git a/charts/stable/fleet/icon.png b/charts/stable/fleet/icon.png new file mode 100644 index 00000000000..e7f2f6492fb Binary files /dev/null and b/charts/stable/fleet/icon.png differ diff --git a/charts/stable/flexget/Chart.yaml b/charts/stable/flexget/Chart.yaml index d7caaabef1f..f57f9abb891 100644 --- a/charts/stable/flexget/Chart.yaml +++ b/charts/stable/flexget/Chart.yaml @@ -7,7 +7,7 @@ dependencies: deprecated: false description: FlexGet is a multipurpose automation tool for all of your media home: https://github.com/truecharts/apps/tree/master/charts/stable/flexget -icon: https://truecharts.org/_static/img/appicons/flexget.png +icon: https://truecharts.org/img/appicons/flexget.png keywords: - flexget - automation diff --git a/charts/stable/flexget/icon.png b/charts/stable/flexget/icon.png new file mode 100644 index 00000000000..5f94f1435ff Binary files /dev/null and b/charts/stable/flexget/icon.png differ diff --git a/charts/stable/flood/Chart.yaml b/charts/stable/flood/Chart.yaml index 8ca71c4631b..35e3baab588 100644 --- a/charts/stable/flood/Chart.yaml +++ b/charts/stable/flood/Chart.yaml @@ -6,7 +6,7 @@ dependencies: version: 10.2.1 description: Flood is a monitoring service for various torrent clients home: https://github.com/truecharts/apps/tree/master/charts/stable/flood -icon: https://truecharts.org/_static/img/appicons/flood.png +icon: https://truecharts.org/img/appicons/flood.png keywords: - flood - rtorrent diff --git a/charts/stable/flood/icon.png b/charts/stable/flood/icon.png new file mode 100644 index 00000000000..39c25d76a76 Binary files /dev/null and b/charts/stable/flood/icon.png differ diff --git a/charts/stable/fluidd/Chart.yaml b/charts/stable/fluidd/Chart.yaml index 290685f6579..0d89a31afdf 100644 --- a/charts/stable/fluidd/Chart.yaml +++ b/charts/stable/fluidd/Chart.yaml @@ -6,7 +6,7 @@ dependencies: version: 10.2.1 description: Fluidd is a free and open-source Klipper web interface for managing your 3d printer. home: https://github.com/truecharts/apps/tree/master/charts/stable/fluidd -icon: https://truecharts.org/_static/img/appicons/fluidd.png +icon: https://truecharts.org/img/appicons/fluidd.png keywords: - fluidd kubeVersion: '>=1.16.0-0' diff --git a/charts/stable/fluidd/icon.png b/charts/stable/fluidd/icon.png new file mode 100644 index 00000000000..313ade21917 Binary files /dev/null and b/charts/stable/fluidd/icon.png differ diff --git a/charts/stable/focalboard/Chart.yaml b/charts/stable/focalboard/Chart.yaml index 6b8031f81d3..7695ea2d382 100644 --- a/charts/stable/focalboard/Chart.yaml +++ b/charts/stable/focalboard/Chart.yaml @@ -11,7 +11,7 @@ dependencies: description: Focalboard is an open source, self-hosted alternative to Trello, Notion, and Asana. home: https://github.com/truecharts/apps/tree/master/charts/stable/focalboard -icon: https://truecharts.org/_static/img/appicons/focalboard.png +icon: https://truecharts.org/img/appicons/focalboard.png keywords: - focalboard - kanban diff --git a/charts/stable/focalboard/icon.png b/charts/stable/focalboard/icon.png new file mode 100644 index 00000000000..a1f1425b1e9 Binary files /dev/null and b/charts/stable/focalboard/icon.png differ diff --git a/charts/stable/foldingathome/Chart.yaml b/charts/stable/foldingathome/Chart.yaml index 5e1f87e36e4..143e6ee5bbb 100644 --- a/charts/stable/foldingathome/Chart.yaml +++ b/charts/stable/foldingathome/Chart.yaml @@ -7,7 +7,7 @@ description: Folding@home is a distributed computing project for simulating prot type: application deprecated: false home: https://github.com/truecharts/apps/tree/master/charts/stable/foldingathome -icon: https://truecharts.org/_static/img/appicons/foldingathome.png +icon: https://truecharts.org/img/appicons/foldingathome.png keywords: - foldingathome sources: diff --git a/charts/stable/foldingathome/icon.png b/charts/stable/foldingathome/icon.png new file mode 100644 index 00000000000..0569481e830 Binary files /dev/null and b/charts/stable/foldingathome/icon.png differ diff --git a/charts/stable/fossil/Chart.yaml b/charts/stable/fossil/Chart.yaml index 2f3148cb87a..3881dad8ff5 100644 --- a/charts/stable/fossil/Chart.yaml +++ b/charts/stable/fossil/Chart.yaml @@ -7,7 +7,7 @@ dependencies: description: A simple, high-reliability, distributed software configuration management system home: https://github.com/truecharts/apps/tree/master/charts/stable/fossil -icon: https://truecharts.org/_static/img/appicons/fossil.png +icon: https://truecharts.org/img/appicons/fossil.png keywords: - fossil - scm diff --git a/charts/stable/fossil/icon.png b/charts/stable/fossil/icon.png new file mode 100644 index 00000000000..faaf3a1da62 Binary files /dev/null and b/charts/stable/fossil/icon.png differ diff --git a/charts/stable/freeradius/Chart.yaml b/charts/stable/freeradius/Chart.yaml index 9676a05c1e8..4521fff824d 100644 --- a/charts/stable/freeradius/Chart.yaml +++ b/charts/stable/freeradius/Chart.yaml @@ -7,7 +7,7 @@ dependencies: deprecated: false description: OpenSource Radius implementation home: https://github.com/truecharts/apps/tree/master/charts/stable/freeradius -icon: https://truecharts.org/_static/img/appicons/freeradius.png +icon: https://truecharts.org/img/appicons/freeradius.png keywords: - radius - auth diff --git a/charts/stable/freeradius/icon.png b/charts/stable/freeradius/icon.png new file mode 100644 index 00000000000..ae6676feb2d Binary files /dev/null and b/charts/stable/freeradius/icon.png differ diff --git a/charts/stable/freshrss/Chart.yaml b/charts/stable/freshrss/Chart.yaml index b68321bc25c..8a291a7cd6d 100644 --- a/charts/stable/freshrss/Chart.yaml +++ b/charts/stable/freshrss/Chart.yaml @@ -7,7 +7,7 @@ dependencies: deprecated: false description: FreshRSS is a self-hosted RSS feed aggregator home: https://github.com/truecharts/apps/tree/master/charts/stable/freshrss -icon: https://truecharts.org/_static/img/appicons/freshrss.png +icon: https://truecharts.org/img/appicons/freshrss.png keywords: - freshrss - rss diff --git a/charts/stable/freshrss/icon.png b/charts/stable/freshrss/icon.png new file mode 100644 index 00000000000..8e574a28609 Binary files /dev/null and b/charts/stable/freshrss/icon.png differ diff --git a/charts/stable/friendica/Chart.yaml b/charts/stable/friendica/Chart.yaml index fdf2908c06b..c415d4f9d0c 100644 --- a/charts/stable/friendica/Chart.yaml +++ b/charts/stable/friendica/Chart.yaml @@ -14,7 +14,7 @@ dependencies: version: 3.0.24 description: "Welcome to the free social web" home: https://github.com/truecharts/apps/tree/master/charts/stable/friendica -icon: https://truecharts.org/_static/img/appicons/friendica.png +icon: https://truecharts.org/img/appicons/friendica.png keywords: - friend - social diff --git a/charts/stable/friendica/icon.png b/charts/stable/friendica/icon.png new file mode 100644 index 00000000000..da242126347 Binary files /dev/null and b/charts/stable/friendica/icon.png differ diff --git a/charts/stable/gaps/Chart.yaml b/charts/stable/gaps/Chart.yaml index f71fd05f331..304387c0cc7 100644 --- a/charts/stable/gaps/Chart.yaml +++ b/charts/stable/gaps/Chart.yaml @@ -8,7 +8,7 @@ deprecated: false description: Gaps searches through your Plex Server or local folders for all movies, then queries for known movies in the same collection. home: https://github.com/truecharts/apps/tree/master/charts/stable/gaps -icon: https://truecharts.org/_static/img/appicons/gaps.png +icon: https://truecharts.org/img/appicons/gaps.png keywords: - gaps - plex diff --git a/charts/stable/gaps/icon.png b/charts/stable/gaps/icon.png new file mode 100644 index 00000000000..80ba040d99c Binary files /dev/null and b/charts/stable/gaps/icon.png differ diff --git a/charts/stable/gitea/Chart.yaml b/charts/stable/gitea/Chart.yaml index c3117cf73e8..e25f0c1c7d3 100644 --- a/charts/stable/gitea/Chart.yaml +++ b/charts/stable/gitea/Chart.yaml @@ -15,7 +15,7 @@ dependencies: deprecated: false description: Self hosted GIT repositories home: https://github.com/truecharts/apps/tree/master/charts/stable/gitea -icon: https://truecharts.org/_static/img/appicons/gitea.png +icon: https://truecharts.org/img/appicons/gitea.png keywords: - git - issue tracker diff --git a/charts/stable/gitea/icon.png b/charts/stable/gitea/icon.png new file mode 100644 index 00000000000..228f306a83b Binary files /dev/null and b/charts/stable/gitea/icon.png differ diff --git a/charts/stable/golinks/Chart.yaml b/charts/stable/golinks/Chart.yaml index 66f8c53bb34..9aaccc78d2c 100644 --- a/charts/stable/golinks/Chart.yaml +++ b/charts/stable/golinks/Chart.yaml @@ -7,7 +7,7 @@ dependencies: description: A web app that allows you to create smart bookmarks, commands and aliases by pointing your web browser's default search engine at a running instance. home: https://github.com/truecharts/apps/tree/master/charts/stable/golinks -icon: https://truecharts.org/_static/img/appicons/golinks.png +icon: https://truecharts.org/img/appicons/golinks.png keywords: - search - browser diff --git a/charts/stable/golinks/icon.png b/charts/stable/golinks/icon.png new file mode 100644 index 00000000000..e638e4ab043 Binary files /dev/null and b/charts/stable/golinks/icon.png differ diff --git a/charts/stable/gonic/Chart.yaml b/charts/stable/gonic/Chart.yaml index 4e049c89461..8cb26a42c1b 100644 --- a/charts/stable/gonic/Chart.yaml +++ b/charts/stable/gonic/Chart.yaml @@ -6,7 +6,7 @@ dependencies: version: 10.2.1 description: Music streaming server / subsonic server API implementation home: https://github.com/truecharts/apps/tree/master/charts/stable/gonic -icon: https://truecharts.org/_static/img/appicons/gonic.png +icon: https://truecharts.org/img/appicons/gonic.png keywords: - music - subsonic diff --git a/charts/stable/gonic/icon.png b/charts/stable/gonic/icon.png new file mode 100644 index 00000000000..f11046bd926 Binary files /dev/null and b/charts/stable/gonic/icon.png differ diff --git a/charts/stable/gotify/Chart.yaml b/charts/stable/gotify/Chart.yaml index 14bd62b11c5..71a23548e28 100644 --- a/charts/stable/gotify/Chart.yaml +++ b/charts/stable/gotify/Chart.yaml @@ -10,7 +10,7 @@ keywords: - server - gotify - messages -icon: https://truecharts.org/_static/img/appicons/gotify.png +icon: https://truecharts.org/img/appicons/gotify.png sources: - https://gotify.net/ - https://github.com/gotify/server diff --git a/charts/stable/gotify/icon.png b/charts/stable/gotify/icon.png new file mode 100644 index 00000000000..5332314e70a Binary files /dev/null and b/charts/stable/gotify/icon.png differ diff --git a/charts/stable/grafana/Chart.yaml b/charts/stable/grafana/Chart.yaml index 13c9afcab18..e9df49e3493 100644 --- a/charts/stable/grafana/Chart.yaml +++ b/charts/stable/grafana/Chart.yaml @@ -7,7 +7,7 @@ dependencies: deprecated: false description: Grafana is an open source, feature rich metrics dashboard and graph editor for Graphite, Elasticsearch, OpenTSDB, Prometheus and InfluxDB. home: https://github.com/truecharts/apps/tree/master/charts/stable/grafana -icon: https://truecharts.org/_static/img/appicons/grafana.png +icon: https://truecharts.org/img/appicons/grafana.png keywords: - analytics - monitoring diff --git a/charts/stable/grafana/icon.png b/charts/stable/grafana/icon.png new file mode 100644 index 00000000000..d4807b6cf50 Binary files /dev/null and b/charts/stable/grafana/icon.png differ diff --git a/charts/stable/grav/Chart.yaml b/charts/stable/grav/Chart.yaml index ab455ff5d11..5565e9c35cd 100644 --- a/charts/stable/grav/Chart.yaml +++ b/charts/stable/grav/Chart.yaml @@ -6,7 +6,7 @@ dependencies: version: 10.2.1 description: A Fast, Simple, and Flexible, file-based Web-platform. home: https://github.com/truecharts/apps/tree/master/charts/stable/grav -icon: https://truecharts.org/_static/img/appicons/grav.png +icon: https://truecharts.org/img/appicons/grav.png keywords: - grav - web diff --git a/charts/stable/grav/icon.png b/charts/stable/grav/icon.png new file mode 100644 index 00000000000..ceb9016e833 Binary files /dev/null and b/charts/stable/grav/icon.png differ diff --git a/charts/stable/grist/Chart.yaml b/charts/stable/grist/Chart.yaml index db88cf125ab..b4940903736 100644 --- a/charts/stable/grist/Chart.yaml +++ b/charts/stable/grist/Chart.yaml @@ -10,7 +10,7 @@ dependencies: version: 3.0.24 description: Grist is a modern relational spreadsheet. It combine the flexibility of a spreadsheet with the robustness of a database to organize your data. home: https://github.com/truecharts/apps/tree/master/charts/stable/grist -icon: https://truecharts.org/_static/img/appicons/grist.png +icon: https://truecharts.org/img/appicons/grist.png keywords: - grist - spreadsheet diff --git a/charts/stable/grist/icon.png b/charts/stable/grist/icon.png new file mode 100644 index 00000000000..db33b9d1546 Binary files /dev/null and b/charts/stable/grist/icon.png differ diff --git a/charts/stable/grocy/Chart.yaml b/charts/stable/grocy/Chart.yaml index 359327c359e..7cd4b195f74 100644 --- a/charts/stable/grocy/Chart.yaml +++ b/charts/stable/grocy/Chart.yaml @@ -8,7 +8,7 @@ deprecated: false description: ERP beyond your fridge - grocy is a web-based self-hosted groceries & household management solution for your home home: https://github.com/truecharts/apps/tree/master/charts/stable/grocy -icon: https://truecharts.org/_static/img/appicons/grocy.png +icon: https://truecharts.org/img/appicons/grocy.png keywords: - grocy kubeVersion: '>=1.16.0-0' diff --git a/charts/stable/grocy/icon.png b/charts/stable/grocy/icon.png new file mode 100644 index 00000000000..b3b0b517221 Binary files /dev/null and b/charts/stable/grocy/icon.png differ diff --git a/charts/stable/guacamole-client/Chart.yaml b/charts/stable/guacamole-client/Chart.yaml index 7b5c23dce85..523eb94b340 100644 --- a/charts/stable/guacamole-client/Chart.yaml +++ b/charts/stable/guacamole-client/Chart.yaml @@ -10,7 +10,7 @@ dependencies: version: 8.0.24 description: Apache Guacamole is a clientless remote desktop gateway. home: https://github.com/truecharts/apps/tree/master/charts/stable/guacamole-client -icon: https://truecharts.org/_static/img/appicons/guacamole-client.png +icon: https://truecharts.org/img/appicons/guacamole-client.png keywords: - guacamole - remote diff --git a/charts/stable/guacamole-client/icon.png b/charts/stable/guacamole-client/icon.png new file mode 100644 index 00000000000..da34f01e5c7 Binary files /dev/null and b/charts/stable/guacamole-client/icon.png differ diff --git a/charts/stable/guacd/Chart.yaml b/charts/stable/guacd/Chart.yaml index c0f895cc340..f9959ba3624 100644 --- a/charts/stable/guacd/Chart.yaml +++ b/charts/stable/guacd/Chart.yaml @@ -7,7 +7,7 @@ description: Guacd - Apache Guacamole is a clientless remote desktop gateway. type: application deprecated: false home: https://github.com/truecharts/apps/tree/master/charts/stable/guacd -icon: https://truecharts.org/_static/img/appicons/guacd.png +icon: https://truecharts.org/img/appicons/guacd.png keywords: - guacd - guacamole diff --git a/charts/stable/guacd/icon.png b/charts/stable/guacd/icon.png new file mode 100644 index 00000000000..23fa0ffcb3c Binary files /dev/null and b/charts/stable/guacd/icon.png differ diff --git a/charts/stable/habridge/Chart.yaml b/charts/stable/habridge/Chart.yaml index f5375fad2a9..374cb7fa017 100644 --- a/charts/stable/habridge/Chart.yaml +++ b/charts/stable/habridge/Chart.yaml @@ -7,7 +7,7 @@ description: Habridge emulates Philips Hue API to other home automation gateways type: application deprecated: false home: https://github.com/truecharts/apps/tree/master/charts/stable/habridge -icon: https://truecharts.org/_static/img/appicons/habridge.png +icon: https://truecharts.org/img/appicons/habridge.png keywords: - habridge sources: diff --git a/charts/stable/habridge/icon.png b/charts/stable/habridge/icon.png new file mode 100644 index 00000000000..32e8f3ee551 Binary files /dev/null and b/charts/stable/habridge/icon.png differ diff --git a/charts/stable/hammond/Chart.yaml b/charts/stable/hammond/Chart.yaml index 42ecab39a87..5ffaa2fb2cd 100644 --- a/charts/stable/hammond/Chart.yaml +++ b/charts/stable/hammond/Chart.yaml @@ -6,7 +6,7 @@ dependencies: version: 10.2.1 description: A self-hosted vehicle expense tracking system with support for multiple users. home: https://github.com/truecharts/apps/tree/master/charts/stable/hammond -icon: https://truecharts.org/_static/img/appicons/hammond.png +icon: https://truecharts.org/img/appicons/hammond.png keywords: - hammond kubeVersion: '>=1.16.0-0' diff --git a/charts/stable/hammond/icon.png b/charts/stable/hammond/icon.png new file mode 100644 index 00000000000..83120a1a02f Binary files /dev/null and b/charts/stable/hammond/icon.png differ diff --git a/charts/stable/handbrake/Chart.yaml b/charts/stable/handbrake/Chart.yaml index 3d8f81b31d4..090b90f3c58 100644 --- a/charts/stable/handbrake/Chart.yaml +++ b/charts/stable/handbrake/Chart.yaml @@ -8,7 +8,7 @@ deprecated: false description: HandBrake is a tool for converting video from nearly any format to a selection of modern, widely supported codecs. home: https://github.com/truecharts/apps/tree/master/charts/stable/handbrake -icon: https://truecharts.org/_static/img/appicons/handbrake.png +icon: https://truecharts.org/img/appicons/handbrake.png keywords: - handbrake - encode diff --git a/charts/stable/handbrake/docs/installation_notes.md b/charts/stable/handbrake/docs/installation_notes.md new file mode 100644 index 00000000000..0afc9505bfe --- /dev/null +++ b/charts/stable/handbrake/docs/installation_notes.md @@ -0,0 +1,8 @@ +# Installation Notes + +- If you enable `Ingress` for this app, you need to have `SECURE_CONNECTION` set to `false` and `Port Type` set to `HTTP`, otherwise you may run into errors for `Too many redirects`. +- `VNC` can't be `Ingressed`. if you want to use `VNC`, you must set this service to `Simple` instead of `clusterIP`. +- `VNC` with `SECURE_CONNECTION` set `true`, only works with very few clients. One of them is `SSVNC`. +- `SECURE_CONNECTION` affects both `WebUI` and `VNC`. + +- If you are passing through devices such as `Optical Drives`, you have to Click `Container Security Settings` and set `PUID` to `0`. diff --git a/charts/stable/handbrake/icon.png b/charts/stable/handbrake/icon.png new file mode 100644 index 00000000000..448c90a1fd3 Binary files /dev/null and b/charts/stable/handbrake/icon.png differ diff --git a/charts/stable/haste-server/Chart.yaml b/charts/stable/haste-server/Chart.yaml index 96813c871cd..4408d8fdd4b 100644 --- a/charts/stable/haste-server/Chart.yaml +++ b/charts/stable/haste-server/Chart.yaml @@ -6,7 +6,7 @@ dependencies: version: 10.2.1 description: Simple text sharing home: https://github.com/truecharts/apps/tree/master/charts/stable/haste-server -icon: https://truecharts.org/_static/img/appicons/haste-server.png +icon: https://truecharts.org/img/appicons/haste-server.png keywords: - haste - hastebin diff --git a/charts/stable/haste-server/icon.png b/charts/stable/haste-server/icon.png new file mode 100644 index 00000000000..9abdfe6f5d3 Binary files /dev/null and b/charts/stable/haste-server/icon.png differ diff --git a/charts/stable/headphones/Chart.yaml b/charts/stable/headphones/Chart.yaml index d6ef2e4b37f..d7b015ab860 100644 --- a/charts/stable/headphones/Chart.yaml +++ b/charts/stable/headphones/Chart.yaml @@ -7,7 +7,7 @@ dependencies: description: "An automated music downloader for NZB and Torrent, written in Python.\ \ It supports SABnzbd, NZBget, Transmission, \xB5Torrent and Blackhole." home: https://github.com/truecharts/apps/tree/master/charts/stable/headphones -icon: https://truecharts.org/_static/img/appicons/headphones.png +icon: https://truecharts.org/img/appicons/headphones.png keywords: - headphones - music diff --git a/charts/stable/headphones/icon.png b/charts/stable/headphones/icon.png new file mode 100644 index 00000000000..598f984928d Binary files /dev/null and b/charts/stable/headphones/icon.png differ diff --git a/charts/stable/healthchecks/Chart.yaml b/charts/stable/healthchecks/Chart.yaml index cffa8357de4..2dae82e34b4 100644 --- a/charts/stable/healthchecks/Chart.yaml +++ b/charts/stable/healthchecks/Chart.yaml @@ -8,7 +8,7 @@ description: Healthchecks is a cron job monitoring service. It listens for HTTP and email messages ("pings") from your cron jobs and scheduled tasks ("checks"). When a ping does not arrive on time, Healthchecks sends out alerts. home: https://github.com/truecharts/apps/tree/master/charts/stable/healthchecks -icon: https://truecharts.org/_static/img/appicons/healthchecks.png +icon: https://truecharts.org/img/appicons/healthchecks.png keywords: - cron - monitoring diff --git a/charts/stable/healthchecks/icon.png b/charts/stable/healthchecks/icon.png new file mode 100644 index 00000000000..9aef5ecc6aa Binary files /dev/null and b/charts/stable/healthchecks/icon.png differ diff --git a/charts/stable/hedgedoc/Chart.yaml b/charts/stable/hedgedoc/Chart.yaml index 40a9b134920..eb474a3f4d1 100644 --- a/charts/stable/hedgedoc/Chart.yaml +++ b/charts/stable/hedgedoc/Chart.yaml @@ -7,7 +7,7 @@ description: HedgeDoc lets you create real-time collaborative markdown notes. type: application deprecated: false home: https://github.com/truecharts/apps/tree/master/charts/stable/hedgedoc -icon: https://truecharts.org/_static/img/appicons/hedgedoc.png +icon: https://truecharts.org/img/appicons/hedgedoc.png keywords: - hedgedoc sources: diff --git a/charts/stable/hedgedoc/icon.png b/charts/stable/hedgedoc/icon.png new file mode 100644 index 00000000000..5104aa3e382 Binary files /dev/null and b/charts/stable/hedgedoc/icon.png differ diff --git a/charts/stable/heimdall/Chart.yaml b/charts/stable/heimdall/Chart.yaml index d1ee78d18ac..1ff533be92d 100644 --- a/charts/stable/heimdall/Chart.yaml +++ b/charts/stable/heimdall/Chart.yaml @@ -7,7 +7,7 @@ dependencies: deprecated: false description: An Application dashboard and launcher home: https://github.com/truecharts/apps/tree/master/charts/stable/heimdall -icon: https://truecharts.org/_static/img/appicons/heimdall.png +icon: https://truecharts.org/img/appicons/heimdall.png keywords: - heimdall kubeVersion: '>=1.16.0-0' diff --git a/charts/stable/heimdall/icon.png b/charts/stable/heimdall/icon.png new file mode 100644 index 00000000000..4420538688a Binary files /dev/null and b/charts/stable/heimdall/icon.png differ diff --git a/charts/stable/homarr/Chart.yaml b/charts/stable/homarr/Chart.yaml index ebba7a64db5..9cf29a39a60 100644 --- a/charts/stable/homarr/Chart.yaml +++ b/charts/stable/homarr/Chart.yaml @@ -6,7 +6,7 @@ dependencies: version: 10.2.1 description: Homarr is a simple and lightweight homepage for your server, that helps you easily access all of your services in one place. home: https://github.com/truecharts/apps/tree/master/charts/stable/homarr -icon: https://truecharts.org/_static/img/appicons/homarr.png +icon: https://truecharts.org/img/appicons/homarr.png keywords: - dashboard kubeVersion: '>=1.16.0-0' diff --git a/charts/stable/homarr/icon.png b/charts/stable/homarr/icon.png new file mode 100644 index 00000000000..fc840a623e8 Binary files /dev/null and b/charts/stable/homarr/icon.png differ diff --git a/charts/stable/home-assistant/Chart.yaml b/charts/stable/home-assistant/Chart.yaml index 718c113671c..a273458e95c 100644 --- a/charts/stable/home-assistant/Chart.yaml +++ b/charts/stable/home-assistant/Chart.yaml @@ -11,7 +11,7 @@ dependencies: deprecated: false description: home-assistant App for TrueNAS SCALE home: https://github.com/truecharts/apps/tree/master/charts/stable/home-assistant -icon: https://truecharts.org/_static/img/appicons/home-assistant.png +icon: https://truecharts.org/img/appicons/home-assistant.png keywords: - home-assistant - hass diff --git a/charts/stable/home-assistant/icon.png b/charts/stable/home-assistant/icon.png new file mode 100644 index 00000000000..36e2dbd0554 Binary files /dev/null and b/charts/stable/home-assistant/icon.png differ diff --git a/charts/stable/homer/Chart.yaml b/charts/stable/homer/Chart.yaml index 702ba2ad761..475b8416bf9 100644 --- a/charts/stable/homer/Chart.yaml +++ b/charts/stable/homer/Chart.yaml @@ -6,7 +6,7 @@ dependencies: version: 10.2.1 description: A dead simple static homepage for your server to keep your services on hand. home: https://github.com/truecharts/apps/tree/master/charts/stable/homer -icon: https://truecharts.org/_static/img/appicons/homer.png +icon: https://truecharts.org/img/appicons/homer.png keywords: - homer - dashboard diff --git a/charts/stable/homer/icon.png b/charts/stable/homer/icon.png new file mode 100644 index 00000000000..e088a4aa308 Binary files /dev/null and b/charts/stable/homer/icon.png differ diff --git a/charts/stable/htpcmanager/Chart.yaml b/charts/stable/htpcmanager/Chart.yaml index e407e996cfd..e3c355eb831 100644 --- a/charts/stable/htpcmanager/Chart.yaml +++ b/charts/stable/htpcmanager/Chart.yaml @@ -7,7 +7,7 @@ description: Htpcmanager is a front end for many htpc related applications. type: application deprecated: false home: https://github.com/truecharts/apps/tree/master/charts/stable/htpcmanager -icon: https://truecharts.org/_static/img/appicons/htpcmanager.png +icon: https://truecharts.org/img/appicons/htpcmanager.png keywords: - htpcmanager sources: diff --git a/charts/stable/htpcmanager/icon.png b/charts/stable/htpcmanager/icon.png new file mode 100644 index 00000000000..4903673f714 Binary files /dev/null and b/charts/stable/htpcmanager/icon.png differ diff --git a/charts/stable/hyperion-ng/Chart.yaml b/charts/stable/hyperion-ng/Chart.yaml index a02472cdf87..1f2b25efe10 100644 --- a/charts/stable/hyperion-ng/Chart.yaml +++ b/charts/stable/hyperion-ng/Chart.yaml @@ -6,7 +6,7 @@ dependencies: version: 10.2.1 description: Hyperion is an opensource Bias or Ambient Lighting implementation home: https://github.com/truecharts/apps/tree/master/charts/stable/hyperion-ng -icon: https://truecharts.org/_static/img/appicons/hyperion-ng.png +icon: https://truecharts.org/img/appicons/hyperion-ng.png keywords: - hyperion-ng - hyperion diff --git a/charts/stable/hyperion-ng/icon.png b/charts/stable/hyperion-ng/icon.png new file mode 100644 index 00000000000..eff1abc0293 Binary files /dev/null and b/charts/stable/hyperion-ng/icon.png differ diff --git a/charts/stable/icantbelieveitsnotvaletudo/Chart.yaml b/charts/stable/icantbelieveitsnotvaletudo/Chart.yaml index 1769b95b59f..7c2b2d2d279 100644 --- a/charts/stable/icantbelieveitsnotvaletudo/Chart.yaml +++ b/charts/stable/icantbelieveitsnotvaletudo/Chart.yaml @@ -6,7 +6,7 @@ dependencies: version: 10.2.1 description: Create live map data from Valetudo powered robots home: https://github.com/truecharts/apps/tree/master/charts/stable/icantbelieveitsnotvaletudo -icon: https://truecharts.org/_static/img/appicons/icantbelieveitsnotvaletudo.png +icon: https://truecharts.org/img/appicons/icantbelieveitsnotvaletudo.png keywords: - icantbelieveitsnotvaletudo - MQTT diff --git a/charts/stable/icantbelieveitsnotvaletudo/icon.png b/charts/stable/icantbelieveitsnotvaletudo/icon.png new file mode 100644 index 00000000000..5bd5b089e54 Binary files /dev/null and b/charts/stable/icantbelieveitsnotvaletudo/icon.png differ diff --git a/charts/stable/icinga2/Chart.yaml b/charts/stable/icinga2/Chart.yaml index 1be48895762..4500158b438 100644 --- a/charts/stable/icinga2/Chart.yaml +++ b/charts/stable/icinga2/Chart.yaml @@ -10,7 +10,7 @@ dependencies: version: 3.0.23 description: "A monitoring system which checks the availability of your network resources, notifies users of outages, and generates performance data for reporting." home: https://github.com/truecharts/apps/tree/master/charts/stable/icinga2 -icon: https://truecharts.org/_static/img/appicons/icinga2.png +icon: https://truecharts.org/img/appicons/icinga2.png keywords: - icinga2 - monitoring diff --git a/charts/stable/icinga2/icon.png b/charts/stable/icinga2/icon.png new file mode 100644 index 00000000000..aff5bc60927 Binary files /dev/null and b/charts/stable/icinga2/icon.png differ diff --git a/charts/stable/impostor-server/Chart.yaml b/charts/stable/impostor-server/Chart.yaml index 9eff0da0e42..6b5b268ec33 100644 --- a/charts/stable/impostor-server/Chart.yaml +++ b/charts/stable/impostor-server/Chart.yaml @@ -7,7 +7,7 @@ dependencies: deprecated: false description: A private Among Us server home: https://github.com/truecharts/apps/tree/master/charts/games/impostor-server -icon: https://truecharts.org/_static/img/appicons/impostor-server.png +icon: https://truecharts.org/img/appicons/impostor-server.png keywords: - impostor-server kubeVersion: '>=1.16.0-0' diff --git a/charts/stable/impostor-server/icon.png b/charts/stable/impostor-server/icon.png new file mode 100644 index 00000000000..173f648af90 Binary files /dev/null and b/charts/stable/impostor-server/icon.png differ diff --git a/charts/stable/inventree/Chart.yaml b/charts/stable/inventree/Chart.yaml index e955554e3fb..78a67e30d34 100644 --- a/charts/stable/inventree/Chart.yaml +++ b/charts/stable/inventree/Chart.yaml @@ -10,7 +10,7 @@ dependencies: version: 8.0.24 description: InvenTree is an open-source Inventory Management System which provides powerful low-level stock control and part tracking. home: https://github.com/truecharts/apps/tree/master/charts/incubator/inventree -icon: https://truecharts.org/_static/img/appicons/inventree.png +icon: https://truecharts.org/img/appicons/inventree.png keywords: - inventory - inventree diff --git a/charts/stable/inventree/icon.png b/charts/stable/inventree/icon.png new file mode 100644 index 00000000000..fc66cd4af05 Binary files /dev/null and b/charts/stable/inventree/icon.png differ diff --git a/charts/stable/ipfs/Chart.yaml b/charts/stable/ipfs/Chart.yaml index 739c75285a8..65ce1d2e514 100644 --- a/charts/stable/ipfs/Chart.yaml +++ b/charts/stable/ipfs/Chart.yaml @@ -7,7 +7,7 @@ description: IPFS is a global, versioned, peer-to-peer filesystem. It combines g type: application deprecated: false home: https://github.com/truecharts/apps/tree/master/charts/stable/ipfs -icon: https://truecharts.org/_static/img/appicons/ipfs.png +icon: https://truecharts.org/img/appicons/ipfs.png keywords: - ipfs sources: diff --git a/charts/stable/ipfs/icon.png b/charts/stable/ipfs/icon.png new file mode 100644 index 00000000000..f0458160b23 Binary files /dev/null and b/charts/stable/ipfs/icon.png differ diff --git a/charts/stable/ispy-agent-dvr/Chart.yaml b/charts/stable/ispy-agent-dvr/Chart.yaml index 607e6919852..922a0bff612 100644 --- a/charts/stable/ispy-agent-dvr/Chart.yaml +++ b/charts/stable/ispy-agent-dvr/Chart.yaml @@ -6,7 +6,7 @@ dependencies: version: 10.2.1 description: iSpy's Agent DVR, a standalone DVR service to manage IP cameras. home: https://github.com/truecharts/apps/tree/master/charts/stable/ispy-agent-dvr -icon: https://truecharts.org/_static/img/appicons/ispy-agent-dvr.png +icon: https://truecharts.org/img/appicons/ispy-agent-dvr.png keywords: - dvr - ispy diff --git a/charts/stable/ispy-agent-dvr/icon.png b/charts/stable/ispy-agent-dvr/icon.png new file mode 100644 index 00000000000..b0bee9d969c Binary files /dev/null and b/charts/stable/ispy-agent-dvr/icon.png differ diff --git a/charts/stable/iyuuplus/Chart.yaml b/charts/stable/iyuuplus/Chart.yaml index e132fb667ed..0fa84f5e567 100644 --- a/charts/stable/iyuuplus/Chart.yaml +++ b/charts/stable/iyuuplus/Chart.yaml @@ -7,7 +7,7 @@ description: The IYUU automatic seeding tool can automatically seed most PT site type: application deprecated: false home: https://github.com/truecharts/apps/tree/master/charts/stable/iyuuplus -icon: https://truecharts.org/_static/img/appicons/iyuuplus.png +icon: https://truecharts.org/img/appicons/iyuuplus.png keywords: - iyuuplus - pt diff --git a/charts/stable/iyuuplus/icon.png b/charts/stable/iyuuplus/icon.png new file mode 100644 index 00000000000..d662819b8ef Binary files /dev/null and b/charts/stable/iyuuplus/icon.png differ diff --git a/charts/stable/jackett/Chart.yaml b/charts/stable/jackett/Chart.yaml index afcaf870013..c8135f502e2 100644 --- a/charts/stable/jackett/Chart.yaml +++ b/charts/stable/jackett/Chart.yaml @@ -7,7 +7,7 @@ dependencies: deprecated: false description: API Support for your favorite torrent trackers. home: https://github.com/truecharts/apps/tree/master/charts/stable/jackett -icon: https://truecharts.org/_static/img/appicons/jackett.png +icon: https://truecharts.org/img/appicons/jackett.png keywords: - jackett - torrent diff --git a/charts/stable/jackett/icon.png b/charts/stable/jackett/icon.png new file mode 100644 index 00000000000..6cd3bc3bbae Binary files /dev/null and b/charts/stable/jackett/icon.png differ diff --git a/charts/stable/jdownloader2/Chart.yaml b/charts/stable/jdownloader2/Chart.yaml index 02581876306..97224ba3b9b 100644 --- a/charts/stable/jdownloader2/Chart.yaml +++ b/charts/stable/jdownloader2/Chart.yaml @@ -8,7 +8,7 @@ deprecated: false description: JDownloader is a free, open-source download management tool with a huge community of developers that makes downloading as easy and fast as it should be. home: https://github.com/truecharts/apps/tree/master/charts/stable/jdownloader2 -icon: https://truecharts.org/_static/img/appicons/jdownloader2.png +icon: https://truecharts.org/img/appicons/jdownloader2.png keywords: - jdownloader - download diff --git a/charts/stable/jdownloader2/docs/installation_notes.md b/charts/stable/jdownloader2/docs/installation_notes.md new file mode 100644 index 00000000000..0afc9505bfe --- /dev/null +++ b/charts/stable/jdownloader2/docs/installation_notes.md @@ -0,0 +1,8 @@ +# Installation Notes + +- If you enable `Ingress` for this app, you need to have `SECURE_CONNECTION` set to `false` and `Port Type` set to `HTTP`, otherwise you may run into errors for `Too many redirects`. +- `VNC` can't be `Ingressed`. if you want to use `VNC`, you must set this service to `Simple` instead of `clusterIP`. +- `VNC` with `SECURE_CONNECTION` set `true`, only works with very few clients. One of them is `SSVNC`. +- `SECURE_CONNECTION` affects both `WebUI` and `VNC`. + +- If you are passing through devices such as `Optical Drives`, you have to Click `Container Security Settings` and set `PUID` to `0`. diff --git a/charts/stable/jdownloader2/icon.png b/charts/stable/jdownloader2/icon.png new file mode 100644 index 00000000000..4b92ee26e76 Binary files /dev/null and b/charts/stable/jdownloader2/icon.png differ diff --git a/charts/stable/jellyfin/Chart.yaml b/charts/stable/jellyfin/Chart.yaml index 08b68e3e93e..173a77bb393 100644 --- a/charts/stable/jellyfin/Chart.yaml +++ b/charts/stable/jellyfin/Chart.yaml @@ -7,7 +7,7 @@ dependencies: deprecated: false description: Jellyfin is a Free Software Media System home: https://github.com/truecharts/apps/tree/master/charts/stable/jellyfin -icon: https://truecharts.org/_static/img/appicons/jellyfin.png +icon: https://truecharts.org/img/appicons/jellyfin.png keywords: - jellyfin - plex diff --git a/charts/stable/jellyfin/icon.png b/charts/stable/jellyfin/icon.png new file mode 100644 index 00000000000..79c61d18576 Binary files /dev/null and b/charts/stable/jellyfin/icon.png differ diff --git a/charts/stable/jellyseerr/Chart.yaml b/charts/stable/jellyseerr/Chart.yaml index 57e9281fea7..dc581fdb241 100644 --- a/charts/stable/jellyseerr/Chart.yaml +++ b/charts/stable/jellyseerr/Chart.yaml @@ -6,7 +6,7 @@ dependencies: version: 10.2.1 description: TEMPLATEREPLACEME home: https://github.com/truecharts/apps/tree/master/charts/stable/jellyseerr -icon: https://truecharts.org/_static/img/appicons/jellyseerr.png +icon: https://truecharts.org/img/appicons/jellyseerr.png keywords: - jellyseerr kubeVersion: '>=1.16.0-0' diff --git a/charts/stable/jellyseerr/icon.png b/charts/stable/jellyseerr/icon.png new file mode 100644 index 00000000000..ca1b237447b Binary files /dev/null and b/charts/stable/jellyseerr/icon.png differ diff --git a/charts/stable/joplin-server/Chart.yaml b/charts/stable/joplin-server/Chart.yaml index 27007183e0f..653eaaf8d13 100644 --- a/charts/stable/joplin-server/Chart.yaml +++ b/charts/stable/joplin-server/Chart.yaml @@ -8,7 +8,7 @@ keywords: - joplin - notes home: https://github.com/truecharts/apps/tree/master/charts/stable/joplin-server -icon: https://truecharts.org/_static/img/appicons/joplin-server.png +icon: https://truecharts.org/img/appicons/joplin-server.png sources: - https://github.com/laurent22/joplin/tree/dev/packages/server - https://github.com/laurent22/joplin diff --git a/charts/stable/joplin-server/icon.png b/charts/stable/joplin-server/icon.png new file mode 100644 index 00000000000..ef9f3d6205d Binary files /dev/null and b/charts/stable/joplin-server/icon.png differ diff --git a/charts/stable/k8s-gateway/Chart.yaml b/charts/stable/k8s-gateway/Chart.yaml index 05e529c7103..718984af531 100644 --- a/charts/stable/k8s-gateway/Chart.yaml +++ b/charts/stable/k8s-gateway/Chart.yaml @@ -7,7 +7,7 @@ dependencies: deprecated: false description: A Helm chart for the k8s_gateway CoreDNS plugin home: https://github.com/truecharts/apps/tree/master/charts/core/k8s-gateway -icon: https://truecharts.org/_static/img/appicons/k8s-gateway.png +icon: https://truecharts.org/img/appicons/k8s-gateway.png keywords: - DNS - networking diff --git a/charts/stable/k8s-gateway/icon.png b/charts/stable/k8s-gateway/icon.png new file mode 100644 index 00000000000..4c3813c80f2 Binary files /dev/null and b/charts/stable/k8s-gateway/icon.png differ diff --git a/charts/stable/kanboard/Chart.yaml b/charts/stable/kanboard/Chart.yaml index 64bf405cddf..3d83e525324 100644 --- a/charts/stable/kanboard/Chart.yaml +++ b/charts/stable/kanboard/Chart.yaml @@ -8,7 +8,7 @@ keywords: - kanboard - kanban home: https://github.com/truecharts/apps/tree/master/charts/stable/kanboard -icon: https://truecharts.org/_static/img/appicons/kanboard.png +icon: https://truecharts.org/img/appicons/kanboard.png sources: - https://github.com/kanboard/kanboard dependencies: diff --git a/charts/stable/kanboard/icon.png b/charts/stable/kanboard/icon.png new file mode 100644 index 00000000000..80783698aa1 Binary files /dev/null and b/charts/stable/kanboard/icon.png differ diff --git a/charts/stable/kavita/Chart.yaml b/charts/stable/kavita/Chart.yaml index e83e36e127c..8aee830ca40 100644 --- a/charts/stable/kavita/Chart.yaml +++ b/charts/stable/kavita/Chart.yaml @@ -7,7 +7,7 @@ description: Kavita is a rocket fueled self-hosted digital library which support type: application deprecated: false home: https://github.com/truecharts/apps/tree/master/charts/stable/kavita -icon: https://truecharts.org/_static/img/appicons/kavita.png +icon: https://truecharts.org/img/appicons/kavita.png keywords: - kavita - manga diff --git a/charts/stable/kavita/icon.png b/charts/stable/kavita/icon.png new file mode 100644 index 00000000000..2b7c5f9f144 Binary files /dev/null and b/charts/stable/kavita/icon.png differ diff --git a/charts/stable/kimai/Chart.yaml b/charts/stable/kimai/Chart.yaml index c9f8ea20aa3..6ed682c9a32 100644 --- a/charts/stable/kimai/Chart.yaml +++ b/charts/stable/kimai/Chart.yaml @@ -10,7 +10,7 @@ dependencies: version: 3.0.23 description: Kimai is a free, open source and online time-tracking software designed for small businesses and freelancers. home: https://github.com/truecharts/apps/tree/master/charts/stable/kimai -icon: https://truecharts.org/_static/img/appicons/kimai.png +icon: https://truecharts.org/img/appicons/kimai.png keywords: - kimai - time diff --git a/charts/stable/kimai/icon.png b/charts/stable/kimai/icon.png new file mode 100644 index 00000000000..9f32fa6936c Binary files /dev/null and b/charts/stable/kimai/icon.png differ diff --git a/charts/stable/kms/Chart.yaml b/charts/stable/kms/Chart.yaml index 201e50f6eb3..594e94f194e 100644 --- a/charts/stable/kms/Chart.yaml +++ b/charts/stable/kms/Chart.yaml @@ -7,7 +7,7 @@ dependencies: deprecated: false description: Private Windows Activation Server for development and testing home: https://github.com/truecharts/apps/tree/master/charts/stable/kms -icon: https://truecharts.org/_static/img/appicons/kms.png +icon: https://truecharts.org/img/appicons/kms.png keywords: - kms kubeVersion: '>=1.16.0-0' diff --git a/charts/stable/kms/icon.png b/charts/stable/kms/icon.png new file mode 100644 index 00000000000..614fcf8d1a9 Binary files /dev/null and b/charts/stable/kms/icon.png differ diff --git a/charts/stable/kodi-headless/Chart.yaml b/charts/stable/kodi-headless/Chart.yaml index 235716396b8..913f5306fae 100644 --- a/charts/stable/kodi-headless/Chart.yaml +++ b/charts/stable/kodi-headless/Chart.yaml @@ -7,7 +7,7 @@ description: A headless install of kodi in a docker container. type: application deprecated: false home: https://github.com/truecharts/apps/tree/master/charts/stable/kodi-headless -icon: https://truecharts.org/_static/img/appicons/kodi-headless.png +icon: https://truecharts.org/img/appicons/kodi-headless.png keywords: - kodi-headless sources: diff --git a/charts/stable/kodi-headless/icon.png b/charts/stable/kodi-headless/icon.png new file mode 100644 index 00000000000..37375d92f2d Binary files /dev/null and b/charts/stable/kodi-headless/icon.png differ diff --git a/charts/stable/koel/Chart.yaml b/charts/stable/koel/Chart.yaml index e722224168d..43bfc234e53 100644 --- a/charts/stable/koel/Chart.yaml +++ b/charts/stable/koel/Chart.yaml @@ -10,7 +10,7 @@ dependencies: version: 3.0.23 description: Koel is a simple web-based personal audio streaming service written in Vue on the client side and Laravel on the server side. home: https://github.com/truecharts/apps/tree/master/charts/stable/koel -icon: https://truecharts.org/_static/img/appicons/koel.png +icon: https://truecharts.org/img/appicons/koel.png keywords: - koel - music diff --git a/charts/stable/koel/docs/credentials.md b/charts/stable/koel/docs/credentials.md new file mode 100644 index 00000000000..a663ea8bd3d --- /dev/null +++ b/charts/stable/koel/docs/credentials.md @@ -0,0 +1,5 @@ +# Default Username/Password + +__Email__: `admin@koel.dev` + +__Password__: `KoelIsCool` diff --git a/charts/stable/koel/icon.png b/charts/stable/koel/icon.png new file mode 100644 index 00000000000..76c88869ad6 Binary files /dev/null and b/charts/stable/koel/icon.png differ diff --git a/charts/stable/komga/Chart.yaml b/charts/stable/komga/Chart.yaml index 96398807d51..aef7d22e69a 100644 --- a/charts/stable/komga/Chart.yaml +++ b/charts/stable/komga/Chart.yaml @@ -6,7 +6,7 @@ dependencies: version: 10.2.1 description: A comics/mangas server to serve/stream pages via API home: https://github.com/truecharts/apps/tree/master/charts/stable/komga -icon: https://truecharts.org/_static/img/appicons/komga.png +icon: https://truecharts.org/img/appicons/komga.png keywords: - komga - comics diff --git a/charts/stable/komga/icon.png b/charts/stable/komga/icon.png new file mode 100644 index 00000000000..91f1e7712fb Binary files /dev/null and b/charts/stable/komga/icon.png differ diff --git a/charts/stable/kopia/Chart.yaml b/charts/stable/kopia/Chart.yaml index f5c34a8f1d2..54d6d3dbdc3 100644 --- a/charts/stable/kopia/Chart.yaml +++ b/charts/stable/kopia/Chart.yaml @@ -6,7 +6,7 @@ dependencies: version: 10.2.1 description: Kopia is a simple, cross-platform tool for managing encrypted backups in the cloud. It provides fast, incremental backups, secure, client-side end-to-end encryption, compression and data deduplication. home: https://github.com/truecharts/apps/tree/master/charts/incubator/kopia -icon: https://truecharts.org/_static/img/appicons/kopia.png +icon: https://truecharts.org/img/appicons/kopia.png keywords: - backup kubeVersion: '>=1.16.0-0' diff --git a/charts/stable/kopia/icon.png b/charts/stable/kopia/icon.png new file mode 100644 index 00000000000..da2eae186fd Binary files /dev/null and b/charts/stable/kopia/icon.png differ diff --git a/charts/stable/kutt/Chart.yaml b/charts/stable/kutt/Chart.yaml index bcd839f4348..358cd3d8348 100644 --- a/charts/stable/kutt/Chart.yaml +++ b/charts/stable/kutt/Chart.yaml @@ -15,7 +15,7 @@ dependencies: deprecated: false description: Kutt is a modern URL shortener with support for custom domains. Shorten URLs, manage your links and view the click rate statistics. home: https://github.com/truecharts/apps/tree/master/charts/stable/kutt -icon: https://truecharts.org/_static/img/appicons/kutt.png +icon: https://truecharts.org/img/appicons/kutt.png keywords: - kutt - link diff --git a/charts/stable/kutt/icon.png b/charts/stable/kutt/icon.png new file mode 100644 index 00000000000..a55987404d3 Binary files /dev/null and b/charts/stable/kutt/icon.png differ diff --git a/charts/stable/lanraragi/Chart.yaml b/charts/stable/lanraragi/Chart.yaml index 699ada5d9fa..4dd93fe3900 100644 --- a/charts/stable/lanraragi/Chart.yaml +++ b/charts/stable/lanraragi/Chart.yaml @@ -6,7 +6,7 @@ dependencies: version: 10.2.1 description: Open source server for archival of comics/manga. home: https://github.com/truecharts/apps/tree/master/charts/stable/lanraragi -icon: https://truecharts.org/_static/img/appicons/lanraragi.png +icon: https://truecharts.org/img/appicons/lanraragi.png keywords: - lanraragi - comics diff --git a/charts/stable/lanraragi/docs/credentials.md b/charts/stable/lanraragi/docs/credentials.md new file mode 100644 index 00000000000..45aacefcd56 --- /dev/null +++ b/charts/stable/lanraragi/docs/credentials.md @@ -0,0 +1,3 @@ +# Default Password + +__password__: `kamimamita` diff --git a/charts/stable/lanraragi/icon.png b/charts/stable/lanraragi/icon.png new file mode 100644 index 00000000000..d51247be18d Binary files /dev/null and b/charts/stable/lanraragi/icon.png differ diff --git a/charts/stable/lazylibrarian/Chart.yaml b/charts/stable/lazylibrarian/Chart.yaml index 525a366cd94..382523d45c9 100644 --- a/charts/stable/lazylibrarian/Chart.yaml +++ b/charts/stable/lazylibrarian/Chart.yaml @@ -7,7 +7,7 @@ dependencies: deprecated: false description: Get all your books, like series with Sonarr... home: https://github.com/truecharts/apps/tree/master/charts/stable/lazylibrarian -icon: https://truecharts.org/_static/img/appicons/lazylibrarian.png +icon: https://truecharts.org/img/appicons/lazylibrarian.png keywords: - lazylibrarian - ebooks diff --git a/charts/stable/lazylibrarian/icon.png b/charts/stable/lazylibrarian/icon.png new file mode 100644 index 00000000000..fb648fbecf1 Binary files /dev/null and b/charts/stable/lazylibrarian/icon.png differ diff --git a/charts/stable/leaf2mqtt/Chart.yaml b/charts/stable/leaf2mqtt/Chart.yaml index 7ee8d77333f..ffed6630527 100644 --- a/charts/stable/leaf2mqtt/Chart.yaml +++ b/charts/stable/leaf2mqtt/Chart.yaml @@ -6,7 +6,7 @@ dependencies: version: 10.2.1 description: Nissan Leaf connected services to MQTT adapter home: https://github.com/truecharts/apps/tree/master/charts/stable/leaf2mqtt -icon: https://truecharts.org/_static/img/appicons/leaf2mqtt.png +icon: https://truecharts.org/img/appicons/leaf2mqtt.png keywords: - leaf2mqtt - leaf diff --git a/charts/stable/leaf2mqtt/icon.png b/charts/stable/leaf2mqtt/icon.png new file mode 100644 index 00000000000..39f3cf5abb4 Binary files /dev/null and b/charts/stable/leaf2mqtt/icon.png differ diff --git a/charts/stable/leantime/Chart.yaml b/charts/stable/leantime/Chart.yaml index 07ebeef75a7..f206e96f438 100644 --- a/charts/stable/leantime/Chart.yaml +++ b/charts/stable/leantime/Chart.yaml @@ -10,7 +10,7 @@ dependencies: version: 3.0.23 description: "Straightforward open source project management system to make your ideas reality." home: https://github.com/truecharts/apps/tree/master/charts/stable/leantime -icon: https://truecharts.org/_static/img/appicons/leantime.png +icon: https://truecharts.org/img/appicons/leantime.png keywords: - leantime - project diff --git a/charts/stable/leantime/icon.png b/charts/stable/leantime/icon.png new file mode 100644 index 00000000000..cbe9a9ab040 Binary files /dev/null and b/charts/stable/leantime/icon.png differ diff --git a/charts/stable/libreddit/Chart.yaml b/charts/stable/libreddit/Chart.yaml index 5d29e5971ef..3a19a475991 100644 --- a/charts/stable/libreddit/Chart.yaml +++ b/charts/stable/libreddit/Chart.yaml @@ -6,7 +6,7 @@ dependencies: version: 10.2.1 description: An alternative private front-end to Reddit home: https://github.com/truecharts/apps/tree/master/charts/stable/libreddit -icon: https://truecharts.org/_static/img/appicons/libreddit.png +icon: https://truecharts.org/img/appicons/libreddit.png keywords: - reddit - libreddit diff --git a/charts/stable/libreddit/icon.png b/charts/stable/libreddit/icon.png new file mode 100644 index 00000000000..8c0d3ebf080 Binary files /dev/null and b/charts/stable/libreddit/icon.png differ diff --git a/charts/stable/libreoffice/Chart.yaml b/charts/stable/libreoffice/Chart.yaml index 5827a12a3d9..8408c082620 100644 --- a/charts/stable/libreoffice/Chart.yaml +++ b/charts/stable/libreoffice/Chart.yaml @@ -7,7 +7,7 @@ description: LibreOffice is a free and powerful office suite, and a successor to type: application deprecated: false home: https://github.com/truecharts/apps/tree/master/charts/stable/libreoffice -icon: https://truecharts.org/_static/img/appicons/libreoffice.png +icon: https://truecharts.org/img/appicons/libreoffice.png keywords: - libreoffice sources: diff --git a/charts/stable/libreoffice/icon.png b/charts/stable/libreoffice/icon.png new file mode 100644 index 00000000000..9d5c35b0b36 Binary files /dev/null and b/charts/stable/libreoffice/icon.png differ diff --git a/charts/stable/librephotos/Chart.yaml b/charts/stable/librephotos/Chart.yaml index 7a695c2fb77..dd53c453871 100644 --- a/charts/stable/librephotos/Chart.yaml +++ b/charts/stable/librephotos/Chart.yaml @@ -14,7 +14,7 @@ dependencies: version: 3.0.24 description: "A self-hosted open source photo management service." home: https://github.com/truecharts/apps/tree/master/charts/stable/librephotos -icon: https://truecharts.org/_static/img/appicons/librephotos.png +icon: https://truecharts.org/img/appicons/librephotos.png keywords: - photos - gallery diff --git a/charts/stable/librephotos/icon.png b/charts/stable/librephotos/icon.png new file mode 100644 index 00000000000..92c5a8c3959 Binary files /dev/null and b/charts/stable/librephotos/icon.png differ diff --git a/charts/stable/librespeed/Chart.yaml b/charts/stable/librespeed/Chart.yaml index 630be82b7bc..ea17860a89a 100644 --- a/charts/stable/librespeed/Chart.yaml +++ b/charts/stable/librespeed/Chart.yaml @@ -6,7 +6,7 @@ dependencies: version: 10.2.1 description: Librespeed is a HTML5 webpage to test upload and download speeds home: https://github.com/truecharts/apps/tree/master/charts/stable/librespeed -icon: https://truecharts.org/_static/img/appicons/librespeed.png +icon: https://truecharts.org/img/appicons/librespeed.png keywords: - librespeed - speedtest diff --git a/charts/stable/librespeed/icon.png b/charts/stable/librespeed/icon.png new file mode 100644 index 00000000000..059128aa875 Binary files /dev/null and b/charts/stable/librespeed/icon.png differ diff --git a/charts/stable/lidarr/Chart.yaml b/charts/stable/lidarr/Chart.yaml index 2982bfc4999..ff8ee1b5144 100644 --- a/charts/stable/lidarr/Chart.yaml +++ b/charts/stable/lidarr/Chart.yaml @@ -7,7 +7,7 @@ dependencies: deprecated: false description: Looks and smells like Sonarr but made for music home: https://github.com/truecharts/apps/tree/master/charts/stable/lidarr -icon: https://truecharts.org/_static/img/appicons/lidarr.png +icon: https://truecharts.org/img/appicons/lidarr.png keywords: - lidarr - torrent diff --git a/charts/stable/lidarr/icon.png b/charts/stable/lidarr/icon.png new file mode 100644 index 00000000000..a8f9bc5829b Binary files /dev/null and b/charts/stable/lidarr/icon.png differ diff --git a/charts/stable/linkace/Chart.yaml b/charts/stable/linkace/Chart.yaml index 32c565e2044..3f69b1529be 100644 --- a/charts/stable/linkace/Chart.yaml +++ b/charts/stable/linkace/Chart.yaml @@ -14,7 +14,7 @@ dependencies: version: 3.0.24 description: Your self-hosted bookmark archive. Free and open source. home: https://github.com/truecharts/apps/tree/master/charts/stable/linkace -icon: https://truecharts.org/_static/img/appicons/linkace.png +icon: https://truecharts.org/img/appicons/linkace.png keywords: - linkace kubeVersion: '>=1.16.0-0' diff --git a/charts/stable/linkace/icon.png b/charts/stable/linkace/icon.png new file mode 100644 index 00000000000..a6647a66a36 Binary files /dev/null and b/charts/stable/linkace/icon.png differ diff --git a/charts/stable/linkding/Chart.yaml b/charts/stable/linkding/Chart.yaml index 9abffcea523..341615f3312 100644 --- a/charts/stable/linkding/Chart.yaml +++ b/charts/stable/linkding/Chart.yaml @@ -6,7 +6,7 @@ dependencies: version: 10.2.1 description: Linkding is a simple bookmark service that you can host yourself. It's designed be to be minimal, fast and easy. home: https://github.com/truecharts/apps/tree/master/charts/stable/linkding -icon: https://truecharts.org/_static/img/appicons/linkding.png +icon: https://truecharts.org/img/appicons/linkding.png keywords: - bookmarks - links diff --git a/charts/stable/linkding/icon.png b/charts/stable/linkding/icon.png new file mode 100644 index 00000000000..893029e5b79 Binary files /dev/null and b/charts/stable/linkding/icon.png differ diff --git a/charts/stable/littlelink/Chart.yaml b/charts/stable/littlelink/Chart.yaml index c646fa11586..e7a547c0341 100644 --- a/charts/stable/littlelink/Chart.yaml +++ b/charts/stable/littlelink/Chart.yaml @@ -7,7 +7,7 @@ dependencies: deprecated: false description: Easy platform to combine all your social links home: https://github.com/truecharts/apps/tree/master/charts/stable/littlelink -icon: https://truecharts.org/_static/img/appicons/littlelink.png +icon: https://truecharts.org/img/appicons/littlelink.png keywords: - littlelink kubeVersion: '>=1.16.0-0' diff --git a/charts/stable/littlelink/icon.png b/charts/stable/littlelink/icon.png new file mode 100644 index 00000000000..fd6d0248ac0 Binary files /dev/null and b/charts/stable/littlelink/icon.png differ diff --git a/charts/stable/logitech-media-server/Chart.yaml b/charts/stable/logitech-media-server/Chart.yaml index c3d3956fd27..05c44792d3e 100644 --- a/charts/stable/logitech-media-server/Chart.yaml +++ b/charts/stable/logitech-media-server/Chart.yaml @@ -7,7 +7,7 @@ dependencies: deprecated: false description: Logitech Media Server is a platform for home/office audio streaming. home: https://github.com/truecharts/apps/tree/master/charts/stable/logitech-media-server -icon: https://truecharts.org/_static/img/appicons/logitech-media-server.png +icon: https://truecharts.org/img/appicons/logitech-media-server.png keywords: - logitech-media-server - squeezebox diff --git a/charts/stable/logitech-media-server/icon.png b/charts/stable/logitech-media-server/icon.png new file mode 100644 index 00000000000..d3bc060da83 Binary files /dev/null and b/charts/stable/logitech-media-server/icon.png differ diff --git a/charts/stable/loki/Chart.yaml b/charts/stable/loki/Chart.yaml index ffa9d3bfa3c..cb8c0152709 100644 --- a/charts/stable/loki/Chart.yaml +++ b/charts/stable/loki/Chart.yaml @@ -11,7 +11,7 @@ dependencies: deprecated: false description: "Loki: like Prometheus, but for logs." home: https://github.com/truecharts/apps/tree/master/charts/stable/loki -icon: https://truecharts.org/_static/img/appicons/loki.png +icon: https://truecharts.org/img/appicons/loki.png keywords: - logs kubeVersion: '>=1.16.0-0' diff --git a/charts/stable/loki/icon.png b/charts/stable/loki/icon.png new file mode 100644 index 00000000000..1fef28a7977 Binary files /dev/null and b/charts/stable/loki/icon.png differ diff --git a/charts/stable/lychee/Chart.yaml b/charts/stable/lychee/Chart.yaml index 668fa1225b0..066138e6bb3 100644 --- a/charts/stable/lychee/Chart.yaml +++ b/charts/stable/lychee/Chart.yaml @@ -16,7 +16,7 @@ deprecated: false description: Lychee is a free photo-management tool, which runs on your server or web-space home: https://github.com/truecharts/apps/tree/master/charts/stable/lychee -icon: https://truecharts.org/_static/img/appicons/lychee.png +icon: https://truecharts.org/img/appicons/lychee.png keywords: - lychee - photo diff --git a/charts/stable/lychee/icon.png b/charts/stable/lychee/icon.png new file mode 100644 index 00000000000..068dc4ed41e Binary files /dev/null and b/charts/stable/lychee/icon.png differ diff --git a/charts/stable/makemkv/Chart.yaml b/charts/stable/makemkv/Chart.yaml index 8de3dd60054..5db0c3ba4ae 100644 --- a/charts/stable/makemkv/Chart.yaml +++ b/charts/stable/makemkv/Chart.yaml @@ -6,7 +6,7 @@ dependencies: version: 10.2.1 description: MakeMKV is your one-click solution to convert video that you own into free and patents-unencumbered format that can be played everywhere. home: https://github.com/truecharts/apps/tree/master/charts/stable/makemkv -icon: https://truecharts.org/_static/img/appicons/makemkv.png +icon: https://truecharts.org/img/appicons/makemkv.png keywords: - mkv kubeVersion: '>=1.16.0-0' diff --git a/charts/stable/makemkv/docs/installation_notes.md b/charts/stable/makemkv/docs/installation_notes.md new file mode 100644 index 00000000000..0afc9505bfe --- /dev/null +++ b/charts/stable/makemkv/docs/installation_notes.md @@ -0,0 +1,8 @@ +# Installation Notes + +- If you enable `Ingress` for this app, you need to have `SECURE_CONNECTION` set to `false` and `Port Type` set to `HTTP`, otherwise you may run into errors for `Too many redirects`. +- `VNC` can't be `Ingressed`. if you want to use `VNC`, you must set this service to `Simple` instead of `clusterIP`. +- `VNC` with `SECURE_CONNECTION` set `true`, only works with very few clients. One of them is `SSVNC`. +- `SECURE_CONNECTION` affects both `WebUI` and `VNC`. + +- If you are passing through devices such as `Optical Drives`, you have to Click `Container Security Settings` and set `PUID` to `0`. diff --git a/charts/stable/makemkv/icon.png b/charts/stable/makemkv/icon.png new file mode 100644 index 00000000000..10f16e38f32 Binary files /dev/null and b/charts/stable/makemkv/icon.png differ diff --git a/charts/stable/matomo/Chart.yaml b/charts/stable/matomo/Chart.yaml index 9502a16dd38..2c43e858664 100644 --- a/charts/stable/matomo/Chart.yaml +++ b/charts/stable/matomo/Chart.yaml @@ -10,7 +10,7 @@ dependencies: version: 3.0.23 description: Matomo is the leading Free/Libre open analytics platform home: https://github.com/truecharts/apps/tree/master/charts/stable/matomo -icon: https://truecharts.org/_static/img/appicons/matomo.png +icon: https://truecharts.org/img/appicons/matomo.png keywords: - analytics kubeVersion: '>=1.16.0-0' diff --git a/charts/stable/matomo/icon.png b/charts/stable/matomo/icon.png new file mode 100644 index 00000000000..e3e2bdbc569 Binary files /dev/null and b/charts/stable/matomo/icon.png differ diff --git a/charts/stable/mattermost/Chart.yaml b/charts/stable/mattermost/Chart.yaml index ae848f41997..1c2e4887c8b 100644 --- a/charts/stable/mattermost/Chart.yaml +++ b/charts/stable/mattermost/Chart.yaml @@ -10,7 +10,7 @@ dependencies: version: 8.0.24 description: Mattermost is an open source platform for secure collaboration across the entire software development lifecycle. home: https://github.com/truecharts/apps/tree/master/charts/stable/mattermost -icon: https://truecharts.org/_static/img/appicons/mattermost.png +icon: https://truecharts.org/img/appicons/mattermost.png keywords: - team - mattermost diff --git a/charts/stable/mattermost/icon.png b/charts/stable/mattermost/icon.png new file mode 100644 index 00000000000..69078b3a559 Binary files /dev/null and b/charts/stable/mattermost/icon.png differ diff --git a/charts/stable/mealie/Chart.yaml b/charts/stable/mealie/Chart.yaml index 7b619d842a4..ece38aae19c 100644 --- a/charts/stable/mealie/Chart.yaml +++ b/charts/stable/mealie/Chart.yaml @@ -10,7 +10,7 @@ dependencies: version: 8.0.24 description: Mealie is a self hosted recipe manager and meal planner with a RestAPI backend home: https://github.com/truecharts/apps/tree/master/charts/stable/mealie -icon: https://truecharts.org/_static/img/appicons/mealie.png +icon: https://truecharts.org/img/appicons/mealie.png keywords: - grocy kubeVersion: '>=1.16.0-0' diff --git a/charts/stable/mealie/icon.png b/charts/stable/mealie/icon.png new file mode 100644 index 00000000000..be43499680f Binary files /dev/null and b/charts/stable/mealie/icon.png differ diff --git a/charts/stable/medusa/Chart.yaml b/charts/stable/medusa/Chart.yaml index 5a2239d3a12..a735a837845 100644 --- a/charts/stable/medusa/Chart.yaml +++ b/charts/stable/medusa/Chart.yaml @@ -6,7 +6,7 @@ dependencies: version: 10.2.1 description: An automatic Video Library Manager for TV Shows home: https://github.com/truecharts/apps/tree/master/charts/stable/medusa -icon: https://truecharts.org/_static/img/appicons/medusa.png +icon: https://truecharts.org/img/appicons/medusa.png keywords: - medusa - video diff --git a/charts/stable/medusa/icon.png b/charts/stable/medusa/icon.png new file mode 100644 index 00000000000..a0cad3ec9c3 Binary files /dev/null and b/charts/stable/medusa/icon.png differ diff --git a/charts/stable/meshroom/Chart.yaml b/charts/stable/meshroom/Chart.yaml index 9d72149de9e..92079072641 100644 --- a/charts/stable/meshroom/Chart.yaml +++ b/charts/stable/meshroom/Chart.yaml @@ -6,7 +6,7 @@ dependencies: version: 10.2.1 description: Meshroom is a free, open-source 3D Reconstruction Software based on the AliceVision Photogrammetric Computer Vision framework. home: https://github.com/truecharts/apps/tree/master/charts/stable/meshroom -icon: https://truecharts.org/_static/img/appicons/meshroom.png +icon: https://truecharts.org/img/appicons/meshroom.png keywords: - meshroom kubeVersion: '>=1.16.0-0' diff --git a/charts/stable/meshroom/docs/installation_notes.md b/charts/stable/meshroom/docs/installation_notes.md new file mode 100644 index 00000000000..a9c6d3f59d8 --- /dev/null +++ b/charts/stable/meshroom/docs/installation_notes.md @@ -0,0 +1,10 @@ +# Notes + +Meshroom in docker does not have weUIUI. + +You need an ssh client capable of X forwarding. + +You SSH into the app, with `ssh -p 10243 -X root@ /opt/Meshroom_bundle/Meshroom` + +Default password is `meshroom` + diff --git a/charts/stable/meshroom/icon.png b/charts/stable/meshroom/icon.png new file mode 100644 index 00000000000..8a33bd2b973 Binary files /dev/null and b/charts/stable/meshroom/icon.png differ diff --git a/charts/stable/metallb/Chart.yaml b/charts/stable/metallb/Chart.yaml index 33ea32a032a..79aa1959205 100644 --- a/charts/stable/metallb/Chart.yaml +++ b/charts/stable/metallb/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "upstream" deprecated: false description: A network load-balancer implementation for Kubernetes using standard routing protocols home: https://github.com/truecharts/apps/tree/master/charts/core/metallb -icon: https://truecharts.org/_static/img/appicons/metallb.png +icon: https://truecharts.org/img/appicons/metallb.png keywords: - metallb - loadbalancer diff --git a/charts/stable/metallb/icon.png b/charts/stable/metallb/icon.png new file mode 100644 index 00000000000..e9def3cc32d Binary files /dev/null and b/charts/stable/metallb/icon.png differ diff --git a/charts/stable/metube/Chart.yaml b/charts/stable/metube/Chart.yaml index 720edabfc42..2f09e425cdf 100644 --- a/charts/stable/metube/Chart.yaml +++ b/charts/stable/metube/Chart.yaml @@ -6,7 +6,7 @@ dependencies: version: 10.2.1 description: Web GUI for youtube-dl (using the yt-dlp fork) with playlist support. Allows you to download videos from YouTube and dozens of other sites home: https://github.com/truecharts/apps/tree/master/charts/stable/metube -icon: https://truecharts.org/_static/img/appicons/metube.png +icon: https://truecharts.org/img/appicons/metube.png keywords: - metube kubeVersion: '>=1.16.0-0' diff --git a/charts/stable/metube/icon.png b/charts/stable/metube/icon.png new file mode 100644 index 00000000000..abd6b9d79ae Binary files /dev/null and b/charts/stable/metube/icon.png differ diff --git a/charts/stable/minecraft-bedrock/Chart.yaml b/charts/stable/minecraft-bedrock/Chart.yaml index af3eafb4875..c79aa511df7 100644 --- a/charts/stable/minecraft-bedrock/Chart.yaml +++ b/charts/stable/minecraft-bedrock/Chart.yaml @@ -7,7 +7,7 @@ dependencies: deprecated: false description: Minecraft Bedrock Dedicated Server home: https://github.com/truecharts/apps/tree/master/charts/games/minecraft-bedrock -icon: https://truecharts.org/_static/img/appicons/minecraft-bedrock.png +icon: https://truecharts.org/img/appicons/minecraft-bedrock.png keywords: - minecraft kubeVersion: '>=1.16.0-0' diff --git a/charts/stable/minecraft-bedrock/icon.png b/charts/stable/minecraft-bedrock/icon.png new file mode 100644 index 00000000000..29339c9576b Binary files /dev/null and b/charts/stable/minecraft-bedrock/icon.png differ diff --git a/charts/stable/minecraft-java/Chart.yaml b/charts/stable/minecraft-java/Chart.yaml index 8cc4ca7150b..d6f4078cf78 100644 --- a/charts/stable/minecraft-java/Chart.yaml +++ b/charts/stable/minecraft-java/Chart.yaml @@ -7,7 +7,7 @@ dependencies: deprecated: false description: Minecraft Java Dedicated Server home: https://github.com/truecharts/apps/tree/master/charts/games/minecraft-java -icon: https://truecharts.org/_static/img/appicons/minecraft-java.png +icon: https://truecharts.org/img/appicons/minecraft-java.png keywords: - minecraft kubeVersion: '>=1.16.0-0' diff --git a/charts/stable/minecraft-java/docs/community-guide.md b/charts/stable/minecraft-java/docs/community-guide.md new file mode 100644 index 00000000000..7eb01f1ebd9 --- /dev/null +++ b/charts/stable/minecraft-java/docs/community-guide.md @@ -0,0 +1,51 @@ +# Minecraft Java Community Guide + +⚠️ **Warning This guide contains information that uses Advanced/Expert settings. As a result this will be outside the scope of support!** ⚠️ + +# Running Multiple MC-Java Servers + +You can easily run Multiple MC Servers. You simply need to change the external ports, Be sure to use an unused port. There is no need to change the Minecraft port or RCON port in the server.properties + +MC Server 1 + +
+ +
+ +MC Server 2 + +
+ +
+ +# Plugins DIR + +To easily get Plugins in to your MC server since PVC's are in use for the config storage you can add a host path storage for either /mods or /plugins depending on what your server needs like so + +
+ +
+ +This will give you an easy folder to drop the plugins in and they will then sync to /data/plugins or /data/mods , you will/may need to shell in to the app to periodically clean up old versions + +# Plugins/mods that need additional ports + +Using Dynmap as an example Under network and Services Check Show Expert config (remember the warning at the top?) + +Click Configure add Manual Custom Services and fill out like so also adding Configure additional service ports + +
+ +
+ +For the second server instance the setup is about the same one minor difference is the need to change the port for dynmap in the container to a new port and configure like so (note this could of just been my system being silly due to my tests and not rebooting) + +
+ +
+ +Dynmap Web working + +
+ +
diff --git a/charts/stable/minecraft-java/icon.png b/charts/stable/minecraft-java/icon.png new file mode 100644 index 00000000000..29339c9576b Binary files /dev/null and b/charts/stable/minecraft-java/icon.png differ diff --git a/charts/stable/minetest/Chart.yaml b/charts/stable/minetest/Chart.yaml index d370e32e2cb..21e6c2c5063 100644 --- a/charts/stable/minetest/Chart.yaml +++ b/charts/stable/minetest/Chart.yaml @@ -7,7 +7,7 @@ description: Minetest (server) is a near-infinite-world block sandbox game and a type: application deprecated: false home: https://github.com/truecharts/apps/tree/master/charts/games/minetest -icon: https://truecharts.org/_static/img/appicons/minetest.png +icon: https://truecharts.org/img/appicons/minetest.png keywords: - minetest sources: diff --git a/charts/stable/minetest/icon.png b/charts/stable/minetest/icon.png new file mode 100644 index 00000000000..8726afdcd0e Binary files /dev/null and b/charts/stable/minetest/icon.png differ diff --git a/charts/stable/miniflux/Chart.yaml b/charts/stable/miniflux/Chart.yaml index efba5c42bdc..65c861444f2 100644 --- a/charts/stable/miniflux/Chart.yaml +++ b/charts/stable/miniflux/Chart.yaml @@ -9,7 +9,7 @@ keywords: - rss - news home: https://github.com/truecharts/apps/tree/master/charts/stable/miniflux -icon: https://truecharts.org/_static/img/appicons/miniflux.png +icon: https://truecharts.org/img/appicons/miniflux.png sources: - https://github.com/miniflux/v2 dependencies: diff --git a/charts/stable/miniflux/icon.png b/charts/stable/miniflux/icon.png new file mode 100644 index 00000000000..42b69428558 Binary files /dev/null and b/charts/stable/miniflux/icon.png differ diff --git a/charts/stable/minio-console/Chart.yaml b/charts/stable/minio-console/Chart.yaml index e159f204f86..1e2c892ba28 100644 --- a/charts/stable/minio-console/Chart.yaml +++ b/charts/stable/minio-console/Chart.yaml @@ -6,7 +6,7 @@ dependencies: version: 10.2.1 description: A management console for minio server and operator home: https://github.com/truecharts/apps/tree/master/charts/stable/minio-console -icon: https://truecharts.org/_static/img/appicons/minio-console.png +icon: https://truecharts.org/img/appicons/minio-console.png keywords: - minio-console - minio diff --git a/charts/stable/minio-console/icon.png b/charts/stable/minio-console/icon.png new file mode 100644 index 00000000000..06a4feb3b31 Binary files /dev/null and b/charts/stable/minio-console/icon.png differ diff --git a/charts/stable/minio/Chart.yaml b/charts/stable/minio/Chart.yaml index ae6e5c34cbb..f792bd7010e 100644 --- a/charts/stable/minio/Chart.yaml +++ b/charts/stable/minio/Chart.yaml @@ -6,7 +6,7 @@ dependencies: version: 10.2.1 description: Minio is a self-hosted S3 storage server home: https://github.com/truecharts/apps/tree/master/charts/stable/minio -icon: https://truecharts.org/_static/img/appicons/minio.png +icon: https://truecharts.org/img/appicons/minio.png keywords: - minio - s3 diff --git a/charts/stable/minio/icon.png b/charts/stable/minio/icon.png new file mode 100644 index 00000000000..c072b228433 Binary files /dev/null and b/charts/stable/minio/icon.png differ diff --git a/charts/stable/minisatip/Chart.yaml b/charts/stable/minisatip/Chart.yaml index c6985b1f312..abbf11c8b82 100644 --- a/charts/stable/minisatip/Chart.yaml +++ b/charts/stable/minisatip/Chart.yaml @@ -7,7 +7,7 @@ description: Minisatip is a multi-threaded satip server version 1.2 that runs un type: application deprecated: false home: https://github.com/truecharts/apps/tree/master/charts/stable/minisatip -icon: https://truecharts.org/_static/img/appicons/minisatip.png +icon: https://truecharts.org/img/appicons/minisatip.png keywords: - minisatip sources: diff --git a/charts/stable/minisatip/icon.png b/charts/stable/minisatip/icon.png new file mode 100644 index 00000000000..8391d1e609e Binary files /dev/null and b/charts/stable/minisatip/icon.png differ diff --git a/charts/stable/mkvtoolnix/Chart.yaml b/charts/stable/mkvtoolnix/Chart.yaml index 24578dabac5..9cb171fe262 100644 --- a/charts/stable/mkvtoolnix/Chart.yaml +++ b/charts/stable/mkvtoolnix/Chart.yaml @@ -7,7 +7,7 @@ dependencies: deprecated: false description: MKVToolNix is a set of tools to create, alter and inspect Matroska files. home: https://github.com/truecharts/apps/tree/master/charts/stable/mkvtoolnix -icon: https://truecharts.org/_static/img/appicons/mkvtoolnix.png +icon: https://truecharts.org/img/appicons/mkvtoolnix.png keywords: - media - mkvtoolnix diff --git a/charts/stable/mkvtoolnix/icon.png b/charts/stable/mkvtoolnix/icon.png new file mode 100644 index 00000000000..988379056bf Binary files /dev/null and b/charts/stable/mkvtoolnix/icon.png differ diff --git a/charts/stable/ml-workspace/Chart.yaml b/charts/stable/ml-workspace/Chart.yaml index 5be651ca269..db3ac416b1c 100644 --- a/charts/stable/ml-workspace/Chart.yaml +++ b/charts/stable/ml-workspace/Chart.yaml @@ -6,7 +6,7 @@ dependencies: version: 10.2.1 description: All-in-one web-based development environment for machine learning home: https://github.com/truecharts/apps/tree/master/charts/stable/ml-workspace -icon: https://truecharts.org/_static/img/appicons/ml-workspace.png +icon: https://truecharts.org/img/appicons/ml-workspace.png keywords: - machine - learning diff --git a/charts/stable/ml-workspace/icon.png b/charts/stable/ml-workspace/icon.png new file mode 100644 index 00000000000..a582f3a3e6b Binary files /dev/null and b/charts/stable/ml-workspace/icon.png differ diff --git a/charts/stable/monica/Chart.yaml b/charts/stable/monica/Chart.yaml index c6fe79ce696..2ab04be9188 100644 --- a/charts/stable/monica/Chart.yaml +++ b/charts/stable/monica/Chart.yaml @@ -10,7 +10,7 @@ dependencies: version: 3.0.23 description: "Monica is a great open source personal relationship management system." home: https://github.com/truecharts/apps/tree/master/charts/stable/monica -icon: https://truecharts.org/_static/img/appicons/monica.png +icon: https://truecharts.org/img/appicons/monica.png keywords: - crm kubeVersion: '>=1.16.0-0' diff --git a/charts/stable/monica/icon.png b/charts/stable/monica/icon.png new file mode 100644 index 00000000000..03eedc21745 Binary files /dev/null and b/charts/stable/monica/icon.png differ diff --git a/charts/stable/mosdns/Chart.yaml b/charts/stable/mosdns/Chart.yaml index 73499b66ac1..eb819907be2 100644 --- a/charts/stable/mosdns/Chart.yaml +++ b/charts/stable/mosdns/Chart.yaml @@ -7,7 +7,7 @@ description: A location-based pluggable DNS forwarder/splitter. type: application deprecated: false home: https://github.com/truecharts/apps/tree/master/charts/stable/mosdns -icon: https://truecharts.org/_static/img/appicons/mosdns.png +icon: https://truecharts.org/img/appicons/mosdns.png keywords: - mosdns - dns diff --git a/charts/stable/mosdns/icon.png b/charts/stable/mosdns/icon.png new file mode 100644 index 00000000000..540544074b0 Binary files /dev/null and b/charts/stable/mosdns/icon.png differ diff --git a/charts/stable/mosquitto/Chart.yaml b/charts/stable/mosquitto/Chart.yaml index 1cf89886089..ed7540cb829 100644 --- a/charts/stable/mosquitto/Chart.yaml +++ b/charts/stable/mosquitto/Chart.yaml @@ -7,7 +7,7 @@ dependencies: deprecated: false description: Eclipse Mosquitto - An open source MQTT broker home: https://github.com/truecharts/apps/tree/master/charts/stable/mosquitto -icon: https://truecharts.org/_static/img/appicons/mosquitto.png +icon: https://truecharts.org/img/appicons/mosquitto.png keywords: - mosquitto - MQTT diff --git a/charts/stable/mosquitto/icon.png b/charts/stable/mosquitto/icon.png new file mode 100644 index 00000000000..fe8f01798c0 Binary files /dev/null and b/charts/stable/mosquitto/icon.png differ diff --git a/charts/stable/mstream/Chart.yaml b/charts/stable/mstream/Chart.yaml index e220e63d2e2..367fd34059a 100644 --- a/charts/stable/mstream/Chart.yaml +++ b/charts/stable/mstream/Chart.yaml @@ -6,7 +6,7 @@ dependencies: version: 10.2.1 description: A personal music streaming server home: https://github.com/truecharts/apps/tree/master/charts/stable/mstream -icon: https://truecharts.org/_static/img/appicons/mstream.png +icon: https://truecharts.org/img/appicons/mstream.png keywords: - mstream - server diff --git a/charts/stable/mstream/icon.png b/charts/stable/mstream/icon.png new file mode 100644 index 00000000000..6335ca5ac71 Binary files /dev/null and b/charts/stable/mstream/icon.png differ diff --git a/charts/stable/muximux/Chart.yaml b/charts/stable/muximux/Chart.yaml index 9280360a446..b3ba2ee1c0f 100644 --- a/charts/stable/muximux/Chart.yaml +++ b/charts/stable/muximux/Chart.yaml @@ -7,7 +7,7 @@ dependencies: description: A lightweight portal to view & manage your HTPC apps without having to run anything more than a PHP enabled webserver home: https://github.com/truecharts/apps/tree/master/charts/stable/muximux -icon: https://truecharts.org/_static/img/appicons/muximux.png +icon: https://truecharts.org/img/appicons/muximux.png keywords: - muximux - htpc diff --git a/charts/stable/muximux/icon.png b/charts/stable/muximux/icon.png new file mode 100644 index 00000000000..757d40b7e35 Binary files /dev/null and b/charts/stable/muximux/icon.png differ diff --git a/charts/stable/mylar/Chart.yaml b/charts/stable/mylar/Chart.yaml index c1a195ec9bb..31d6d3e8d00 100644 --- a/charts/stable/mylar/Chart.yaml +++ b/charts/stable/mylar/Chart.yaml @@ -6,7 +6,7 @@ dependencies: version: 10.2.1 description: Mylar is a automated Comic Book downloader home: https://github.com/truecharts/apps/tree/master/charts/stable/mylar -icon: https://truecharts.org/_static/img/appicons/mylar.png +icon: https://truecharts.org/img/appicons/mylar.png keywords: - mylar kubeVersion: '>=1.16.0-0' diff --git a/charts/stable/mylar/icon.png b/charts/stable/mylar/icon.png new file mode 100644 index 00000000000..b258f5ed464 Binary files /dev/null and b/charts/stable/mylar/icon.png differ diff --git a/charts/stable/mysql-workbench/Chart.yaml b/charts/stable/mysql-workbench/Chart.yaml index cda9f6f00fe..64898090d79 100644 --- a/charts/stable/mysql-workbench/Chart.yaml +++ b/charts/stable/mysql-workbench/Chart.yaml @@ -7,7 +7,7 @@ description: MySQL Workbench is a unified visual tool for database architects, d type: application deprecated: false home: https://github.com/truecharts/apps/tree/master/charts/stable/mysql-workbench -icon: https://truecharts.org/_static/img/appicons/mysql-workbench.png +icon: https://truecharts.org/img/appicons/mysql-workbench.png keywords: - mysql-workbench sources: diff --git a/charts/stable/mysql-workbench/icon.png b/charts/stable/mysql-workbench/icon.png new file mode 100644 index 00000000000..aac892f40b7 Binary files /dev/null and b/charts/stable/mysql-workbench/icon.png differ diff --git a/charts/stable/n8n/Chart.yaml b/charts/stable/n8n/Chart.yaml index 23e28ab0df2..39287ff26bf 100644 --- a/charts/stable/n8n/Chart.yaml +++ b/charts/stable/n8n/Chart.yaml @@ -14,7 +14,7 @@ dependencies: version: 3.0.24 description: n8n is an extendable workflow automation tool. home: https://github.com/truecharts/apps/tree/master/charts/stable/n8n -icon: https://truecharts.org/_static/img/appicons/n8n.png +icon: https://truecharts.org/img/appicons/n8n.png keywords: - workflows - automation diff --git a/charts/stable/n8n/icon.png b/charts/stable/n8n/icon.png new file mode 100644 index 00000000000..b9dad93e5a9 Binary files /dev/null and b/charts/stable/n8n/icon.png differ diff --git a/charts/stable/nano-wallet/Chart.yaml b/charts/stable/nano-wallet/Chart.yaml index 8318d75a1b3..18086dc93e9 100644 --- a/charts/stable/nano-wallet/Chart.yaml +++ b/charts/stable/nano-wallet/Chart.yaml @@ -7,7 +7,7 @@ description: Nano-wallet is a digital payment protocol designed to be accessible type: application deprecated: false home: https://github.com/truecharts/apps/tree/master/charts/stable/nano-wallet -icon: https://truecharts.org/_static/img/appicons/nano-wallet.png +icon: https://truecharts.org/img/appicons/nano-wallet.png keywords: - nano-wallet sources: diff --git a/charts/stable/nano-wallet/icon.png b/charts/stable/nano-wallet/icon.png new file mode 100644 index 00000000000..44271941661 Binary files /dev/null and b/charts/stable/nano-wallet/icon.png differ diff --git a/charts/stable/navidrome/Chart.yaml b/charts/stable/navidrome/Chart.yaml index f60b39d6cb9..e9867a87097 100644 --- a/charts/stable/navidrome/Chart.yaml +++ b/charts/stable/navidrome/Chart.yaml @@ -7,7 +7,7 @@ dependencies: deprecated: false description: Navidrome is an open source web-based music collection server and streamer home: https://github.com/truecharts/apps/tree/master/charts/stable/navidrome -icon: https://truecharts.org/_static/img/appicons/navidrome.png +icon: https://truecharts.org/img/appicons/navidrome.png keywords: - navidrome - music diff --git a/charts/stable/navidrome/icon.png b/charts/stable/navidrome/icon.png new file mode 100644 index 00000000000..64615698f68 Binary files /dev/null and b/charts/stable/navidrome/icon.png differ diff --git a/charts/stable/netdata/Chart.yaml b/charts/stable/netdata/Chart.yaml index bb3166c7c43..e04a678a1e2 100644 --- a/charts/stable/netdata/Chart.yaml +++ b/charts/stable/netdata/Chart.yaml @@ -6,7 +6,7 @@ dependencies: version: 10.2.1 description: Netdata is high-fidelity infrastructure monitoring and troubleshooting. home: https://github.com/truecharts/apps/tree/master/charts/incubator/netdata -icon: https://truecharts.org/_static/img/appicons/netdata.png +icon: https://truecharts.org/img/appicons/netdata.png keywords: - netdata - monitoring diff --git a/charts/stable/netdata/icon.png b/charts/stable/netdata/icon.png new file mode 100644 index 00000000000..b7c47ba65a4 Binary files /dev/null and b/charts/stable/netdata/icon.png differ diff --git a/charts/stable/nextcloud/Chart.yaml b/charts/stable/nextcloud/Chart.yaml index 157143f4ab0..f1cac06dabe 100644 --- a/charts/stable/nextcloud/Chart.yaml +++ b/charts/stable/nextcloud/Chart.yaml @@ -20,7 +20,7 @@ deprecated: false description: A private cloud server that puts the control and security of your own data back into your hands. home: https://github.com/truecharts/apps/tree/master/charts/stable/nextcloud -icon: https://truecharts.org/_static/img/appicons/nextcloud.png +icon: https://truecharts.org/img/appicons/nextcloud.png keywords: - nextcloud - storage diff --git a/charts/stable/nextcloud/docs/installation_notes.md b/charts/stable/nextcloud/docs/installation_notes.md new file mode 100644 index 00000000000..38c3d175214 --- /dev/null +++ b/charts/stable/nextcloud/docs/installation_notes.md @@ -0,0 +1,24 @@ +# Important Notes + +Nextcloud is a VERY picky Application and is VERY hard to support. +For this reason we ask you not to file support requests on our Discord or Github, unless your issue is clearly caused by TrueCharts. + +While we consider the App layer "Stable", we simply cannot guarantee stability due to the nature of the Nextcloud Application inside the App. + + +# Installation Notes + +Nextcloud generates it's `config.php` file on the first startup/installation. Therefore you have to set some values correctly on the first try. +Otherwise you will have to either re-install the App or edit the `config.php` manually, with the latter being out of our support scope. +The mentioned values are: + - TRUSTED_PROXIES + - NODE_IP + - Ingress, if you plan to use it. + - Data storage location, type (eg. PVC, hostPath). + + +Also Nextcloud creates an Admin user on the first startup/installation, which you can only define it's username and password on the first install. +Changing them later, will have no effect. +The mentioned values are: + - NEXTCLOUD_ADMIN_USER + - NEXTCLOUD_ADMIN_PASSWORD diff --git a/charts/stable/nextcloud/icon.png b/charts/stable/nextcloud/icon.png new file mode 100644 index 00000000000..1f6f9b7d268 Binary files /dev/null and b/charts/stable/nextcloud/icon.png differ diff --git a/charts/stable/nextpvr/Chart.yaml b/charts/stable/nextpvr/Chart.yaml index a596e061cf1..7c9e95bd969 100644 --- a/charts/stable/nextpvr/Chart.yaml +++ b/charts/stable/nextpvr/Chart.yaml @@ -6,7 +6,7 @@ dependencies: version: 10.2.1 description: NextPVR is a personal video recorder application, with the goal making it easy to watch or record live TV. home: https://github.com/truecharts/apps/tree/master/charts/stable/nextpvr -icon: https://truecharts.org/_static/img/appicons/nextpvr.png +icon: https://truecharts.org/img/appicons/nextpvr.png keywords: - pvr - recorder diff --git a/charts/stable/nextpvr/docs/credentials.md b/charts/stable/nextpvr/docs/credentials.md new file mode 100644 index 00000000000..d72242cbdea --- /dev/null +++ b/charts/stable/nextpvr/docs/credentials.md @@ -0,0 +1,5 @@ +# Default Username/Password + +__E-mail__: `admin` + +__Password__: `password` diff --git a/charts/stable/nextpvr/icon.png b/charts/stable/nextpvr/icon.png new file mode 100644 index 00000000000..04df35450e9 Binary files /dev/null and b/charts/stable/nextpvr/icon.png differ diff --git a/charts/stable/ngircd/Chart.yaml b/charts/stable/ngircd/Chart.yaml index 672e1b7da27..b6a10af3a59 100644 --- a/charts/stable/ngircd/Chart.yaml +++ b/charts/stable/ngircd/Chart.yaml @@ -7,7 +7,7 @@ description: Ngircd is a free, portable and lightweight Internet Relay Chat serv type: application deprecated: false home: https://github.com/truecharts/apps/tree/master/charts/stable/ngircd -icon: https://truecharts.org/_static/img/appicons/ngircd.png +icon: https://truecharts.org/img/appicons/ngircd.png keywords: - ngircd sources: diff --git a/charts/stable/ngircd/icon.png b/charts/stable/ngircd/icon.png new file mode 100644 index 00000000000..84fa6486d7e Binary files /dev/null and b/charts/stable/ngircd/icon.png differ diff --git a/charts/stable/nntp2nntp/Chart.yaml b/charts/stable/nntp2nntp/Chart.yaml index 5fa98a7399d..0a280fb648b 100644 --- a/charts/stable/nntp2nntp/Chart.yaml +++ b/charts/stable/nntp2nntp/Chart.yaml @@ -7,7 +7,7 @@ description: Nntp2nntp proxy allow you to use your NNTP Account from multiple sy type: application deprecated: false home: https://github.com/truecharts/apps/tree/master/charts/stable/nntp2nntp -icon: https://truecharts.org/_static/img/appicons/nntp2nntp.png +icon: https://truecharts.org/img/appicons/nntp2nntp.png keywords: - nntp2nntp sources: diff --git a/charts/stable/nntp2nntp/icon.png b/charts/stable/nntp2nntp/icon.png new file mode 100644 index 00000000000..75843a09ccd Binary files /dev/null and b/charts/stable/nntp2nntp/icon.png differ diff --git a/charts/stable/nocodb/Chart.yaml b/charts/stable/nocodb/Chart.yaml index e7cc336d375..3ebc2d11e39 100644 --- a/charts/stable/nocodb/Chart.yaml +++ b/charts/stable/nocodb/Chart.yaml @@ -14,7 +14,7 @@ dependencies: version: 3.0.24 description: Turns any MySQL, PostgreSQL, SQL Server, SQLite & MariaDB into a smart-spreadsheet. home: https://github.com/truecharts/apps/tree/master/charts/stable/nocodb -icon: https://truecharts.org/_static/img/appicons/nocodb.png +icon: https://truecharts.org/img/appicons/nocodb.png keywords: - nocodb kubeVersion: '>=1.16.0-0' diff --git a/charts/stable/nocodb/icon.png b/charts/stable/nocodb/icon.png new file mode 100644 index 00000000000..dec31a6dd88 Binary files /dev/null and b/charts/stable/nocodb/icon.png differ diff --git a/charts/stable/node-red/Chart.yaml b/charts/stable/node-red/Chart.yaml index 637f6ecbff3..5e02744f34e 100644 --- a/charts/stable/node-red/Chart.yaml +++ b/charts/stable/node-red/Chart.yaml @@ -7,7 +7,7 @@ dependencies: deprecated: false description: Node-RED is low-code programming for event-driven applications home: https://github.com/truecharts/apps/tree/master/charts/stable/node-red -icon: https://truecharts.org/_static/img/appicons/node-red.png +icon: https://truecharts.org/img/appicons/node-red.png keywords: - node-red - nodered diff --git a/charts/stable/node-red/icon.png b/charts/stable/node-red/icon.png new file mode 100644 index 00000000000..0dfea2a8596 Binary files /dev/null and b/charts/stable/node-red/icon.png differ diff --git a/charts/stable/novnc/Chart.yaml b/charts/stable/novnc/Chart.yaml index e2087819a9e..91216965f7e 100644 --- a/charts/stable/novnc/Chart.yaml +++ b/charts/stable/novnc/Chart.yaml @@ -6,7 +6,7 @@ dependencies: version: 10.2.1 description: The open source VNC client home: https://github.com/truecharts/apps/tree/master/charts/stable/novnc -icon: https://truecharts.org/_static/img/appicons/novnc.png +icon: https://truecharts.org/img/appicons/novnc.png keywords: - novnc - vnc diff --git a/charts/stable/novnc/icon.png b/charts/stable/novnc/icon.png new file mode 100644 index 00000000000..aac8b0f3bad Binary files /dev/null and b/charts/stable/novnc/icon.png differ diff --git a/charts/stable/ntfy/Chart.yaml b/charts/stable/ntfy/Chart.yaml index e390d643ba1..85317197fc1 100644 --- a/charts/stable/ntfy/Chart.yaml +++ b/charts/stable/ntfy/Chart.yaml @@ -6,7 +6,7 @@ dependencies: version: 10.2.1 description: ntfy is a simple HTTP-based pub-sub notification service. It allows you to send notifications to your phone or desktop via scripts from any computer. home: https://github.com/truecharts/apps/tree/master/charts/stable/ntfy -icon: https://truecharts.org/_static/img/appicons/ntfy.png +icon: https://truecharts.org/img/appicons/ntfy.png keywords: - ntfy kubeVersion: '>=1.16.0-0' diff --git a/charts/stable/ntfy/icon.png b/charts/stable/ntfy/icon.png new file mode 100644 index 00000000000..6b969a846ef Binary files /dev/null and b/charts/stable/ntfy/icon.png differ diff --git a/charts/stable/nullserv/Chart.yaml b/charts/stable/nullserv/Chart.yaml index 3ef5bfda515..0172bcae502 100644 --- a/charts/stable/nullserv/Chart.yaml +++ b/charts/stable/nullserv/Chart.yaml @@ -6,7 +6,7 @@ dependencies: version: 10.2.1 description: A simple null file http and https server home: https://github.com/truecharts/apps/tree/master/charts/stable/nullserv -icon: https://truecharts.org/_static/img/appicons/nullserv.png +icon: https://truecharts.org/img/appicons/nullserv.png keywords: - nullserv kubeVersion: '>=1.16.0-0' diff --git a/charts/stable/nullserv/icon.png b/charts/stable/nullserv/icon.png new file mode 100644 index 00000000000..f22cc152675 Binary files /dev/null and b/charts/stable/nullserv/icon.png differ diff --git a/charts/stable/nzbget/Chart.yaml b/charts/stable/nzbget/Chart.yaml index 03cbaad9012..0cf086c3abe 100644 --- a/charts/stable/nzbget/Chart.yaml +++ b/charts/stable/nzbget/Chart.yaml @@ -7,7 +7,7 @@ dependencies: deprecated: false description: NZBGet is a Usenet downloader client home: https://github.com/truecharts/apps/tree/master/charts/stable/nzbget -icon: https://truecharts.org/_static/img/appicons/nzbget.png +icon: https://truecharts.org/img/appicons/nzbget.png keywords: - nzbget - usenet diff --git a/charts/stable/nzbget/icon.png b/charts/stable/nzbget/icon.png new file mode 100644 index 00000000000..0f9120b3002 Binary files /dev/null and b/charts/stable/nzbget/icon.png differ diff --git a/charts/stable/nzbhydra/Chart.yaml b/charts/stable/nzbhydra/Chart.yaml index b195cc6dc04..0d555b0fa66 100644 --- a/charts/stable/nzbhydra/Chart.yaml +++ b/charts/stable/nzbhydra/Chart.yaml @@ -7,7 +7,7 @@ dependencies: deprecated: true description: Usenet meta search home: https://github.com/truecharts/apps/tree/master/charts/stable/nzbhydra -icon: https://truecharts.org/_static/img/appicons/nzbhydra.png +icon: https://truecharts.org/img/appicons/nzbhydra.png keywords: - nzbhydra - usenet diff --git a/charts/stable/nzbhydra/icon.png b/charts/stable/nzbhydra/icon.png new file mode 100644 index 00000000000..76f1dfa911c Binary files /dev/null and b/charts/stable/nzbhydra/icon.png differ diff --git a/charts/stable/octoprint/Chart.yaml b/charts/stable/octoprint/Chart.yaml index 1cd65cc8071..9ced4e03cfb 100644 --- a/charts/stable/octoprint/Chart.yaml +++ b/charts/stable/octoprint/Chart.yaml @@ -6,7 +6,7 @@ dependencies: version: 10.2.1 description: OctoPrint is the snappy web interface for your 3D printer home: https://github.com/truecharts/apps/tree/master/charts/stable/octoprint -icon: https://truecharts.org/_static/img/appicons/octoprint.png +icon: https://truecharts.org/img/appicons/octoprint.png keywords: - octoprint - 3d diff --git a/charts/stable/octoprint/icon.png b/charts/stable/octoprint/icon.png new file mode 100644 index 00000000000..ad8fbd2072a Binary files /dev/null and b/charts/stable/octoprint/icon.png differ diff --git a/charts/stable/odoo/Chart.yaml b/charts/stable/odoo/Chart.yaml index eceef496fb4..15b2cafd1e7 100644 --- a/charts/stable/odoo/Chart.yaml +++ b/charts/stable/odoo/Chart.yaml @@ -6,7 +6,7 @@ name: odoo description: All-in-one business software. Beautiful. Easy-to-use. CRM, Accounting, PM, HR, Procurement, Point of Sale, MRP, Marketing, etc. type: application home: https://github.com/truecharts/apps/tree/master/charts/stable/odoo -icon: https://truecharts.org/_static/img/appicons/odoo.png +icon: https://truecharts.org/img/appicons/odoo.png keywords: - odoo - crm diff --git a/charts/stable/odoo/icon.png b/charts/stable/odoo/icon.png new file mode 100644 index 00000000000..dded5c3e5bb Binary files /dev/null and b/charts/stable/odoo/icon.png differ diff --git a/charts/stable/omada-controller/Chart.yaml b/charts/stable/omada-controller/Chart.yaml index 94e9f63a250..c217e3111d9 100644 --- a/charts/stable/omada-controller/Chart.yaml +++ b/charts/stable/omada-controller/Chart.yaml @@ -6,7 +6,7 @@ dependencies: version: 10.2.1 description: Omada is a SDN tool for TP-Link Omada hardware home: https://github.com/truecharts/apps/tree/master/charts/stable/omada-controller -icon: https://truecharts.org/_static/img/appicons/omada-controller.png +icon: https://truecharts.org/img/appicons/omada-controller.png keywords: - omada-controller kubeVersion: '>=1.16.0-0' diff --git a/charts/stable/omada-controller/icon.png b/charts/stable/omada-controller/icon.png new file mode 100644 index 00000000000..ac7816e6127 Binary files /dev/null and b/charts/stable/omada-controller/icon.png differ diff --git a/charts/stable/ombi/Chart.yaml b/charts/stable/ombi/Chart.yaml index e54d177aedb..c9e592e4e9c 100644 --- a/charts/stable/ombi/Chart.yaml +++ b/charts/stable/ombi/Chart.yaml @@ -7,7 +7,7 @@ dependencies: deprecated: false description: Want a Movie or TV Show on Plex or Emby? Use Ombi! home: https://github.com/truecharts/apps/tree/master/charts/stable/ombi -icon: https://truecharts.org/_static/img/appicons/ombi.png +icon: https://truecharts.org/img/appicons/ombi.png keywords: - ombi - plex diff --git a/charts/stable/ombi/icon.png b/charts/stable/ombi/icon.png new file mode 100644 index 00000000000..86e379d7e64 Binary files /dev/null and b/charts/stable/ombi/icon.png differ diff --git a/charts/stable/onlyoffice-document-server/Chart.yaml b/charts/stable/onlyoffice-document-server/Chart.yaml index a4509d66a63..b7026db18f2 100644 --- a/charts/stable/onlyoffice-document-server/Chart.yaml +++ b/charts/stable/onlyoffice-document-server/Chart.yaml @@ -17,7 +17,7 @@ description: 'ONLYOFFICE Document Server is an online office suite comprising vi Open XML formats: .docx, .xlsx, .pptx and enabling collaborative editing in real time.' home: https://github.com/truecharts/apps/tree/master/charts/stable/onlyoffice-document-server -icon: https://truecharts.org/_static/img/appicons/onlyoffice-document-server.png +icon: https://truecharts.org/img/appicons/onlyoffice-document-server.png keywords: - onlyoffice kubeVersion: '>=1.16.0-0' diff --git a/charts/stable/onlyoffice-document-server/icon.png b/charts/stable/onlyoffice-document-server/icon.png new file mode 100644 index 00000000000..125cde0c72a Binary files /dev/null and b/charts/stable/onlyoffice-document-server/icon.png differ diff --git a/charts/stable/openhab/Chart.yaml b/charts/stable/openhab/Chart.yaml index 8b35d70386d..a262f0fcb41 100644 --- a/charts/stable/openhab/Chart.yaml +++ b/charts/stable/openhab/Chart.yaml @@ -7,7 +7,7 @@ dependencies: deprecated: false description: OpenHab is a home-automation application home: https://github.com/truecharts/apps/tree/master/charts/stable/openhab -icon: https://truecharts.org/_static/img/appicons/openhab.png +icon: https://truecharts.org/img/appicons/openhab.png keywords: - openhab kubeVersion: '>=1.16.0-0' diff --git a/charts/stable/openhab/icon.png b/charts/stable/openhab/icon.png new file mode 100644 index 00000000000..034d76f7a1e Binary files /dev/null and b/charts/stable/openhab/icon.png differ diff --git a/charts/stable/openkm/Chart.yaml b/charts/stable/openkm/Chart.yaml index fb13776d532..e85e8e7e057 100644 --- a/charts/stable/openkm/Chart.yaml +++ b/charts/stable/openkm/Chart.yaml @@ -9,7 +9,7 @@ keywords: - documentation management - docs home: https://github.com/truecharts/apps/tree/master/charts/stable/openkm -icon: https://truecharts.org/_static/img/appicons/openkm.png +icon: https://truecharts.org/img/appicons/openkm.png sources: - https://www.openkm.com/ - https://github.com/openkm/document-management-system diff --git a/charts/stable/openkm/icon.png b/charts/stable/openkm/icon.png new file mode 100644 index 00000000000..8197c66e4f3 Binary files /dev/null and b/charts/stable/openkm/icon.png differ diff --git a/charts/stable/openldap/Chart.yaml b/charts/stable/openldap/Chart.yaml index c234361ac16..3a5bc21f667 100644 --- a/charts/stable/openldap/Chart.yaml +++ b/charts/stable/openldap/Chart.yaml @@ -7,7 +7,7 @@ dependencies: deprecated: false description: Community developed LDAP software home: https://github.com/truecharts/apps/tree/master/charts/stable/openldap -icon: https://truecharts.org/_static/img/appicons/openldap.png +icon: https://truecharts.org/img/appicons/openldap.png keywords: - ldap - openldap diff --git a/charts/stable/openldap/icon.png b/charts/stable/openldap/icon.png new file mode 100644 index 00000000000..a348b2fe291 Binary files /dev/null and b/charts/stable/openldap/icon.png differ diff --git a/charts/stable/openspeedtest/Chart.yaml b/charts/stable/openspeedtest/Chart.yaml index cd7aa50323c..ae41b274b18 100644 --- a/charts/stable/openspeedtest/Chart.yaml +++ b/charts/stable/openspeedtest/Chart.yaml @@ -7,7 +7,7 @@ dependencies: deprecated: false description: HTML5 Network Speed Test Server. You can test download & upload speed from any device within your network with a web browser that is IE10 or new. home: https://github.com/truecharts/apps/tree/master/charts/stable/openspeedtest -icon: https://truecharts.org/_static/img/appicons/openspeedtest.png +icon: https://truecharts.org/img/appicons/openspeedtest.png keywords: - speedtest - speed test diff --git a/charts/stable/openspeedtest/icon.png b/charts/stable/openspeedtest/icon.png new file mode 100644 index 00000000000..df78b83c2e2 Binary files /dev/null and b/charts/stable/openspeedtest/icon.png differ diff --git a/charts/stable/openvscode-server/Chart.yaml b/charts/stable/openvscode-server/Chart.yaml index d5817677663..b968ec44cee 100644 --- a/charts/stable/openvscode-server/Chart.yaml +++ b/charts/stable/openvscode-server/Chart.yaml @@ -7,7 +7,7 @@ description: Openvscode-server provides a version of VS Code that runs a server type: application deprecated: false home: https://github.com/truecharts/apps/tree/master/charts/stable/openvscode-server -icon: https://truecharts.org/_static/img/appicons/openvscode-server.png +icon: https://truecharts.org/img/appicons/openvscode-server.png keywords: - openvscode-server sources: diff --git a/charts/stable/openvscode-server/icon.png b/charts/stable/openvscode-server/icon.png new file mode 100644 index 00000000000..8033d9dc414 Binary files /dev/null and b/charts/stable/openvscode-server/icon.png differ diff --git a/charts/stable/organizr/Chart.yaml b/charts/stable/organizr/Chart.yaml index a573c4662f9..89d7b3ccd21 100644 --- a/charts/stable/organizr/Chart.yaml +++ b/charts/stable/organizr/Chart.yaml @@ -7,7 +7,7 @@ dependencies: deprecated: false description: HTPC/Homelab Services Organizer home: https://github.com/truecharts/apps/tree/master/charts/stable/organizr -icon: https://truecharts.org/_static/img/appicons/organizr.png +icon: https://truecharts.org/img/appicons/organizr.png keywords: - organizr kubeVersion: '>=1.16.0-0' diff --git a/charts/stable/organizr/icon.png b/charts/stable/organizr/icon.png new file mode 100644 index 00000000000..00ebb3784ae Binary files /dev/null and b/charts/stable/organizr/icon.png differ diff --git a/charts/stable/oscam/Chart.yaml b/charts/stable/oscam/Chart.yaml index 9f32babc224..f9e9c6fe5e7 100644 --- a/charts/stable/oscam/Chart.yaml +++ b/charts/stable/oscam/Chart.yaml @@ -7,7 +7,7 @@ dependencies: deprecated: false description: Open Source Conditional Access Module software home: https://github.com/truecharts/apps/tree/master/charts/stable/oscam -icon: https://truecharts.org/_static/img/appicons/oscam.png +icon: https://truecharts.org/img/appicons/oscam.png keywords: - oscam kubeVersion: '>=1.16.0-0' diff --git a/charts/stable/oscam/icon.png b/charts/stable/oscam/icon.png new file mode 100644 index 00000000000..36083a52271 Binary files /dev/null and b/charts/stable/oscam/icon.png differ diff --git a/charts/stable/outline/Chart.yaml b/charts/stable/outline/Chart.yaml index 67e5341da71..3ed788367f8 100644 --- a/charts/stable/outline/Chart.yaml +++ b/charts/stable/outline/Chart.yaml @@ -15,7 +15,7 @@ dependencies: deprecated: false description: A fast, collaborative, knowledge base for your team built using React and Node.js. home: https://github.com/truecharts/apps/tree/master/charts/stable/outline -icon: https://truecharts.org/_static/img/appicons/outline.png +icon: https://truecharts.org/img/appicons/outline.png keywords: - outline - knowledge diff --git a/charts/stable/outline/icon.png b/charts/stable/outline/icon.png new file mode 100644 index 00000000000..edca70b0440 Binary files /dev/null and b/charts/stable/outline/icon.png differ diff --git a/charts/stable/overseerr/Chart.yaml b/charts/stable/overseerr/Chart.yaml index 9ee2e7bcfcd..87af432d0c5 100644 --- a/charts/stable/overseerr/Chart.yaml +++ b/charts/stable/overseerr/Chart.yaml @@ -8,7 +8,7 @@ description: Overseerr is a free and open source software application for managi requests for your media library. It integrates with your existing services such as Sonarr, Radarr and Plex! home: https://github.com/truecharts/apps/tree/master/charts/stable/overseerr -icon: https://truecharts.org/_static/img/appicons/overseerr.png +icon: https://truecharts.org/img/appicons/overseerr.png keywords: - overseerr - plex diff --git a/charts/stable/overseerr/icon.png b/charts/stable/overseerr/icon.png new file mode 100644 index 00000000000..db9532de680 Binary files /dev/null and b/charts/stable/overseerr/icon.png differ diff --git a/charts/stable/owncast/Chart.yaml b/charts/stable/owncast/Chart.yaml index 565d5e14587..2b9f7fb8fa5 100644 --- a/charts/stable/owncast/Chart.yaml +++ b/charts/stable/owncast/Chart.yaml @@ -7,7 +7,7 @@ dependencies: description: Take control over your live stream video by running it yourself. Streaming + chat out of the box. home: https://github.com/truecharts/apps/tree/master/charts/stable/owncast -icon: https://truecharts.org/_static/img/appicons/owncast.png +icon: https://truecharts.org/img/appicons/owncast.png keywords: - owncast - stream diff --git a/charts/stable/owncast/icon.png b/charts/stable/owncast/icon.png new file mode 100644 index 00000000000..bb683f84c24 Binary files /dev/null and b/charts/stable/owncast/icon.png differ diff --git a/charts/stable/owncloud-ocis/Chart.yaml b/charts/stable/owncloud-ocis/Chart.yaml index 2946f780976..de41b82473f 100644 --- a/charts/stable/owncloud-ocis/Chart.yaml +++ b/charts/stable/owncloud-ocis/Chart.yaml @@ -6,7 +6,7 @@ dependencies: version: 10.2.1 description: ownCloud Infinite Scale is a self-hosted file sync and share server. home: https://github.com/truecharts/apps/tree/master/charts/stable/owncloud-ocis -icon: https://truecharts.org/_static/img/appicons/owncloud-ocis.png +icon: https://truecharts.org/img/appicons/owncloud-ocis.png keywords: - owncloud - ocis diff --git a/charts/stable/owncloud-ocis/icon.png b/charts/stable/owncloud-ocis/icon.png new file mode 100644 index 00000000000..411aad59926 Binary files /dev/null and b/charts/stable/owncloud-ocis/icon.png differ diff --git a/charts/stable/paperless-ng/Chart.yaml b/charts/stable/paperless-ng/Chart.yaml index 867f86af9e4..5411f3f48f8 100644 --- a/charts/stable/paperless-ng/Chart.yaml +++ b/charts/stable/paperless-ng/Chart.yaml @@ -7,7 +7,7 @@ description: Paperless-ngx is an application by Daniel Quinn and contributors th type: application deprecated: false home: https://github.com/truecharts/apps/tree/master/charts/stable/paperless-ng -icon: https://truecharts.org/_static/img/appicons/paperless-ng.png +icon: https://truecharts.org/img/appicons/paperless-ng.png keywords: - paperless-ng - paperless-ngx diff --git a/charts/stable/paperless-ng/icon.png b/charts/stable/paperless-ng/icon.png new file mode 100644 index 00000000000..8eb4958fdea Binary files /dev/null and b/charts/stable/paperless-ng/icon.png differ diff --git a/charts/stable/papermerge/Chart.yaml b/charts/stable/papermerge/Chart.yaml index 5339d65bc9f..8bcaac36cd9 100644 --- a/charts/stable/papermerge/Chart.yaml +++ b/charts/stable/papermerge/Chart.yaml @@ -7,7 +7,7 @@ description: Papermerge is an open source document management system (DMS) prima type: application deprecated: false home: https://github.com/truecharts/apps/tree/master/charts/stable/papermerge -icon: https://truecharts.org/_static/img/appicons/papermerge.png +icon: https://truecharts.org/img/appicons/papermerge.png keywords: - papermerge sources: diff --git a/charts/stable/papermerge/icon.png b/charts/stable/papermerge/icon.png new file mode 100644 index 00000000000..23a130ea527 Binary files /dev/null and b/charts/stable/papermerge/icon.png differ diff --git a/charts/stable/pgadmin/Chart.yaml b/charts/stable/pgadmin/Chart.yaml index 1e932c49f6d..58e60b1a4f1 100644 --- a/charts/stable/pgadmin/Chart.yaml +++ b/charts/stable/pgadmin/Chart.yaml @@ -7,7 +7,7 @@ dependencies: deprecated: false description: Web-Based postgresql database management utility home: https://github.com/truecharts/apps/tree/master/charts/stable/pgadmin -icon: https://truecharts.org/_static/img/appicons/pgadmin.png +icon: https://truecharts.org/img/appicons/pgadmin.png keywords: - pgadmin - db diff --git a/charts/stable/pgadmin/icon.png b/charts/stable/pgadmin/icon.png new file mode 100644 index 00000000000..9e36a42e32a Binary files /dev/null and b/charts/stable/pgadmin/icon.png differ diff --git a/charts/stable/photoprism/Chart.yaml b/charts/stable/photoprism/Chart.yaml index 27a255e2da9..69982d72987 100644 --- a/charts/stable/photoprism/Chart.yaml +++ b/charts/stable/photoprism/Chart.yaml @@ -11,7 +11,7 @@ dependencies: description: "PhotoPrism\xC2\xAE is a server-based application for browsing, organizing\ \ and sharing your personal photo collection" home: https://github.com/truecharts/apps/tree/master/charts/stable/photoprism -icon: https://truecharts.org/_static/img/appicons/photoprism.png +icon: https://truecharts.org/img/appicons/photoprism.png keywords: - photos - photoprism diff --git a/charts/stable/photoprism/icon.png b/charts/stable/photoprism/icon.png new file mode 100644 index 00000000000..ff8ed0a9871 Binary files /dev/null and b/charts/stable/photoprism/icon.png differ diff --git a/charts/stable/photoshow/Chart.yaml b/charts/stable/photoshow/Chart.yaml index 58da5bf6269..286e0fb2e21 100644 --- a/charts/stable/photoshow/Chart.yaml +++ b/charts/stable/photoshow/Chart.yaml @@ -6,7 +6,7 @@ dependencies: version: 10.2.1 description: A gallery software at its easiest, it doesn't even require a database. home: https://github.com/truecharts/apps/tree/master/charts/stable/photoshow -icon: https://truecharts.org/_static/img/appicons/photoshow.png +icon: https://truecharts.org/img/appicons/photoshow.png keywords: - photoshow - photo diff --git a/charts/stable/photoshow/icon.png b/charts/stable/photoshow/icon.png new file mode 100644 index 00000000000..60789f0a93f Binary files /dev/null and b/charts/stable/photoshow/icon.png differ diff --git a/charts/stable/photoview/Chart.yaml b/charts/stable/photoview/Chart.yaml index 7b33416b355..25d942d9507 100644 --- a/charts/stable/photoview/Chart.yaml +++ b/charts/stable/photoview/Chart.yaml @@ -10,7 +10,7 @@ dependencies: version: 8.0.24 description: Photoview is a simple and user-friendly photo gallery. home: https://github.com/truecharts/apps/tree/master/charts/stable/photoview -icon: https://truecharts.org/_static/img/appicons/photoview.png +icon: https://truecharts.org/img/appicons/photoview.png keywords: - photo - gallery diff --git a/charts/stable/photoview/icon.png b/charts/stable/photoview/icon.png new file mode 100644 index 00000000000..9a7bbfe9f56 Binary files /dev/null and b/charts/stable/photoview/icon.png differ diff --git a/charts/stable/phpldapadmin/Chart.yaml b/charts/stable/phpldapadmin/Chart.yaml index 23bb9c1d4a2..1b78dd4ba81 100644 --- a/charts/stable/phpldapadmin/Chart.yaml +++ b/charts/stable/phpldapadmin/Chart.yaml @@ -7,7 +7,7 @@ dependencies: deprecated: false description: Web-based LDAP browser to manage your LDAP server home: https://github.com/truecharts/apps/tree/master/charts/stable/phpldapadmin -icon: https://truecharts.org/_static/img/appicons/phpldapadmin.png +icon: https://truecharts.org/img/appicons/phpldapadmin.png keywords: - phpldapadmin - openldap diff --git a/charts/stable/phpldapadmin/icon.png b/charts/stable/phpldapadmin/icon.png new file mode 100644 index 00000000000..ec174c2ec10 Binary files /dev/null and b/charts/stable/phpldapadmin/icon.png differ diff --git a/charts/stable/piaware/Chart.yaml b/charts/stable/piaware/Chart.yaml index 3480ab97bd5..3f65729befb 100644 --- a/charts/stable/piaware/Chart.yaml +++ b/charts/stable/piaware/Chart.yaml @@ -6,7 +6,7 @@ dependencies: version: 10.2.1 description: Program for forwarding ADS-B data to FlightAware home: https://github.com/truecharts/apps/tree/master/charts/stable/piaware -icon: https://truecharts.org/_static/img/appicons/piaware.png +icon: https://truecharts.org/img/appicons/piaware.png keywords: - piaware - flight-aware diff --git a/charts/stable/piaware/icon.png b/charts/stable/piaware/icon.png new file mode 100644 index 00000000000..36dba908023 Binary files /dev/null and b/charts/stable/piaware/icon.png differ diff --git a/charts/stable/picoshare/Chart.yaml b/charts/stable/picoshare/Chart.yaml index 711dcf0f717..720e68d769d 100644 --- a/charts/stable/picoshare/Chart.yaml +++ b/charts/stable/picoshare/Chart.yaml @@ -6,7 +6,7 @@ dependencies: version: 10.2.1 description: PicoShare is a minimalist service that allows you to share files easily. home: https://github.com/truecharts/apps/tree/master/charts/stable/picoshare -icon: https://truecharts.org/_static/img/appicons/picoshare.png +icon: https://truecharts.org/img/appicons/picoshare.png keywords: - picoshare kubeVersion: '>=1.16.0-0' diff --git a/charts/stable/picoshare/icon.png b/charts/stable/picoshare/icon.png new file mode 100644 index 00000000000..199f56a63ab Binary files /dev/null and b/charts/stable/picoshare/icon.png differ diff --git a/charts/stable/pidgin/Chart.yaml b/charts/stable/pidgin/Chart.yaml index e52a9bd2007..fd63e863afd 100644 --- a/charts/stable/pidgin/Chart.yaml +++ b/charts/stable/pidgin/Chart.yaml @@ -7,7 +7,7 @@ description: Pidgin is a chat program which lets you log into accounts on multip type: application deprecated: false home: https://github.com/truecharts/apps/tree/master/charts/stable/pidgin -icon: https://truecharts.org/_static/img/appicons/pidgin.png +icon: https://truecharts.org/img/appicons/pidgin.png keywords: - pidgin sources: diff --git a/charts/stable/pidgin/icon.png b/charts/stable/pidgin/icon.png new file mode 100644 index 00000000000..4cea08eb406 Binary files /dev/null and b/charts/stable/pidgin/icon.png differ diff --git a/charts/stable/pihole/Chart.yaml b/charts/stable/pihole/Chart.yaml index c2d79fbf36a..4d3a67b3311 100644 --- a/charts/stable/pihole/Chart.yaml +++ b/charts/stable/pihole/Chart.yaml @@ -7,7 +7,7 @@ dependencies: deprecated: false description: DNS and Ad-filtering for your network home: https://github.com/truecharts/apps/tree/master/charts/stable/pihole -icon: https://truecharts.org/_static/img/appicons/pihole.png +icon: https://truecharts.org/img/appicons/pihole.png keywords: - DNS kubeVersion: '>=1.16.0-0' diff --git a/charts/stable/pihole/icon.png b/charts/stable/pihole/icon.png new file mode 100644 index 00000000000..82450bee292 Binary files /dev/null and b/charts/stable/pihole/icon.png differ diff --git a/charts/stable/pinry/Chart.yaml b/charts/stable/pinry/Chart.yaml index 8c40fc2c871..4912ad6b3da 100644 --- a/charts/stable/pinry/Chart.yaml +++ b/charts/stable/pinry/Chart.yaml @@ -6,7 +6,7 @@ dependencies: version: 10.2.1 description: The open-source core of Pinry, a tiling image board system for people who want to save, tag, and share images, videos and webpages in an easy to skim through format. home: https://github.com/truecharts/apps/tree/master/charts/stable/pinry -icon: https://truecharts.org/_static/img/appicons/pinry.png +icon: https://truecharts.org/img/appicons/pinry.png keywords: - pinry kubeVersion: '>=1.16.0-0' diff --git a/charts/stable/pinry/icon.png b/charts/stable/pinry/icon.png new file mode 100644 index 00000000000..e5302cb5a0e Binary files /dev/null and b/charts/stable/pinry/icon.png differ diff --git a/charts/stable/pixapop/Chart.yaml b/charts/stable/pixapop/Chart.yaml index 631ed32bf60..5ddbb2a3f47 100644 --- a/charts/stable/pixapop/Chart.yaml +++ b/charts/stable/pixapop/Chart.yaml @@ -7,7 +7,7 @@ dependencies: description: An open-source single page application to view your photos in the easiest way possible. home: https://github.com/truecharts/apps/tree/master/charts/stable/pixapop -icon: https://truecharts.org/_static/img/appicons/pixapop.png +icon: https://truecharts.org/img/appicons/pixapop.png keywords: - pixapop - photo diff --git a/charts/stable/pixapop/icon.png b/charts/stable/pixapop/icon.png new file mode 100644 index 00000000000..90e0f64a3f2 Binary files /dev/null and b/charts/stable/pixapop/icon.png differ diff --git a/charts/stable/plex/Chart.yaml b/charts/stable/plex/Chart.yaml index 00e0d3fcfae..78e72042b39 100644 --- a/charts/stable/plex/Chart.yaml +++ b/charts/stable/plex/Chart.yaml @@ -7,7 +7,7 @@ dependencies: deprecated: false description: Plex Media Server home: https://github.com/truecharts/apps/tree/master/charts/stable/plex -icon: https://truecharts.org/_static/img/appicons/plex.png +icon: https://truecharts.org/img/appicons/plex.png keywords: - plex - plex-media-server diff --git a/charts/stable/plex/icon.png b/charts/stable/plex/icon.png new file mode 100644 index 00000000000..8eb434a6762 Binary files /dev/null and b/charts/stable/plex/icon.png differ diff --git a/charts/stable/podgrab/Chart.yaml b/charts/stable/podgrab/Chart.yaml index 9dc2f5749f1..b1efd927574 100644 --- a/charts/stable/podgrab/Chart.yaml +++ b/charts/stable/podgrab/Chart.yaml @@ -8,7 +8,7 @@ deprecated: false description: A self-hosted podcast manager to download episodes as soon as they become live. home: https://github.com/truecharts/apps/tree/master/charts/stable/podgrab -icon: https://truecharts.org/_static/img/appicons/podgrab.png +icon: https://truecharts.org/img/appicons/podgrab.png keywords: - podgrab kubeVersion: '>=1.16.0-0' diff --git a/charts/stable/podgrab/icon.png b/charts/stable/podgrab/icon.png new file mode 100644 index 00000000000..bf958d55a9b Binary files /dev/null and b/charts/stable/podgrab/icon.png differ diff --git a/charts/stable/pretend-youre-xyzzy/Chart.yaml b/charts/stable/pretend-youre-xyzzy/Chart.yaml index 978540b9264..37d1823aab3 100644 --- a/charts/stable/pretend-youre-xyzzy/Chart.yaml +++ b/charts/stable/pretend-youre-xyzzy/Chart.yaml @@ -6,7 +6,7 @@ dependencies: version: 10.2.1 description: pretend-youre-xyzzy, a cards against humanity clone home: https://github.com/truecharts/apps/tree/master/charts/stable/pretend-youre-xyzzy -icon: https://truecharts.org/_static/img/appicons/pretend-youre-xyzzy.png +icon: https://truecharts.org/img/appicons/pretend-youre-xyzzy.png keywords: - pretend-youre-xyzzy - cards diff --git a/charts/stable/pretend-youre-xyzzy/icon.png b/charts/stable/pretend-youre-xyzzy/icon.png new file mode 100644 index 00000000000..4e13b89d196 Binary files /dev/null and b/charts/stable/pretend-youre-xyzzy/icon.png differ diff --git a/charts/stable/projectsend/Chart.yaml b/charts/stable/projectsend/Chart.yaml index 76544e1f8a2..4686ca5c20c 100644 --- a/charts/stable/projectsend/Chart.yaml +++ b/charts/stable/projectsend/Chart.yaml @@ -7,7 +7,7 @@ description: Projectsend is a self-hosted application that lets you upload files type: application deprecated: false home: https://github.com/truecharts/apps/tree/master/charts/stable/projectsend -icon: https://truecharts.org/_static/img/appicons/projectsend.png +icon: https://truecharts.org/img/appicons/projectsend.png - projectsend sources: - https://hub.docker.com/r/linuxserver/projectsend diff --git a/charts/stable/projectsend/icon.png b/charts/stable/projectsend/icon.png new file mode 100644 index 00000000000..e6af1df8831 Binary files /dev/null and b/charts/stable/projectsend/icon.png differ diff --git a/charts/stable/promcord/Chart.yaml b/charts/stable/promcord/Chart.yaml index 4609e543e3e..98922bc6c73 100644 --- a/charts/stable/promcord/Chart.yaml +++ b/charts/stable/promcord/Chart.yaml @@ -6,7 +6,7 @@ dependencies: version: 10.2.1 deprecated: false description: Discord bot that provides metrics from a Discord server -icon: https://truecharts.org/_static/img/appicons/promcord.png +icon: https://truecharts.org/img/appicons/promcord.png home: https://github.com/truecharts/apps/tree/master/charts/stable/promcord keywords: - promcord diff --git a/charts/stable/promcord/icon.png b/charts/stable/promcord/icon.png new file mode 100644 index 00000000000..3d3e4b1c06d Binary files /dev/null and b/charts/stable/promcord/icon.png differ diff --git a/charts/stable/prometheus/Chart.yaml b/charts/stable/prometheus/Chart.yaml index 5f9df2de062..1a767a1a716 100644 --- a/charts/stable/prometheus/Chart.yaml +++ b/charts/stable/prometheus/Chart.yaml @@ -14,7 +14,7 @@ dependencies: version: 3.1.1 deprecated: false description: kube-prometheus-stack collects Kubernetes manifests, Grafana dashboards, and Prometheus rules combined with documentation and scripts to provide easy to operate end-to-end Kubernetes cluster monitoring with Prometheus using the Prometheus Operator. -icon: https://truecharts.org/_static/img/appicons/prometheus.png +icon: https://truecharts.org/img/appicons/prometheus.png home: https://github.com/truecharts/apps/tree/master/charts/core/prometheus keywords: - metrics diff --git a/charts/stable/prometheus/icon.png b/charts/stable/prometheus/icon.png new file mode 100644 index 00000000000..7da2e233412 Binary files /dev/null and b/charts/stable/prometheus/icon.png differ diff --git a/charts/stable/protonmail-bridge/Chart.yaml b/charts/stable/protonmail-bridge/Chart.yaml index eb613246bca..3b3551af922 100644 --- a/charts/stable/protonmail-bridge/Chart.yaml +++ b/charts/stable/protonmail-bridge/Chart.yaml @@ -6,7 +6,7 @@ dependencies: version: 10.2.1 description: Container for protonmail bridge to work on the network. home: https://github.com/truecharts/apps/tree/master/charts/stable/protonmail-bridge -icon: https://truecharts.org/_static/img/appicons/protonmail-bridge.png +icon: https://truecharts.org/img/appicons/protonmail-bridge.png keywords: - protonmail - protonmail-bridge diff --git a/charts/stable/protonmail-bridge/icon.png b/charts/stable/protonmail-bridge/icon.png new file mode 100644 index 00000000000..a18cb9928ff Binary files /dev/null and b/charts/stable/protonmail-bridge/icon.png differ diff --git a/charts/stable/prowlarr/Chart.yaml b/charts/stable/prowlarr/Chart.yaml index 7b010aac05a..af858c63304 100644 --- a/charts/stable/prowlarr/Chart.yaml +++ b/charts/stable/prowlarr/Chart.yaml @@ -7,7 +7,7 @@ dependencies: description: Indexer manager/proxy built on the popular arr net base stack to integrate with your various PVR apps. home: https://github.com/truecharts/apps/tree/master/charts/stable/prowlarr -icon: https://truecharts.org/_static/img/appicons/prowlarr.png +icon: https://truecharts.org/img/appicons/prowlarr.png keywords: - prowlarr - torrent diff --git a/charts/stable/prowlarr/icon.png b/charts/stable/prowlarr/icon.png new file mode 100644 index 00000000000..d0c931310e9 Binary files /dev/null and b/charts/stable/prowlarr/icon.png differ diff --git a/charts/stable/pwndrop/Chart.yaml b/charts/stable/pwndrop/Chart.yaml index 08bf5c6de36..ba6968f7bf1 100644 --- a/charts/stable/pwndrop/Chart.yaml +++ b/charts/stable/pwndrop/Chart.yaml @@ -7,7 +7,7 @@ description: Pwndrop is a self-deployable file hosting service for sending out r type: application deprecated: false home: https://github.com/truecharts/apps/tree/master/charts/stable/pwndrop -icon: https://truecharts.org/_static/img/appicons/pwndrop.png +icon: https://truecharts.org/img/appicons/pwndrop.png keywords: - pwndrop sources: diff --git a/charts/stable/pwndrop/icon.png b/charts/stable/pwndrop/icon.png new file mode 100644 index 00000000000..3aba3562fd7 Binary files /dev/null and b/charts/stable/pwndrop/icon.png differ diff --git a/charts/stable/pydio-cells/Chart.yaml b/charts/stable/pydio-cells/Chart.yaml index 632d86bca7f..c815efcae60 100644 --- a/charts/stable/pydio-cells/Chart.yaml +++ b/charts/stable/pydio-cells/Chart.yaml @@ -7,7 +7,7 @@ description: Pydio-cells is the nextgen file sharing platform for organizations. type: application deprecated: false home: https://github.com/truecharts/apps/tree/master/charts/stable/pydio-cells -icon: https://truecharts.org/_static/img/appicons/pydio-cells.png +icon: https://truecharts.org/img/appicons/pydio-cells.png keywords: - pydio-cells sources: diff --git a/charts/stable/pydio-cells/icon.png b/charts/stable/pydio-cells/icon.png new file mode 100644 index 00000000000..3ce1fc433f1 Binary files /dev/null and b/charts/stable/pydio-cells/icon.png differ diff --git a/charts/stable/pyload/Chart.yaml b/charts/stable/pyload/Chart.yaml index 9124222957c..aeaaee42260 100644 --- a/charts/stable/pyload/Chart.yaml +++ b/charts/stable/pyload/Chart.yaml @@ -8,7 +8,7 @@ description: pyLoad is a Free and Open Source download manager written in Python designed to be extremely lightweight, easily extensible and fully manageable via web. home: https://github.com/truecharts/apps/tree/master/charts/stable/pyload -icon: https://truecharts.org/_static/img/appicons/pyload.png +icon: https://truecharts.org/img/appicons/pyload.png keywords: - pyload - download diff --git a/charts/stable/pyload/icon.png b/charts/stable/pyload/icon.png new file mode 100644 index 00000000000..5c22f4bf03c Binary files /dev/null and b/charts/stable/pyload/icon.png differ diff --git a/charts/stable/pylon/Chart.yaml b/charts/stable/pylon/Chart.yaml index ceff19bdde4..0d60e8dfd9b 100644 --- a/charts/stable/pylon/Chart.yaml +++ b/charts/stable/pylon/Chart.yaml @@ -7,7 +7,7 @@ description: Pylon is a web based integrated development environment. type: application deprecated: false home: https://github.com/truecharts/apps/tree/master/charts/stable/pylon -icon: https://truecharts.org/_static/img/appicons/pylon.png +icon: https://truecharts.org/img/appicons/pylon.png keywords: - pylon sources: diff --git a/charts/stable/pylon/icon.png b/charts/stable/pylon/icon.png new file mode 100644 index 00000000000..ea055cc6f28 Binary files /dev/null and b/charts/stable/pylon/icon.png differ diff --git a/charts/stable/qbittorrent/Chart.yaml b/charts/stable/qbittorrent/Chart.yaml index 174886bacb9..bdbef0647a0 100644 --- a/charts/stable/qbittorrent/Chart.yaml +++ b/charts/stable/qbittorrent/Chart.yaml @@ -7,7 +7,7 @@ dependencies: deprecated: false description: qBittorrent is a cross-platform free and open-source BitTorrent client home: https://github.com/truecharts/apps/tree/master/charts/stable/qbittorrent -icon: https://truecharts.org/_static/img/appicons/qbittorrent.png +icon: https://truecharts.org/img/appicons/qbittorrent.png keywords: - qbittorrent - torrrent diff --git a/charts/stable/qbittorrent/docs/credentials.md b/charts/stable/qbittorrent/docs/credentials.md new file mode 100644 index 00000000000..3d01700b602 --- /dev/null +++ b/charts/stable/qbittorrent/docs/credentials.md @@ -0,0 +1,5 @@ +# Default Username/Password + +__Username__: `admin` + +__Password__: `adminadmin` diff --git a/charts/stable/qbittorrent/docs/vpn.md b/charts/stable/qbittorrent/docs/vpn.md new file mode 100644 index 00000000000..8684858b0ee --- /dev/null +++ b/charts/stable/qbittorrent/docs/vpn.md @@ -0,0 +1,5 @@ +# Using VPN + +When using VPN, in order for qbittorent to use it, you have to set the correct interface in the WebUI. + +The setting should be under Settings (Gear Icon) > Advanced > Network Interface diff --git a/charts/stable/qbittorrent/icon.png b/charts/stable/qbittorrent/icon.png new file mode 100644 index 00000000000..03ac7e42d4f Binary files /dev/null and b/charts/stable/qbittorrent/icon.png differ diff --git a/charts/stable/qinglong/Chart.yaml b/charts/stable/qinglong/Chart.yaml index 27b3e3f6dee..b8a2d4bb1ff 100644 --- a/charts/stable/qinglong/Chart.yaml +++ b/charts/stable/qinglong/Chart.yaml @@ -7,7 +7,7 @@ description: A timed task management panel that supports typescript, javaScript, type: application deprecated: false home: https://github.com/truecharts/apps/tree/master/charts/stable/qinglong -icon: https://truecharts.org/_static/img/appicons/qinglong.png +icon: https://truecharts.org/img/appicons/qinglong.png keywords: - qinglong - task diff --git a/charts/stable/qinglong/icon.png b/charts/stable/qinglong/icon.png new file mode 100644 index 00000000000..8ba23ceaa79 Binary files /dev/null and b/charts/stable/qinglong/icon.png differ diff --git a/charts/stable/quassel-core/Chart.yaml b/charts/stable/quassel-core/Chart.yaml index 96fb8bae90f..eb1a2be468f 100644 --- a/charts/stable/quassel-core/Chart.yaml +++ b/charts/stable/quassel-core/Chart.yaml @@ -7,7 +7,7 @@ description: Quassel-core is a modern, cross-platform, distributed IRC client. type: application deprecated: false home: https://github.com/truecharts/apps/tree/master/charts/stable/quassel-core -icon: https://truecharts.org/_static/img/appicons/quassel-core.png +icon: https://truecharts.org/img/appicons/quassel-core.png keywords: - quassel-core sources: diff --git a/charts/stable/quassel-core/icon.png b/charts/stable/quassel-core/icon.png new file mode 100644 index 00000000000..43aaf897c23 Binary files /dev/null and b/charts/stable/quassel-core/icon.png differ diff --git a/charts/stable/quassel-web/Chart.yaml b/charts/stable/quassel-web/Chart.yaml index 346447e3c55..521bfb0d04f 100644 --- a/charts/stable/quassel-web/Chart.yaml +++ b/charts/stable/quassel-web/Chart.yaml @@ -7,7 +7,7 @@ description: Quassel-web is a web client for Quassel. type: application deprecated: false home: https://github.com/truecharts/apps/tree/master/charts/stable/quassel-web -icon: https://truecharts.org/_static/img/appicons/quassel-web.png +icon: https://truecharts.org/img/appicons/quassel-web.png keywords: - quassel-web sources: diff --git a/charts/stable/quassel-web/icon.png b/charts/stable/quassel-web/icon.png new file mode 100644 index 00000000000..43aaf897c23 Binary files /dev/null and b/charts/stable/quassel-web/icon.png differ diff --git a/charts/stable/radarr/Chart.yaml b/charts/stable/radarr/Chart.yaml index ba6d1cd34e7..55001932747 100644 --- a/charts/stable/radarr/Chart.yaml +++ b/charts/stable/radarr/Chart.yaml @@ -7,7 +7,7 @@ dependencies: deprecated: false description: "A fork of Sonarr to work with movies \xE0 la Couchpotato" home: https://github.com/truecharts/apps/tree/master/charts/stable/radarr -icon: https://truecharts.org/_static/img/appicons/radarr.png +icon: https://truecharts.org/img/appicons/radarr.png keywords: - radarr - torrent diff --git a/charts/stable/radarr/icon.png b/charts/stable/radarr/icon.png new file mode 100644 index 00000000000..b42c09a4922 Binary files /dev/null and b/charts/stable/radarr/icon.png differ diff --git a/charts/stable/readarr/Chart.yaml b/charts/stable/readarr/Chart.yaml index fd76409a211..cf6d6c1e262 100644 --- a/charts/stable/readarr/Chart.yaml +++ b/charts/stable/readarr/Chart.yaml @@ -7,7 +7,7 @@ dependencies: deprecated: false description: A fork of Radarr to work with Books & AudioBooks home: https://github.com/truecharts/apps/tree/master/charts/stable/readarr -icon: https://truecharts.org/_static/img/appicons/readarr.png +icon: https://truecharts.org/img/appicons/readarr.png keywords: - readarr - torrent diff --git a/charts/stable/readarr/icon.png b/charts/stable/readarr/icon.png new file mode 100644 index 00000000000..3e4cd34db88 Binary files /dev/null and b/charts/stable/readarr/icon.png differ diff --git a/charts/stable/recipes/Chart.yaml b/charts/stable/recipes/Chart.yaml index 4a361a82371..3d697fcfa9d 100644 --- a/charts/stable/recipes/Chart.yaml +++ b/charts/stable/recipes/Chart.yaml @@ -8,7 +8,7 @@ keywords: - recipes - cooking home: https://github.com/truecharts/apps/tree/master/charts/stable/recipes -icon: https://truecharts.org/_static/img/appicons/recipes.png +icon: https://truecharts.org/img/appicons/recipes.png sources: - https://github.com/vabene1111/recipes - https://hub.docker.com/r/vabene1111/recipes diff --git a/charts/stable/recipes/icon.png b/charts/stable/recipes/icon.png new file mode 100644 index 00000000000..a533200599a Binary files /dev/null and b/charts/stable/recipes/icon.png differ diff --git a/charts/stable/redmine/Chart.yaml b/charts/stable/redmine/Chart.yaml index 6ac954cbaf4..d16994a6ae3 100644 --- a/charts/stable/redmine/Chart.yaml +++ b/charts/stable/redmine/Chart.yaml @@ -6,7 +6,7 @@ name: redmine description: Redmine is a flexible project management web application written using Ruby on Rails framework. type: application home: https://github.com/truecharts/apps/tree/master/charts/stable/redmine -icon: https://truecharts.org/_static/img/appicons/redmine.png +icon: https://truecharts.org/img/appicons/redmine.png keywords: - project - management diff --git a/charts/stable/redmine/icon.png b/charts/stable/redmine/icon.png new file mode 100644 index 00000000000..18334c000bb Binary files /dev/null and b/charts/stable/redmine/icon.png differ diff --git a/charts/stable/reg/Chart.yaml b/charts/stable/reg/Chart.yaml index db677023737..c9b6ad4dc5b 100644 --- a/charts/stable/reg/Chart.yaml +++ b/charts/stable/reg/Chart.yaml @@ -7,7 +7,7 @@ dependencies: description: Docker registry v2 command line client and repo listing generator with security checks. home: https://github.com/truecharts/apps/tree/master/charts/stable/reg -icon: https://truecharts.org/_static/img/appicons/reg.png +icon: https://truecharts.org/img/appicons/reg.png keywords: - reg kubeVersion: '>=1.16.0-0' diff --git a/charts/stable/reg/icon.png b/charts/stable/reg/icon.png new file mode 100644 index 00000000000..0f26fd45679 Binary files /dev/null and b/charts/stable/reg/icon.png differ diff --git a/charts/stable/remmina/Chart.yaml b/charts/stable/remmina/Chart.yaml index 19209edb92d..cbc2624d9de 100644 --- a/charts/stable/remmina/Chart.yaml +++ b/charts/stable/remmina/Chart.yaml @@ -6,7 +6,7 @@ dependencies: version: 10.2.1 description: A remote desktop client written in GTK home: https://github.com/truecharts/apps/tree/master/charts/stable/remmina -icon: https://truecharts.org/_static/img/appicons/remmina.png +icon: https://truecharts.org/img/appicons/remmina.png keywords: - remina - remote diff --git a/charts/stable/remmina/icon.png b/charts/stable/remmina/icon.png new file mode 100644 index 00000000000..f0e884a2b2e Binary files /dev/null and b/charts/stable/remmina/icon.png differ diff --git a/charts/stable/requestrr/Chart.yaml b/charts/stable/requestrr/Chart.yaml index 4a3f8e92370..c59a5671352 100644 --- a/charts/stable/requestrr/Chart.yaml +++ b/charts/stable/requestrr/Chart.yaml @@ -7,7 +7,7 @@ description: Requestrr is a chatbot used to simplify using services like Sonarr/ type: application deprecated: false home: https://github.com/truecharts/apps/tree/master/charts/stable/requestrr -icon: https://truecharts.org/_static/img/appicons/requestrr.png +icon: https://truecharts.org/img/appicons/requestrr.png keywords: - requestrr sources: diff --git a/charts/stable/requestrr/icon.png b/charts/stable/requestrr/icon.png new file mode 100644 index 00000000000..427e248bb7f Binary files /dev/null and b/charts/stable/requestrr/icon.png differ diff --git a/charts/stable/resilio-sync/Chart.yaml b/charts/stable/resilio-sync/Chart.yaml index 5393a5e6418..184c75576df 100644 --- a/charts/stable/resilio-sync/Chart.yaml +++ b/charts/stable/resilio-sync/Chart.yaml @@ -7,7 +7,7 @@ dependencies: description: Resilio Sync is a fast, reliable, and simple file sync and share solution, powered by P2P technology home: https://github.com/truecharts/apps/tree/master/charts/stable/resilio-sync -icon: https://truecharts.org/_static/img/appicons/resilio-sync.png +icon: https://truecharts.org/img/appicons/resilio-sync.png keywords: - resilio - sync diff --git a/charts/stable/resilio-sync/icon.png b/charts/stable/resilio-sync/icon.png new file mode 100644 index 00000000000..10b29915f1b Binary files /dev/null and b/charts/stable/resilio-sync/icon.png differ diff --git a/charts/stable/rsnapshot/Chart.yaml b/charts/stable/rsnapshot/Chart.yaml index e0b12291168..2b6be4a4965 100644 --- a/charts/stable/rsnapshot/Chart.yaml +++ b/charts/stable/rsnapshot/Chart.yaml @@ -7,7 +7,7 @@ description: Rsnapshot is a filesystem snapshot utility based on rsync. type: application deprecated: false home: https://github.com/truecharts/apps/tree/master/charts/stable/rsnapshot -icon: https://truecharts.org/_static/img/appicons/rsnapshot.png +icon: https://truecharts.org/img/appicons/rsnapshot.png keywords: - rsnapshot sources: diff --git a/charts/stable/rsnapshot/icon.png b/charts/stable/rsnapshot/icon.png new file mode 100644 index 00000000000..f66c9324d9c Binary files /dev/null and b/charts/stable/rsnapshot/icon.png differ diff --git a/charts/stable/rss-bridge/Chart.yaml b/charts/stable/rss-bridge/Chart.yaml index 8745fa7fe2f..b3571102df7 100644 --- a/charts/stable/rss-bridge/Chart.yaml +++ b/charts/stable/rss-bridge/Chart.yaml @@ -6,7 +6,7 @@ dependencies: version: 10.2.1 description: RSS-Bridge is a PHP project capable of generating RSS and Atom feeds for websites that don't have one. home: https://github.com/truecharts/apps/tree/master/charts/stable/rss-bridge -icon: https://truecharts.org/_static/img/appicons/rss-bridge.png +icon: https://truecharts.org/img/appicons/rss-bridge.png keywords: - rss-bridge kubeVersion: '>=1.16.0-0' diff --git a/charts/stable/rss-bridge/icon.png b/charts/stable/rss-bridge/icon.png new file mode 100644 index 00000000000..87a4ba4f2c1 Binary files /dev/null and b/charts/stable/rss-bridge/icon.png differ diff --git a/charts/stable/rsshub/Chart.yaml b/charts/stable/rsshub/Chart.yaml index 619e41025c6..932fc7ce118 100644 --- a/charts/stable/rsshub/Chart.yaml +++ b/charts/stable/rsshub/Chart.yaml @@ -7,7 +7,7 @@ description: RSSHub can generate RSS feeds from pretty much everything type: application deprecated: false home: https://github.com/truecharts/apps/tree/master/charts/stable/rsshub -icon: https://truecharts.org/_static/img/appicons/rsshub.png +icon: https://truecharts.org/img/appicons/rsshub.png keywords: - rsshub - rss diff --git a/charts/stable/rsshub/icon.png b/charts/stable/rsshub/icon.png new file mode 100644 index 00000000000..3ca374f04ab Binary files /dev/null and b/charts/stable/rsshub/icon.png differ diff --git a/charts/stable/sabnzbd/Chart.yaml b/charts/stable/sabnzbd/Chart.yaml index 2d29cb7e677..4c108b42b26 100644 --- a/charts/stable/sabnzbd/Chart.yaml +++ b/charts/stable/sabnzbd/Chart.yaml @@ -7,7 +7,7 @@ dependencies: deprecated: false description: Free and easy binary newsreader home: https://github.com/truecharts/apps/tree/master/charts/stable/sabnzbd -icon: https://truecharts.org/_static/img/appicons/sabnzbd.png +icon: https://truecharts.org/img/appicons/sabnzbd.png keywords: - sabnzbd - usenet diff --git a/charts/stable/sabnzbd/icon.png b/charts/stable/sabnzbd/icon.png new file mode 100644 index 00000000000..385d8ff1c15 Binary files /dev/null and b/charts/stable/sabnzbd/icon.png differ diff --git a/charts/stable/satisfactory/Chart.yaml b/charts/stable/satisfactory/Chart.yaml index 689d131ad70..48661eeaa3b 100644 --- a/charts/stable/satisfactory/Chart.yaml +++ b/charts/stable/satisfactory/Chart.yaml @@ -7,7 +7,7 @@ dependencies: deprecated: false description: Satisfactory Dedicated Server home: https://github.com/truecharts/apps/tree/master/charts/games/satisfactory -icon: https://truecharts.org/_static/img/appicons/satisfactory.png +icon: https://truecharts.org/img/appicons/satisfactory.png keywords: - satisfactory kubeVersion: '>=1.16.0-0' diff --git a/charts/stable/satisfactory/icon.png b/charts/stable/satisfactory/icon.png new file mode 100644 index 00000000000..618366d6c83 Binary files /dev/null and b/charts/stable/satisfactory/icon.png differ diff --git a/charts/stable/scrutiny/Chart.yaml b/charts/stable/scrutiny/Chart.yaml index 46bfef2b27f..e622cf08b65 100644 --- a/charts/stable/scrutiny/Chart.yaml +++ b/charts/stable/scrutiny/Chart.yaml @@ -7,7 +7,7 @@ description: Scrutiny WebUI for smartd S.M.A.R.T monitoring. Scrutiny is a Hard type: application deprecated: false home: https://github.com/truecharts/apps/tree/master/charts/stable/scrutiny -icon: https://truecharts.org/_static/img/appicons/scrutiny.png +icon: https://truecharts.org/img/appicons/scrutiny.png keywords: - scrutiny sources: diff --git a/charts/stable/scrutiny/icon.png b/charts/stable/scrutiny/icon.png new file mode 100644 index 00000000000..f72966509d4 Binary files /dev/null and b/charts/stable/scrutiny/icon.png differ diff --git a/charts/stable/ser2sock/Chart.yaml b/charts/stable/ser2sock/Chart.yaml index 444629c4626..4f9d1b61713 100644 --- a/charts/stable/ser2sock/Chart.yaml +++ b/charts/stable/ser2sock/Chart.yaml @@ -6,7 +6,7 @@ dependencies: version: 10.2.1 description: Serial to Socket Redirector home: https://github.com/truecharts/apps/tree/master/charts/stable/ser2sock -icon: https://truecharts.org/_static/img/appicons/ser2sock.png +icon: https://truecharts.org/img/appicons/ser2sock.png keywords: - ser2sock kubeVersion: '>=1.16.0-0' diff --git a/charts/stable/ser2sock/icon.png b/charts/stable/ser2sock/icon.png new file mode 100644 index 00000000000..0bc242d2f0e Binary files /dev/null and b/charts/stable/ser2sock/icon.png differ diff --git a/charts/stable/shiori/Chart.yaml b/charts/stable/shiori/Chart.yaml index cbe48bad81c..41b5235664e 100644 --- a/charts/stable/shiori/Chart.yaml +++ b/charts/stable/shiori/Chart.yaml @@ -6,7 +6,7 @@ name: shiori description: A simple bookmark manager built with Go type: application home: https://github.com/truecharts/apps/tree/master/charts/stable/shiori -icon: https://truecharts.org/_static/img/appicons/shiori.png +icon: https://truecharts.org/img/appicons/shiori.png keywords: - shiori - bookmark diff --git a/charts/stable/shiori/icon.png b/charts/stable/shiori/icon.png new file mode 100644 index 00000000000..307bd638479 Binary files /dev/null and b/charts/stable/shiori/icon.png differ diff --git a/charts/stable/shlink-web-client/Chart.yaml b/charts/stable/shlink-web-client/Chart.yaml index 6b55d793ddb..680fdc15c35 100644 --- a/charts/stable/shlink-web-client/Chart.yaml +++ b/charts/stable/shlink-web-client/Chart.yaml @@ -6,7 +6,7 @@ dependencies: version: 10.2.1 description: A ReactJS-based progressive web application for Shlink. home: https://github.com/truecharts/apps/tree/master/charts/stable/shlink-web-client -icon: https://truecharts.org/_static/img/appicons/shlink-web-client.png +icon: https://truecharts.org/img/appicons/shlink-web-client.png keywords: - url - shortener diff --git a/charts/stable/shlink-web-client/icon.png b/charts/stable/shlink-web-client/icon.png new file mode 100644 index 00000000000..5676e99853b Binary files /dev/null and b/charts/stable/shlink-web-client/icon.png differ diff --git a/charts/stable/shlink/Chart.yaml b/charts/stable/shlink/Chart.yaml index bec6fa0db68..97465abe985 100644 --- a/charts/stable/shlink/Chart.yaml +++ b/charts/stable/shlink/Chart.yaml @@ -15,7 +15,7 @@ dependencies: deprecated: false description: A PHP-based self-hosted URL shortener that can be used to serve shortened URLs under your own custom domain. home: https://github.com/truecharts/apps/tree/master/charts/stable/shlink -icon: https://truecharts.org/_static/img/appicons/shlink.png +icon: https://truecharts.org/img/appicons/shlink.png keywords: - url - shortener diff --git a/charts/stable/shlink/icon.png b/charts/stable/shlink/icon.png new file mode 100644 index 00000000000..47521550a40 Binary files /dev/null and b/charts/stable/shlink/icon.png differ diff --git a/charts/stable/shorturl/Chart.yaml b/charts/stable/shorturl/Chart.yaml index bb7e53899ef..5decf9d96e8 100644 --- a/charts/stable/shorturl/Chart.yaml +++ b/charts/stable/shorturl/Chart.yaml @@ -6,7 +6,7 @@ dependencies: version: 10.2.1 description: Self hosted web app for shortening urls (URL shortener) home: https://github.com/truecharts/apps/tree/master/charts/stable/shorturl -icon: https://truecharts.org/_static/img/appicons/shorturl.png +icon: https://truecharts.org/img/appicons/shorturl.png keywords: - url - shortener diff --git a/charts/stable/shorturl/icon.png b/charts/stable/shorturl/icon.png new file mode 100644 index 00000000000..2e389355f5e Binary files /dev/null and b/charts/stable/shorturl/icon.png differ diff --git a/charts/stable/sickchill/Chart.yaml b/charts/stable/sickchill/Chart.yaml index 6e794f2e331..218615cf192 100644 --- a/charts/stable/sickchill/Chart.yaml +++ b/charts/stable/sickchill/Chart.yaml @@ -6,7 +6,7 @@ dependencies: version: 10.2.1 description: An Automatic Video Library Manager for TV Shows home: https://github.com/truecharts/apps/tree/master/charts/stable/sickchill -icon: https://truecharts.org/_static/img/appicons/sickchill.png +icon: https://truecharts.org/img/appicons/sickchill.png keywords: - sickchill - video diff --git a/charts/stable/sickchill/icon.png b/charts/stable/sickchill/icon.png new file mode 100644 index 00000000000..3f28d1b1a86 Binary files /dev/null and b/charts/stable/sickchill/icon.png differ diff --git a/charts/stable/sickgear/Chart.yaml b/charts/stable/sickgear/Chart.yaml index 7b68bd7eb04..ab2c403b416 100644 --- a/charts/stable/sickgear/Chart.yaml +++ b/charts/stable/sickgear/Chart.yaml @@ -7,7 +7,7 @@ dependencies: description: Provides management of TV shows and/or Anime, it detects new episodes, links downloader apps, and more home: https://github.com/truecharts/apps/tree/master/charts/stable/sickgear -icon: https://truecharts.org/_static/img/appicons/sickgear.png +icon: https://truecharts.org/img/appicons/sickgear.png keywords: - sickgear - manager diff --git a/charts/stable/sickgear/icon.png b/charts/stable/sickgear/icon.png new file mode 100644 index 00000000000..54ce5c9683e Binary files /dev/null and b/charts/stable/sickgear/icon.png differ diff --git a/charts/stable/smokeping/Chart.yaml b/charts/stable/smokeping/Chart.yaml index 6b1d3c48c7e..6bbfd77aef8 100644 --- a/charts/stable/smokeping/Chart.yaml +++ b/charts/stable/smokeping/Chart.yaml @@ -6,7 +6,7 @@ dependencies: version: 10.2.1 description: Keep track of your network latency. home: https://github.com/truecharts/apps/tree/master/charts/stable/smokeping -icon: https://truecharts.org/_static/img/appicons/smokeping.png +icon: https://truecharts.org/img/appicons/smokeping.png keywords: - smokeping - network diff --git a/charts/stable/smokeping/icon.png b/charts/stable/smokeping/icon.png new file mode 100644 index 00000000000..40da13d5295 Binary files /dev/null and b/charts/stable/smokeping/icon.png differ diff --git a/charts/stable/snapdrop/Chart.yaml b/charts/stable/snapdrop/Chart.yaml index a24ba2c1712..3af3e803ddd 100644 --- a/charts/stable/snapdrop/Chart.yaml +++ b/charts/stable/snapdrop/Chart.yaml @@ -6,7 +6,7 @@ dependencies: version: 10.2.1 description: Snapdrop A local file sharing in your browser. Inspired by Apple's Airdrop. home: https://github.com/truecharts/apps/tree/master/charts/stable/snapdrop -icon: https://truecharts.org/_static/img/appicons/snapdrop.png +icon: https://truecharts.org/img/appicons/snapdrop.png keywords: - snapdrop kubeVersion: '>=1.16.0-0' diff --git a/charts/stable/snapdrop/icon.png b/charts/stable/snapdrop/icon.png new file mode 100644 index 00000000000..367e24fe2f9 Binary files /dev/null and b/charts/stable/snapdrop/icon.png differ diff --git a/charts/stable/snipe-it/Chart.yaml b/charts/stable/snipe-it/Chart.yaml index 3d42d58c626..bd790e85faa 100644 --- a/charts/stable/snipe-it/Chart.yaml +++ b/charts/stable/snipe-it/Chart.yaml @@ -14,7 +14,7 @@ dependencies: version: 3.0.24 description: "Open source asset management" home: https://github.com/truecharts/apps/tree/master/charts/stable/snipe-it -icon: https://truecharts.org/_static/img/appicons/snipe-it.png +icon: https://truecharts.org/img/appicons/snipe-it.png keywords: - snipeit - snipe diff --git a/charts/stable/snipe-it/docs/installation_notes.md b/charts/stable/snipe-it/docs/installation_notes.md new file mode 100644 index 00000000000..d6c8f74d249 --- /dev/null +++ b/charts/stable/snipe-it/docs/installation_notes.md @@ -0,0 +1,10 @@ +# Initial install + +`Snipe-it`'s pre-flight check [can't detect](https://github.com/snipe/snipe-it/issues/10779) if you are running behind a proxy, so for the initial installation it's suggested to go without ingress. + +Complete the setup then go back and enable ingress. + +Also keep in mind that you should have `172.16.0.0/16` in your `APP_TRUSTED_PROXIES`. If you want to add more trusted proxies. It's a comma separated list and you can do it like that `172.16.0.0/16,192.168.1.0/24`. + +If it fails to load the initla setup screen the first time you install it, stop the app and start it again. It should work right after that. +This bug has been reported [upstream](https://github.com/snipe/snipe-it/issues/10945) diff --git a/charts/stable/snipe-it/icon.png b/charts/stable/snipe-it/icon.png new file mode 100644 index 00000000000..f45fc3e1867 Binary files /dev/null and b/charts/stable/snipe-it/icon.png differ diff --git a/charts/stable/sonarr/Chart.yaml b/charts/stable/sonarr/Chart.yaml index 4f23cb5d670..eda60fc2e3d 100644 --- a/charts/stable/sonarr/Chart.yaml +++ b/charts/stable/sonarr/Chart.yaml @@ -7,7 +7,7 @@ dependencies: deprecated: false description: Smart PVR for newsgroup and bittorrent users home: https://github.com/truecharts/apps/tree/master/charts/stable/sonarr -icon: https://truecharts.org/_static/img/appicons/sonarr.png +icon: https://truecharts.org/img/appicons/sonarr.png keywords: - sonarr - torrent diff --git a/charts/stable/sonarr/icon.png b/charts/stable/sonarr/icon.png new file mode 100644 index 00000000000..f93b9ca15d8 Binary files /dev/null and b/charts/stable/sonarr/icon.png differ diff --git a/charts/stable/speedtest-exporter/Chart.yaml b/charts/stable/speedtest-exporter/Chart.yaml index f76372ad1c4..8b0a161245b 100644 --- a/charts/stable/speedtest-exporter/Chart.yaml +++ b/charts/stable/speedtest-exporter/Chart.yaml @@ -6,7 +6,7 @@ dependencies: version: 10.2.1 deprecated: false description: Speedtest Exporter made in python using the official speedtest bin -icon: https://truecharts.org/_static/img/appicons/speedtest-exporter.png +icon: https://truecharts.org/img/appicons/speedtest-exporter.png home: https://github.com/truecharts/apps/tree/master/charts/stable/speedtest-exporter keywords: - speedtest-exporter diff --git a/charts/stable/speedtest-exporter/icon.png b/charts/stable/speedtest-exporter/icon.png new file mode 100644 index 00000000000..87d2c98fab5 Binary files /dev/null and b/charts/stable/speedtest-exporter/icon.png differ diff --git a/charts/stable/spotweb/Chart.yaml b/charts/stable/spotweb/Chart.yaml index be6c4efa34e..1bcd3ace89c 100644 --- a/charts/stable/spotweb/Chart.yaml +++ b/charts/stable/spotweb/Chart.yaml @@ -6,7 +6,7 @@ name: spotweb description: Spotweb is a decentralized usenet community based on the Spotnet protocol. type: application home: https://github.com/truecharts/apps/tree/master/charts/stable/spotweb -icon: https://truecharts.org/_static/img/appicons/spotweb.png +icon: https://truecharts.org/img/appicons/spotweb.png keywords: - usenet - spotweb diff --git a/charts/stable/spotweb/docs/validation.md b/charts/stable/spotweb/docs/validation.md new file mode 100644 index 00000000000..1dc78b1cb93 --- /dev/null +++ b/charts/stable/spotweb/docs/validation.md @@ -0,0 +1,42 @@ +# Input Validation + +## Admin Username + +Usernames for an administrator in spotweb have some restrictions. + +* Following words are not allowed: + * god + * mod + * spot + * admin + * drazix + * superuser + * supervisor + * root + * anonymous +* Following characters are not allowed: + * < + * \> +* Regex used to validate the username (you can try live [here](https://regex101.com/r/LA4Io7/1)): + `^((?!god|mod|spot|admin|drazix|superuser|supervisor|root|anonymous)[^<>])*$` + +## Admin Firstname and Lastname + +The firstname and lastname in spotweb have some restrictions. + +* Following characters are not allowed: + * < + * \> +* Minimum lenght of 2 characters is enforced +* Regex used to validate the firstname and lastname (you can try live [here](https://regex101.com/r/x2KGnU/1)): + `^([^<>]{2})([^<>]*)$` + +## Admin Email + +The email addres is validated in spotweb using the built-in `_FILTER_VALIDATE_EMAIL`. + +* Regex used to validate the email (you can try live [here](https://regex101.com/r/yEmCoL/1)): + ```^[a-zA-Z0-9.!#$%&'*+\/=?^_`{|}~-]+@[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(?:\.[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)*$``` + +--- +If you find a field that you think it needs validation, please open an issue on github diff --git a/charts/stable/spotweb/icon.png b/charts/stable/spotweb/icon.png new file mode 100644 index 00000000000..4af0079232f Binary files /dev/null and b/charts/stable/spotweb/icon.png differ diff --git a/charts/stable/sqlitebrowser/Chart.yaml b/charts/stable/sqlitebrowser/Chart.yaml index d108d1ba294..7bd56fdc63a 100644 --- a/charts/stable/sqlitebrowser/Chart.yaml +++ b/charts/stable/sqlitebrowser/Chart.yaml @@ -7,7 +7,7 @@ dependencies: description: A high quality, visual, open source tool to create, design, and edit database files compatible with SQLite home: https://github.com/truecharts/apps/tree/master/charts/stable/sqlitebrowser -icon: https://truecharts.org/_static/img/appicons/sqlitebrowser.png +icon: https://truecharts.org/img/appicons/sqlitebrowser.png keywords: - sqlite - browser diff --git a/charts/stable/sqlitebrowser/icon.png b/charts/stable/sqlitebrowser/icon.png new file mode 100644 index 00000000000..3b1f08a8060 Binary files /dev/null and b/charts/stable/sqlitebrowser/icon.png differ diff --git a/charts/stable/stash/Chart.yaml b/charts/stable/stash/Chart.yaml index d584eadb23d..64c8f2b2d6a 100644 --- a/charts/stable/stash/Chart.yaml +++ b/charts/stable/stash/Chart.yaml @@ -6,7 +6,7 @@ dependencies: version: 10.2.1 description: An organizer for your porn, written in Go home: https://github.com/truecharts/apps/tree/master/charts/stable/stash -icon: https://truecharts.org/_static/img/appicons/stash.png +icon: https://truecharts.org/img/appicons/stash.png keywords: - porn kubeVersion: '>=1.16.0-0' diff --git a/charts/stable/stash/icon.png b/charts/stable/stash/icon.png new file mode 100644 index 00000000000..f8de8d4854d Binary files /dev/null and b/charts/stable/stash/icon.png differ diff --git a/charts/stable/static/Chart.yaml b/charts/stable/static/Chart.yaml index b4d9120d1ee..d825e88a7f9 100644 --- a/charts/stable/static/Chart.yaml +++ b/charts/stable/static/Chart.yaml @@ -7,7 +7,7 @@ dependencies: description: A self-hosted static file serving app which does nothing more than just serve up static files from a mounted volume. home: https://github.com/truecharts/apps/tree/master/charts/stable/static -icon: https://truecharts.org/_static/img/appicons/static.png +icon: https://truecharts.org/img/appicons/static.png keywords: - app - web diff --git a/charts/stable/static/icon.png b/charts/stable/static/icon.png new file mode 100644 index 00000000000..a0777ea0965 Binary files /dev/null and b/charts/stable/static/icon.png differ diff --git a/charts/stable/statping/Chart.yaml b/charts/stable/statping/Chart.yaml index 1904d2dfc72..01aed39688c 100644 --- a/charts/stable/statping/Chart.yaml +++ b/charts/stable/statping/Chart.yaml @@ -9,7 +9,7 @@ keywords: - status - status-page home: https://github.com/truecharts/apps/tree/master/charts/stable/statping -icon: https://truecharts.org/_static/img/appicons/statping.png +icon: https://truecharts.org/img/appicons/statping.png sources: - https://github.com/statping/statping dependencies: diff --git a/charts/stable/statping/icon.png b/charts/stable/statping/icon.png new file mode 100644 index 00000000000..d361c42ae4f Binary files /dev/null and b/charts/stable/statping/icon.png differ diff --git a/charts/stable/storj-node/Chart.yaml b/charts/stable/storj-node/Chart.yaml index fbbaafcafe5..29a07746dfd 100644 --- a/charts/stable/storj-node/Chart.yaml +++ b/charts/stable/storj-node/Chart.yaml @@ -6,7 +6,7 @@ dependencies: version: 10.2.1 description: Storj is an S3-compatible platform and suite of decentralized applications that allows you to store data in a secure and decentralized manner home: https://github.com/truecharts/apps/tree/master/charts/stable/storj-node -icon: https://truecharts.org/_static/img/appicons/storj-node.png +icon: https://truecharts.org/img/appicons/storj-node.png keywords: - storj - storage diff --git a/charts/stable/storj-node/icon.png b/charts/stable/storj-node/icon.png new file mode 100644 index 00000000000..4539afb4a7e Binary files /dev/null and b/charts/stable/storj-node/icon.png differ diff --git a/charts/stable/strapi/Chart.yaml b/charts/stable/strapi/Chart.yaml index 9c3991f51c0..340a7b91f40 100644 --- a/charts/stable/strapi/Chart.yaml +++ b/charts/stable/strapi/Chart.yaml @@ -10,7 +10,7 @@ dependencies: version: 8.0.24 description: Strapi is the leading open-source headless CMS. It’s 100% JavaScript, fully customizable and developer-first. home: https://github.com/truecharts/apps/tree/master/charts/stable/strapi -icon: https://truecharts.org/_static/img/appicons/strapi.png +icon: https://truecharts.org/img/appicons/strapi.png keywords: - strapi - cms diff --git a/charts/stable/strapi/icon.png b/charts/stable/strapi/icon.png new file mode 100644 index 00000000000..d626197daab Binary files /dev/null and b/charts/stable/strapi/icon.png differ diff --git a/charts/stable/synapse/Chart.yaml b/charts/stable/synapse/Chart.yaml index b51d2cbb601..6bca4ff82c8 100644 --- a/charts/stable/synapse/Chart.yaml +++ b/charts/stable/synapse/Chart.yaml @@ -11,7 +11,7 @@ dependencies: deprecated: false description: A Helm chart to deploy a Matrix homeserver stack into Kubernetes home: https://github.com/truecharts/apps/tree/master/charts/stable/synapse -icon: https://truecharts.org/_static/img/appicons/synapse.png +icon: https://truecharts.org/img/appicons/synapse.png keywords: - chat - matrix diff --git a/charts/stable/synapse/icon.png b/charts/stable/synapse/icon.png new file mode 100644 index 00000000000..fe0c1a9f238 Binary files /dev/null and b/charts/stable/synapse/icon.png differ diff --git a/charts/stable/synclounge/Chart.yaml b/charts/stable/synclounge/Chart.yaml index d13e78e8013..5f3c07528e0 100644 --- a/charts/stable/synclounge/Chart.yaml +++ b/charts/stable/synclounge/Chart.yaml @@ -7,7 +7,7 @@ description: Synclounge is a third party tool that allows you to watch Plex in s type: application deprecated: false home: https://github.com/truecharts/apps/tree/master/charts/stable/synclounge -icon: https://truecharts.org/_static/img/appicons/synclounge.png +icon: https://truecharts.org/img/appicons/synclounge.png keywords: - synclounge sources: diff --git a/charts/stable/synclounge/icon.png b/charts/stable/synclounge/icon.png new file mode 100644 index 00000000000..707045d227f Binary files /dev/null and b/charts/stable/synclounge/icon.png differ diff --git a/charts/stable/syncthing/Chart.yaml b/charts/stable/syncthing/Chart.yaml index 147183188c8..c57843cde4e 100644 --- a/charts/stable/syncthing/Chart.yaml +++ b/charts/stable/syncthing/Chart.yaml @@ -7,7 +7,7 @@ dependencies: deprecated: false description: P2P file synchronization application home: https://github.com/truecharts/apps/tree/master/charts/stable/syncthing -icon: https://truecharts.org/_static/img/appicons/syncthing.png +icon: https://truecharts.org/img/appicons/syncthing.png keywords: - syncthing kubeVersion: '>=1.16.0-0' diff --git a/charts/stable/syncthing/icon.png b/charts/stable/syncthing/icon.png new file mode 100644 index 00000000000..64af22dd65c Binary files /dev/null and b/charts/stable/syncthing/icon.png differ diff --git a/charts/stable/syslog-ng/Chart.yaml b/charts/stable/syslog-ng/Chart.yaml index 28af805786c..9a2a10caa2d 100644 --- a/charts/stable/syslog-ng/Chart.yaml +++ b/charts/stable/syslog-ng/Chart.yaml @@ -7,7 +7,7 @@ description: syslog-ng allows you to flexibly collect, parse, classify, rewrite type: application deprecated: false home: https://github.com/truecharts/apps/tree/master/charts/stable/syslog-ng -icon: https://truecharts.org/_static/img/appicons/syslog-ng.png +icon: https://truecharts.org/img/appicons/syslog-ng.png keywords: - syslog-ng sources: diff --git a/charts/stable/syslog-ng/icon.png b/charts/stable/syslog-ng/icon.png new file mode 100644 index 00000000000..2201c6ab38e Binary files /dev/null and b/charts/stable/syslog-ng/icon.png differ diff --git a/charts/stable/tautulli/Chart.yaml b/charts/stable/tautulli/Chart.yaml index e4461a8011e..65c57f9c90b 100644 --- a/charts/stable/tautulli/Chart.yaml +++ b/charts/stable/tautulli/Chart.yaml @@ -7,7 +7,7 @@ dependencies: deprecated: false description: A Python based monitoring and tracking tool for Plex Media Server home: https://github.com/truecharts/apps/tree/master/charts/stable/tautulli -icon: https://truecharts.org/_static/img/appicons/tautulli.png +icon: https://truecharts.org/img/appicons/tautulli.png keywords: - tautulli - plex diff --git a/charts/stable/tautulli/icon.png b/charts/stable/tautulli/icon.png new file mode 100644 index 00000000000..d9273ac2f15 Binary files /dev/null and b/charts/stable/tautulli/icon.png differ diff --git a/charts/stable/tdarr-node/Chart.yaml b/charts/stable/tdarr-node/Chart.yaml index 6e4552310bd..f90bb909756 100644 --- a/charts/stable/tdarr-node/Chart.yaml +++ b/charts/stable/tdarr-node/Chart.yaml @@ -7,7 +7,7 @@ dependencies: deprecated: false description: Audio/Video library transcoding automation home: https://github.com/truecharts/apps/tree/master/charts/stable/tdarr-node -icon: https://truecharts.org/_static/img/appicons/tdarr-node.png +icon: https://truecharts.org/img/appicons/tdarr-node.png keywords: - encode - media diff --git a/charts/stable/tdarr-node/icon.png b/charts/stable/tdarr-node/icon.png new file mode 100644 index 00000000000..9af0a69b6fa Binary files /dev/null and b/charts/stable/tdarr-node/icon.png differ diff --git a/charts/stable/tdarr/Chart.yaml b/charts/stable/tdarr/Chart.yaml index a0484277df4..7f3245ff95c 100644 --- a/charts/stable/tdarr/Chart.yaml +++ b/charts/stable/tdarr/Chart.yaml @@ -7,7 +7,7 @@ dependencies: deprecated: false description: Audio/Video library transcoding automation home: https://github.com/truecharts/apps/tree/master/charts/stable/tdarr -icon: https://truecharts.org/_static/img/appicons/tdarr.png +icon: https://truecharts.org/img/appicons/tdarr.png keywords: - encode - media diff --git a/charts/stable/tdarr/icon.png b/charts/stable/tdarr/icon.png new file mode 100644 index 00000000000..405c15d57fd Binary files /dev/null and b/charts/stable/tdarr/icon.png differ diff --git a/charts/stable/teamspeak3/Chart.yaml b/charts/stable/teamspeak3/Chart.yaml index 8b1f196bc7b..bba84904de0 100644 --- a/charts/stable/teamspeak3/Chart.yaml +++ b/charts/stable/teamspeak3/Chart.yaml @@ -7,7 +7,7 @@ dependencies: deprecated: false description: TeamSpeak is software for quality voice communication via the Internet. home: https://github.com/truecharts/apps/tree/master/charts/stable/teamspeak3 -icon: https://truecharts.org/_static/img/appicons/teamspeak3.png +icon: https://truecharts.org/img/appicons/teamspeak3.png keywords: - voice server - teamspeak diff --git a/charts/stable/teamspeak3/icon.png b/charts/stable/teamspeak3/icon.png new file mode 100644 index 00000000000..ac31264cfa2 Binary files /dev/null and b/charts/stable/teamspeak3/icon.png differ diff --git a/charts/stable/teedy/Chart.yaml b/charts/stable/teedy/Chart.yaml index 7d040b41689..67b6c944cae 100644 --- a/charts/stable/teedy/Chart.yaml +++ b/charts/stable/teedy/Chart.yaml @@ -9,7 +9,7 @@ keywords: - documents - management home: https://github.com/truecharts/apps/tree/master/charts/stable/teedy -icon: https://truecharts.org/_static/img/appicons/teedy.png +icon: https://truecharts.org/img/appicons/teedy.png sources: - https://github.com/sismics/docs - https://github.com/truecharts/apps/tree/master/charts/teedy diff --git a/charts/stable/teedy/icon.png b/charts/stable/teedy/icon.png new file mode 100644 index 00000000000..1d989ea02b4 Binary files /dev/null and b/charts/stable/teedy/icon.png differ diff --git a/charts/stable/thelounge/Chart.yaml b/charts/stable/thelounge/Chart.yaml index 2ba717481be..558cc41ec80 100644 --- a/charts/stable/thelounge/Chart.yaml +++ b/charts/stable/thelounge/Chart.yaml @@ -6,7 +6,7 @@ dependencies: version: 10.2.1 description: The Lounge, modern web IRC client designed for self-hosting home: https://github.com/truecharts/apps/tree/master/charts/stable/thelounge -icon: https://truecharts.org/_static/img/appicons/thelounge.png +icon: https://truecharts.org/img/appicons/thelounge.png keywords: - thelounge - IRC diff --git a/charts/stable/thelounge/icon.png b/charts/stable/thelounge/icon.png new file mode 100644 index 00000000000..0cd27ea8706 Binary files /dev/null and b/charts/stable/thelounge/icon.png differ diff --git a/charts/stable/tinymediamanager/Chart.yaml b/charts/stable/tinymediamanager/Chart.yaml index 9db34a79503..f37fcbe7e7a 100644 --- a/charts/stable/tinymediamanager/Chart.yaml +++ b/charts/stable/tinymediamanager/Chart.yaml @@ -6,7 +6,7 @@ dependencies: version: 10.2.1 description: TinyMediaManager is a full featured media manager to organize and clean up your media library. home: https://github.com/truecharts/apps/tree/master/charts/stable/tinymediamanager -icon: https://truecharts.org/_static/img/appicons/tinymediamanager.png +icon: https://truecharts.org/img/appicons/tinymediamanager.png keywords: - tiny - media diff --git a/charts/stable/tinymediamanager/icon.png b/charts/stable/tinymediamanager/icon.png new file mode 100644 index 00000000000..99d0ba55328 Binary files /dev/null and b/charts/stable/tinymediamanager/icon.png differ diff --git a/charts/stable/traccar/Chart.yaml b/charts/stable/traccar/Chart.yaml index 07f1386c6fa..112005c9d03 100644 --- a/charts/stable/traccar/Chart.yaml +++ b/charts/stable/traccar/Chart.yaml @@ -8,7 +8,7 @@ keywords: - traccar - gps home: https://github.com/truecharts/apps/tree/master/charts/stable/traccar -icon: https://truecharts.org/_static/img/appicons/traccar.png +icon: https://truecharts.org/img/appicons/traccar.png sources: - https://github.com/traccar/traccar - https://hub.docker.com/r/traccar/traccar diff --git a/charts/stable/traccar/icon.png b/charts/stable/traccar/icon.png new file mode 100644 index 00000000000..b9c4c2f5c75 Binary files /dev/null and b/charts/stable/traccar/icon.png differ diff --git a/charts/stable/traefik/Chart.yaml b/charts/stable/traefik/Chart.yaml index 6ac5c4fbcf1..3d54ca21787 100644 --- a/charts/stable/traefik/Chart.yaml +++ b/charts/stable/traefik/Chart.yaml @@ -7,7 +7,7 @@ dependencies: deprecated: false description: Traefik is a flexible reverse proxy and Ingress Provider. home: https://github.com/truecharts/apps/tree/master/charts/core/traefik -icon: https://truecharts.org/_static/img/appicons/traefik.png +icon: https://truecharts.org/img/appicons/traefik.png keywords: - traefik - ingress diff --git a/charts/stable/traefik/icon.png b/charts/stable/traefik/icon.png new file mode 100644 index 00000000000..5d807a7e5d9 Binary files /dev/null and b/charts/stable/traefik/icon.png differ diff --git a/charts/stable/transmission/Chart.yaml b/charts/stable/transmission/Chart.yaml index 5c75b7470fb..79b66cf90be 100644 --- a/charts/stable/transmission/Chart.yaml +++ b/charts/stable/transmission/Chart.yaml @@ -7,7 +7,7 @@ dependencies: deprecated: false description: API Support for your favorite torrent trackers. home: https://github.com/truecharts/apps/tree/master/charts/stable/transmission -icon: https://truecharts.org/_static/img/appicons/transmission.png +icon: https://truecharts.org/img/appicons/transmission.png keywords: - transmission - torrent diff --git a/charts/stable/transmission/icon.png b/charts/stable/transmission/icon.png new file mode 100644 index 00000000000..bcc4b8ccbef Binary files /dev/null and b/charts/stable/transmission/icon.png differ diff --git a/charts/stable/trilium-notes/Chart.yaml b/charts/stable/trilium-notes/Chart.yaml index 2b0b05a129e..972c556f3f2 100644 --- a/charts/stable/trilium-notes/Chart.yaml +++ b/charts/stable/trilium-notes/Chart.yaml @@ -7,7 +7,7 @@ dependencies: deprecated: false description: Trilium Notes is a hierarchical note taking application with focus on building large personal knowledge bases. home: https://github.com/truecharts/apps/tree/master/charts/stable/trilium-notes -icon: https://truecharts.org/_static/img/appicons/trilium-notes.png +icon: https://truecharts.org/img/appicons/trilium-notes.png keywords: - trilium - notes diff --git a/charts/stable/trilium-notes/icon.png b/charts/stable/trilium-notes/icon.png new file mode 100644 index 00000000000..591715a6f50 Binary files /dev/null and b/charts/stable/trilium-notes/icon.png differ diff --git a/charts/stable/truecommand/Chart.yaml b/charts/stable/truecommand/Chart.yaml index 7cec227d1e9..5b13628c142 100644 --- a/charts/stable/truecommand/Chart.yaml +++ b/charts/stable/truecommand/Chart.yaml @@ -7,7 +7,7 @@ dependencies: deprecated: false description: Aggregated management of TrueNAS devices home: https://github.com/truecharts/apps/tree/master/charts/stable/truecommand -icon: https://truecharts.org/_static/img/appicons/truecommand.png +icon: https://truecharts.org/img/appicons/truecommand.png keywords: - truecommand kubeVersion: '>=1.16.0-0' diff --git a/charts/stable/truecommand/icon.png b/charts/stable/truecommand/icon.png new file mode 100644 index 00000000000..bb019d9b344 Binary files /dev/null and b/charts/stable/truecommand/icon.png differ diff --git a/charts/stable/tt-rss/Chart.yaml b/charts/stable/tt-rss/Chart.yaml index 50143b04e48..dfff7534224 100644 --- a/charts/stable/tt-rss/Chart.yaml +++ b/charts/stable/tt-rss/Chart.yaml @@ -7,7 +7,7 @@ kubeVersion: ">=1.16.0-0" keywords: - tt-rss home: https://github.com/truecharts/apps/tree/master/charts/stable/tt-rss -icon: https://truecharts.org/_static/img/appicons/tt-rss.png +icon: https://truecharts.org/img/appicons/tt-rss.png sources: - https://git.tt-rss.org/fox/tt-rss dependencies: diff --git a/charts/stable/tt-rss/icon.png b/charts/stable/tt-rss/icon.png new file mode 100644 index 00000000000..60e1cd33105 Binary files /dev/null and b/charts/stable/tt-rss/icon.png differ diff --git a/charts/stable/tvheadend/Chart.yaml b/charts/stable/tvheadend/Chart.yaml index c7a7bb4ca7c..14c12ca159c 100644 --- a/charts/stable/tvheadend/Chart.yaml +++ b/charts/stable/tvheadend/Chart.yaml @@ -7,7 +7,7 @@ dependencies: deprecated: false description: TVheadend - a TV streaming server and digital video recorder home: https://github.com/truecharts/apps/tree/master/charts/stable/tvheadend -icon: https://truecharts.org/_static/img/appicons/tvheadend.png +icon: https://truecharts.org/img/appicons/tvheadend.png keywords: - tvheadend - tv diff --git a/charts/stable/tvheadend/icon.png b/charts/stable/tvheadend/icon.png new file mode 100644 index 00000000000..8e7cc418377 Binary files /dev/null and b/charts/stable/tvheadend/icon.png differ diff --git a/charts/stable/twtxt/Chart.yaml b/charts/stable/twtxt/Chart.yaml index 99caa6ccde9..5e097aa65c6 100644 --- a/charts/stable/twtxt/Chart.yaml +++ b/charts/stable/twtxt/Chart.yaml @@ -7,7 +7,7 @@ dependencies: description: "A Self-Hosted, Twitter\u2122-like Decentralised microBlogging platform.\ \ No ads, no tracking, your content, your data!" home: https://github.com/truecharts/apps/tree/master/charts/stable/twtxt -icon: https://truecharts.org/_static/img/appicons/twtxt.png +icon: https://truecharts.org/img/appicons/twtxt.png keywords: - twtxt - blogging diff --git a/charts/stable/twtxt/icon.png b/charts/stable/twtxt/icon.png new file mode 100644 index 00000000000..2ef906d8d76 Binary files /dev/null and b/charts/stable/twtxt/icon.png differ diff --git a/charts/stable/typecho/Chart.yaml b/charts/stable/typecho/Chart.yaml index 3a513eb8cc6..b55a2b4a36b 100644 --- a/charts/stable/typecho/Chart.yaml +++ b/charts/stable/typecho/Chart.yaml @@ -10,7 +10,7 @@ dependencies: version: 3.0.23 description: Typecho is a PHP Blogging Platform. home: https://github.com/truecharts/apps/tree/master/charts/stable/typecho -icon: https://truecharts.org/_static/img/appicons/typecho.png +icon: https://truecharts.org/img/appicons/typecho.png keywords: - typecho - blog diff --git a/charts/stable/typecho/icon.png b/charts/stable/typecho/icon.png new file mode 100644 index 00000000000..172ec44fc78 Binary files /dev/null and b/charts/stable/typecho/icon.png differ diff --git a/charts/stable/ubooquity/Chart.yaml b/charts/stable/ubooquity/Chart.yaml index acfaba040eb..c982363fe4f 100644 --- a/charts/stable/ubooquity/Chart.yaml +++ b/charts/stable/ubooquity/Chart.yaml @@ -7,7 +7,7 @@ description: Ubooquity is a free, lightweight and easy-to-use home server for yo type: application deprecated: false home: https://github.com/truecharts/apps/tree/master/charts/stable/ubooquity -icon: https://truecharts.org/_static/img/appicons/ubooquity.png +icon: https://truecharts.org/img/appicons/ubooquity.png keywords: - ubooquity sources: diff --git a/charts/stable/ubooquity/icon.png b/charts/stable/ubooquity/icon.png new file mode 100644 index 00000000000..3af2e9d302e Binary files /dev/null and b/charts/stable/ubooquity/icon.png differ diff --git a/charts/stable/unifi/Chart.yaml b/charts/stable/unifi/Chart.yaml index b70527c572d..221d1fdfe16 100644 --- a/charts/stable/unifi/Chart.yaml +++ b/charts/stable/unifi/Chart.yaml @@ -7,7 +7,7 @@ dependencies: deprecated: false description: Ubiquiti Network's Unifi Controller home: https://github.com/truecharts/apps/tree/master/charts/stable/unifi -icon: https://truecharts.org/_static/img/appicons/unifi.png +icon: https://truecharts.org/img/appicons/unifi.png keywords: - ubiquiti - unifi diff --git a/charts/stable/unifi/icon.png b/charts/stable/unifi/icon.png new file mode 100644 index 00000000000..6e21f40cb63 Binary files /dev/null and b/charts/stable/unifi/icon.png differ diff --git a/charts/stable/unmanic/Chart.yaml b/charts/stable/unmanic/Chart.yaml index b77e1c7b4b5..0440a1e5547 100644 --- a/charts/stable/unmanic/Chart.yaml +++ b/charts/stable/unmanic/Chart.yaml @@ -6,7 +6,7 @@ dependencies: version: 10.2.1 description: Unmanic is a simple tool for optimising your file library. home: https://github.com/truecharts/apps/tree/master/charts/stable/unmanic -icon: https://truecharts.org/_static/img/appicons/unmanic.png +icon: https://truecharts.org/img/appicons/unmanic.png keywords: - media kubeVersion: '>=1.16.0-0' diff --git a/charts/stable/unmanic/icon.png b/charts/stable/unmanic/icon.png new file mode 100644 index 00000000000..5cee9cdde00 Binary files /dev/null and b/charts/stable/unmanic/icon.png differ diff --git a/charts/stable/unpackerr/Chart.yaml b/charts/stable/unpackerr/Chart.yaml index bb52c7a4bec..f5a8f8518ab 100644 --- a/charts/stable/unpackerr/Chart.yaml +++ b/charts/stable/unpackerr/Chart.yaml @@ -9,7 +9,7 @@ description: This application runs as a daemon on your download host. It checks completed downloads and extracts them so Radarr, Lidarr, Sonarr, and Readarr may import them home: https://github.com/truecharts/apps/tree/master/charts/stable/unpackerr -icon: https://truecharts.org/_static/img/appicons/unpackerr.png +icon: https://truecharts.org/img/appicons/unpackerr.png keywords: - unpackerr - sonarr diff --git a/charts/stable/unpackerr/icon.png b/charts/stable/unpackerr/icon.png new file mode 100644 index 00000000000..104a357bdbf Binary files /dev/null and b/charts/stable/unpackerr/icon.png differ diff --git a/charts/stable/unpoller/Chart.yaml b/charts/stable/unpoller/Chart.yaml index 2d2e676755a..191659c3c44 100644 --- a/charts/stable/unpoller/Chart.yaml +++ b/charts/stable/unpoller/Chart.yaml @@ -6,7 +6,7 @@ dependencies: version: 10.2.1 deprecated: false description: Collect ALL UniFi Controller, Site, Device & Client Data - Export to InfluxDB or Prometheus -icon: https://truecharts.org/_static/img/appicons/unpoller.png +icon: https://truecharts.org/img/appicons/unpoller.png home: https://github.com/truecharts/apps/tree/master/charts/stable/unpoller keywords: - unifi diff --git a/charts/stable/unpoller/icon.png b/charts/stable/unpoller/icon.png new file mode 100644 index 00000000000..c821e74fc65 Binary files /dev/null and b/charts/stable/unpoller/icon.png differ diff --git a/charts/stable/uptime-kuma/Chart.yaml b/charts/stable/uptime-kuma/Chart.yaml index 24fae1a15de..7da0ab64589 100644 --- a/charts/stable/uptime-kuma/Chart.yaml +++ b/charts/stable/uptime-kuma/Chart.yaml @@ -7,7 +7,7 @@ dependencies: deprecated: false description: A fancy self-hosted monitoring tool home: https://github.com/truecharts/apps/tree/master/charts/stable/uptime-kuma -icon: https://truecharts.org/_static/img/appicons/uptime-kuma.png +icon: https://truecharts.org/img/appicons/uptime-kuma.png keywords: - monitoring - uptime diff --git a/charts/stable/uptime-kuma/icon.png b/charts/stable/uptime-kuma/icon.png new file mode 100644 index 00000000000..f8effac2a1c Binary files /dev/null and b/charts/stable/uptime-kuma/icon.png differ diff --git a/charts/stable/uptimerobot-prometheus/Chart.yaml b/charts/stable/uptimerobot-prometheus/Chart.yaml index 632a158bbf5..5604f3822ca 100644 --- a/charts/stable/uptimerobot-prometheus/Chart.yaml +++ b/charts/stable/uptimerobot-prometheus/Chart.yaml @@ -6,7 +6,7 @@ dependencies: version: 10.2.1 deprecated: false description: Prometheus Exporter for the official uptimerobot CLI -icon: https://truecharts.org/_static/img/appicons/uptimerobot-prometheus.png +icon: https://truecharts.org/img/appicons/uptimerobot-prometheus.png home: https://github.com/truecharts/apps/tree/master/charts/stable/uptimerobot-prometheus keywords: - uptimerobot diff --git a/charts/stable/uptimerobot-prometheus/icon.png b/charts/stable/uptimerobot-prometheus/icon.png new file mode 100644 index 00000000000..e319f497271 Binary files /dev/null and b/charts/stable/uptimerobot-prometheus/icon.png differ diff --git a/charts/stable/valheim/Chart.yaml b/charts/stable/valheim/Chart.yaml index bbdf2087f3d..773963061d2 100644 --- a/charts/stable/valheim/Chart.yaml +++ b/charts/stable/valheim/Chart.yaml @@ -6,7 +6,7 @@ dependencies: version: 10.2.1 description: Valheim dedicated gameserver with automatic update and world backup support home: https://github.com/truecharts/apps/tree/master/charts/games/valheim -icon: https://truecharts.org/_static/img/appicons/valheim.png +icon: https://truecharts.org/img/appicons/valheim.png keywords: - valheim kubeVersion: '>=1.16.0-0' diff --git a/charts/stable/valheim/docs/installation_notes.md b/charts/stable/valheim/docs/installation_notes.md new file mode 100644 index 00000000000..3fb61f50caa --- /dev/null +++ b/charts/stable/valheim/docs/installation_notes.md @@ -0,0 +1,8 @@ +# Installation Notes + +Valheim app does not support having different port numbers for `port` and `targetPort`. +Setting `port` will set the same port number to `targetPort` and it's Environmental Variable. +e.g `STATUS_HTTP_PORT`, `SUPERVISOR_HTTP_PORT`, `SERVER_PORT` + +Also, services named `valheim1`, `valheim2`, `valheim3`, should be continuous port numbers. eg 2456, 2457, 2458. +You can't skip a number! diff --git a/charts/stable/valheim/icon.png b/charts/stable/valheim/icon.png new file mode 100644 index 00000000000..0b91af94ef0 Binary files /dev/null and b/charts/stable/valheim/icon.png differ diff --git a/charts/stable/vaultwarden/Chart.yaml b/charts/stable/vaultwarden/Chart.yaml index db758968fc6..ea4d0b2603e 100644 --- a/charts/stable/vaultwarden/Chart.yaml +++ b/charts/stable/vaultwarden/Chart.yaml @@ -11,7 +11,7 @@ dependencies: deprecated: false description: Unofficial Bitwarden compatible server written in Rust home: https://github.com/truecharts/apps/tree/master/charts/stable/vaultwarden -icon: https://truecharts.org/_static/img/appicons/vaultwarden.png +icon: https://truecharts.org/img/appicons/vaultwarden.png keywords: - bitwarden - bitwardenrs diff --git a/charts/stable/vaultwarden/icon.png b/charts/stable/vaultwarden/icon.png new file mode 100644 index 00000000000..78bf16a37e2 Binary files /dev/null and b/charts/stable/vaultwarden/icon.png differ diff --git a/charts/stable/verysync/Chart.yaml b/charts/stable/verysync/Chart.yaml index 99b919c229c..b30b8055c95 100644 --- a/charts/stable/verysync/Chart.yaml +++ b/charts/stable/verysync/Chart.yaml @@ -6,7 +6,7 @@ dependencies: version: 10.2.1 description: very sync is an easy-to-use multi-platform file synchronization software home: https://github.com/truecharts/apps/tree/master/charts/stable/verysync -icon: https://truecharts.org/_static/img/appicons/verysync.png +icon: https://truecharts.org/img/appicons/verysync.png keywords: - verysync - sync diff --git a/charts/stable/verysync/icon.png b/charts/stable/verysync/icon.png new file mode 100644 index 00000000000..3575aae4812 Binary files /dev/null and b/charts/stable/verysync/icon.png differ diff --git a/charts/stable/vikunja/Chart.yaml b/charts/stable/vikunja/Chart.yaml index 6f918fd1a25..a73b7983c9a 100644 --- a/charts/stable/vikunja/Chart.yaml +++ b/charts/stable/vikunja/Chart.yaml @@ -14,7 +14,7 @@ dependencies: version: 3.0.24 description: The to-do app to organize your life. home: https://github.com/truecharts/apps/tree/master/charts/stable/vikunja -icon: https://truecharts.org/_static/img/appicons/vikunja.png +icon: https://truecharts.org/img/appicons/vikunja.png keywords: - vikunja kubeVersion: '>=1.16.0-0' diff --git a/charts/stable/vikunja/icon.png b/charts/stable/vikunja/icon.png new file mode 100644 index 00000000000..1bf42a0e4e2 Binary files /dev/null and b/charts/stable/vikunja/icon.png differ diff --git a/charts/stable/webgrabplus/Chart.yaml b/charts/stable/webgrabplus/Chart.yaml index 78512cd6e94..20e3d47dec6 100644 --- a/charts/stable/webgrabplus/Chart.yaml +++ b/charts/stable/webgrabplus/Chart.yaml @@ -7,7 +7,7 @@ description: Webgrabplus is a multi-site incremental xmltv epg grabber. type: application deprecated: false home: https://github.com/truecharts/apps/tree/master/charts/stable/webgrabplus -icon: https://truecharts.org/_static/img/appicons/webgrabplus.png +icon: https://truecharts.org/img/appicons/webgrabplus.png keywords: - webgrabplus sources: diff --git a/charts/stable/webgrabplus/icon.png b/charts/stable/webgrabplus/icon.png new file mode 100644 index 00000000000..ed5146b0fbd Binary files /dev/null and b/charts/stable/webgrabplus/icon.png differ diff --git a/charts/stable/weblate/Chart.yaml b/charts/stable/weblate/Chart.yaml index eb7e96e21e6..db4dc7ac686 100644 --- a/charts/stable/weblate/Chart.yaml +++ b/charts/stable/weblate/Chart.yaml @@ -14,7 +14,7 @@ dependencies: version: 3.0.24 description: Weblate is a copylefted libre software web-based continuous localization system home: https://github.com/truecharts/apps/tree/master/charts/stable/weblate -icon: https://truecharts.org/_static/img/appicons/weblate.png +icon: https://truecharts.org/img/appicons/weblate.png keywords: - translate kubeVersion: '>=1.16.0-0' diff --git a/charts/stable/weblate/icon.png b/charts/stable/weblate/icon.png new file mode 100644 index 00000000000..de277447894 Binary files /dev/null and b/charts/stable/weblate/icon.png differ diff --git a/charts/stable/website-shot/Chart.yaml b/charts/stable/website-shot/Chart.yaml index 586c0f7121d..8f0101e94be 100644 --- a/charts/stable/website-shot/Chart.yaml +++ b/charts/stable/website-shot/Chart.yaml @@ -6,7 +6,7 @@ dependencies: version: 10.2.1 description: Generate a full web-page screenshot with our service, that provides rich interface to make any kind of web screenshots online for free with no limits. The simplest way to take a full page screenshot. home: https://github.com/truecharts/apps/tree/master/charts/stable/website-shot -icon: https://truecharts.org/_static/img/appicons/website-shot.png +icon: https://truecharts.org/img/appicons/website-shot.png keywords: - website-shot kubeVersion: '>=1.16.0-0' diff --git a/charts/stable/website-shot/icon.png b/charts/stable/website-shot/icon.png new file mode 100644 index 00000000000..dc32e4d5ea9 Binary files /dev/null and b/charts/stable/website-shot/icon.png differ diff --git a/charts/stable/wekan/Chart.yaml b/charts/stable/wekan/Chart.yaml index aefb748394d..3c510c92050 100644 --- a/charts/stable/wekan/Chart.yaml +++ b/charts/stable/wekan/Chart.yaml @@ -10,7 +10,7 @@ dependencies: version: 1.0.26 description: WeKan - Open Source kanban home: https://github.com/truecharts/apps/tree/master/charts/stable/wekan -icon: https://truecharts.org/_static/img/appicons/wekan.png +icon: https://truecharts.org/img/appicons/wekan.png keywords: - wekan - kanban diff --git a/charts/stable/wekan/icon.png b/charts/stable/wekan/icon.png new file mode 100644 index 00000000000..5b7bc629f34 Binary files /dev/null and b/charts/stable/wekan/icon.png differ diff --git a/charts/stable/wg-easy/Chart.yaml b/charts/stable/wg-easy/Chart.yaml index d4cf647bc84..5efd4b67817 100644 --- a/charts/stable/wg-easy/Chart.yaml +++ b/charts/stable/wg-easy/Chart.yaml @@ -7,7 +7,7 @@ dependencies: deprecated: false description: The easiest way to run WireGuard VPN + Web-based Admin UI. home: https://github.com/truecharts/apps/tree/master/charts/stable/wg-easy -icon: https://truecharts.org/_static/img/appicons/wg-easy.png +icon: https://truecharts.org/img/appicons/wg-easy.png keywords: - wg-easy - wireguard diff --git a/charts/stable/wg-easy/icon.png b/charts/stable/wg-easy/icon.png new file mode 100644 index 00000000000..bb4843ff6f0 Binary files /dev/null and b/charts/stable/wg-easy/icon.png differ diff --git a/charts/stable/whoogle/Chart.yaml b/charts/stable/whoogle/Chart.yaml index 3a6d401f05b..fb902ab08a6 100644 --- a/charts/stable/whoogle/Chart.yaml +++ b/charts/stable/whoogle/Chart.yaml @@ -6,7 +6,7 @@ dependencies: version: 10.2.1 description: A self-hosted, ad-free, privacy-respecting metasearch engine home: https://github.com/truecharts/apps/tree/master/charts/stable/whoogle -icon: https://truecharts.org/_static/img/appicons/whoogle.png +icon: https://truecharts.org/img/appicons/whoogle.png keywords: - whoogle - search diff --git a/charts/stable/whoogle/icon.png b/charts/stable/whoogle/icon.png new file mode 100644 index 00000000000..d899ff4b0be Binary files /dev/null and b/charts/stable/whoogle/icon.png differ diff --git a/charts/stable/wikijs/Chart.yaml b/charts/stable/wikijs/Chart.yaml index b8324c6617a..cd69d0f136a 100644 --- a/charts/stable/wikijs/Chart.yaml +++ b/charts/stable/wikijs/Chart.yaml @@ -8,7 +8,7 @@ keywords: - wiki - wikijs home: https://github.com/truecharts/apps/tree/master/charts/stable/wikijs -icon: https://truecharts.org/_static/img/appicons/wikijs.png +icon: https://truecharts.org/img/appicons/wikijs.png sources: - https://hub.docker.com/r/linuxserver/wikijs/ - https://github.com/Requarks/wiki diff --git a/charts/stable/wikijs/icon.png b/charts/stable/wikijs/icon.png new file mode 100644 index 00000000000..3178f57adb3 Binary files /dev/null and b/charts/stable/wikijs/icon.png differ diff --git a/charts/stable/wireshark/Chart.yaml b/charts/stable/wireshark/Chart.yaml index 405e2cf6648..2482acfa223 100644 --- a/charts/stable/wireshark/Chart.yaml +++ b/charts/stable/wireshark/Chart.yaml @@ -7,7 +7,7 @@ description: Wireshark is the world’s foremost and widely-used network protoco type: application deprecated: false home: https://github.com/truecharts/apps/tree/master/charts/stable/wireshark -icon: https://truecharts.org/_static/img/appicons/wireshark.png +icon: https://truecharts.org/img/appicons/wireshark.png keywords: - wireshark sources: diff --git a/charts/stable/wireshark/icon.png b/charts/stable/wireshark/icon.png new file mode 100644 index 00000000000..c27f348c064 Binary files /dev/null and b/charts/stable/wireshark/icon.png differ diff --git a/charts/stable/xbackbone/Chart.yaml b/charts/stable/xbackbone/Chart.yaml index 8225132cc6f..ebf90724271 100644 --- a/charts/stable/xbackbone/Chart.yaml +++ b/charts/stable/xbackbone/Chart.yaml @@ -10,7 +10,7 @@ dependencies: version: 3.0.23 description: "XBackBone is a simple, self-hosted, lightweight PHP file manager" home: https://github.com/truecharts/apps/tree/master/charts/stable/xbackbone -icon: https://truecharts.org/_static/img/appicons/xbackbone.png +icon: https://truecharts.org/img/appicons/xbackbone.png keywords: - xbackbone - xshare diff --git a/charts/stable/xbackbone/icon.png b/charts/stable/xbackbone/icon.png new file mode 100644 index 00000000000..48cd66482e8 Binary files /dev/null and b/charts/stable/xbackbone/icon.png differ diff --git a/charts/stable/xteve/Chart.yaml b/charts/stable/xteve/Chart.yaml index b54048e7ec8..56f0d5d708f 100644 --- a/charts/stable/xteve/Chart.yaml +++ b/charts/stable/xteve/Chart.yaml @@ -6,7 +6,7 @@ dependencies: version: 10.2.1 description: M3U Proxy for Plex DVR and Emby Live TV. home: https://github.com/truecharts/apps/tree/master/charts/stable/xteve -icon: https://truecharts.org/_static/img/appicons/xteve.png +icon: https://truecharts.org/img/appicons/xteve.png keywords: - xteve - iptv diff --git a/charts/stable/xteve/icon.png b/charts/stable/xteve/icon.png new file mode 100644 index 00000000000..b3c9ac05e22 Binary files /dev/null and b/charts/stable/xteve/icon.png differ diff --git a/charts/stable/xwiki/Chart.yaml b/charts/stable/xwiki/Chart.yaml index 402e1d01acd..668af866fd8 100644 --- a/charts/stable/xwiki/Chart.yaml +++ b/charts/stable/xwiki/Chart.yaml @@ -10,7 +10,7 @@ dependencies: version: 8.0.24 description: XWiki is a free wiki software platform written in Java with a design emphasis on extensibility home: https://github.com/truecharts/apps/tree/master/charts/stable/xwiki -icon: https://truecharts.org/_static/img/appicons/xwiki.png +icon: https://truecharts.org/img/appicons/xwiki.png keywords: - xwiki - wiki diff --git a/charts/stable/xwiki/icon.png b/charts/stable/xwiki/icon.png new file mode 100644 index 00000000000..9327e79ec39 Binary files /dev/null and b/charts/stable/xwiki/icon.png differ diff --git a/charts/stable/zerotier/Chart.yaml b/charts/stable/zerotier/Chart.yaml index f8e9412556e..e5f1ab59c24 100644 --- a/charts/stable/zerotier/Chart.yaml +++ b/charts/stable/zerotier/Chart.yaml @@ -7,7 +7,7 @@ description: ZeroTier is a smart programmable Ethernet switch for planet Earth type: application deprecated: false home: https://github.com/truecharts/apps/tree/master/charts/stable/zerotier -icon: https://truecharts.org/_static/img/appicons/zerotier.png +icon: https://truecharts.org/img/appicons/zerotier.png keywords: - zerotier - network diff --git a/charts/stable/zerotier/icon.png b/charts/stable/zerotier/icon.png new file mode 100644 index 00000000000..634511f2e5b Binary files /dev/null and b/charts/stable/zerotier/icon.png differ diff --git a/charts/stable/zigbee2mqtt/Chart.yaml b/charts/stable/zigbee2mqtt/Chart.yaml index 6311a1f0557..0d0fe5117e9 100644 --- a/charts/stable/zigbee2mqtt/Chart.yaml +++ b/charts/stable/zigbee2mqtt/Chart.yaml @@ -6,7 +6,7 @@ dependencies: version: 10.2.1 description: Bridges events and allows you to control your Zigbee devices via MQTT home: https://github.com/truecharts/apps/tree/master/charts/stable/zigbee2mqtt -icon: https://truecharts.org/_static/img/appicons/zigbee2mqtt.png +icon: https://truecharts.org/img/appicons/zigbee2mqtt.png keywords: - zigbee - mqtt diff --git a/charts/stable/zigbee2mqtt/icon.png b/charts/stable/zigbee2mqtt/icon.png new file mode 100644 index 00000000000..03d780a8d70 Binary files /dev/null and b/charts/stable/zigbee2mqtt/icon.png differ diff --git a/charts/stable/znc/Chart.yaml b/charts/stable/znc/Chart.yaml index 2fba9c51997..baad113d112 100644 --- a/charts/stable/znc/Chart.yaml +++ b/charts/stable/znc/Chart.yaml @@ -7,7 +7,7 @@ description: Znc is an IRC network bouncer or BNC. It can detach the client from type: application deprecated: false home: https://github.com/truecharts/apps/tree/master/charts/stable/znc -icon: https://truecharts.org/_static/img/appicons/znc.png +icon: https://truecharts.org/img/appicons/znc.png keywords: - znc sources: diff --git a/charts/stable/znc/icon.png b/charts/stable/znc/icon.png new file mode 100644 index 00000000000..9022b6132f2 Binary files /dev/null and b/charts/stable/znc/icon.png differ diff --git a/charts/stable/zwavejs2mqtt/Chart.yaml b/charts/stable/zwavejs2mqtt/Chart.yaml index e93085069c9..6d244e76560 100644 --- a/charts/stable/zwavejs2mqtt/Chart.yaml +++ b/charts/stable/zwavejs2mqtt/Chart.yaml @@ -8,7 +8,7 @@ deprecated: false description: Fully configurable Zwave to MQTT gateway and Control Panel using NodeJS and Vue home: https://github.com/truecharts/apps/tree/master/charts/stable/zwavejs2mqtt -icon: https://truecharts.org/_static/img/appicons/zwavejs2mqtt.png +icon: https://truecharts.org/img/appicons/zwavejs2mqtt.png keywords: - zwavejs2mqtt - zwave-js diff --git a/charts/stable/zwavejs2mqtt/icon.png b/charts/stable/zwavejs2mqtt/icon.png new file mode 100644 index 00000000000..ebb68b8ee7b Binary files /dev/null and b/charts/stable/zwavejs2mqtt/icon.png differ