chore(apps): move icons into the apps folder (#3139)

* chore(apps): move icons into the apps folder

* rename to `icon.png`

* replace solr image

* remove `docs/` from gitignore

* move app specific docs into app folder [skip ci]

* fix some links

* chore(apps): update image links temporary
This commit is contained in:
Stavros Kois 2022-07-11 18:09:18 +03:00 committed by GitHub
parent 93e4ea646d
commit 4ad582d87f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
737 changed files with 685 additions and 354 deletions

1
.gitignore vendored
View File

@ -52,4 +52,3 @@ chartsrepo/
.cr-index/ .cr-index/
website/ website/
pub/ pub/
docs/

View File

@ -8,7 +8,7 @@ deprecated: false
description: "Collabora Online Development Edition \u2013 an awesome, Online Office\ description: "Collabora Online Development Edition \u2013 an awesome, Online Office\
\ suite image suitable for home use." \ suite image suitable for home use."
home: https://github.com/truecharts/apps/tree/master/charts/stable/collabora-online 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: keywords:
- collabora-online - collabora-online
kubeVersion: '>=1.16.0-0' kubeVersion: '>=1.16.0-0'

View File

@ -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)

View File

@ -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_

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

View File

@ -7,7 +7,7 @@ dependencies:
deprecated: false deprecated: false
description: Fast, reliable, scalable, and easy to use open-source relational database system. description: Fast, reliable, scalable, and easy to use open-source relational database system.
home: https://github.com/truecharts/apps/tree/master/charts/dependency/mariadb 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: keywords:
- mariadb - mariadb
- mysql - mysql

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.3 KiB

View File

@ -7,7 +7,7 @@ dependencies:
deprecated: false deprecated: false
description: Memcached is a memory-backed database caching solution description: Memcached is a memory-backed database caching solution
home: https://github.com/truecharts/apps/tree/master/charts/dependency/memcached 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: keywords:
- memcached - memcached
- database - database

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.3 KiB

View File

@ -7,7 +7,7 @@ dependencies:
deprecated: false deprecated: false
description: Fast, reliable, scalable, and easy to use open-source no-sql database system. 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 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: keywords:
- mongodb - mongodb
- database - database

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

View File

@ -7,7 +7,7 @@ dependencies:
deprecated: false deprecated: false
description: PostgresSQL description: PostgresSQL
home: https://github.com/truecharts/apps/tree/master/charts/dependency/postgresql 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: keywords:
- postgres - postgres
- postgressql - postgressql

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

View File

@ -6,7 +6,7 @@ dependencies:
version: 10.4.2 version: 10.4.2
deprecated: false deprecated: false
description: Promtail is an agent which ships the contents of local logs to a Loki instance 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 home: https://github.com/truecharts/apps/tree/master/charts/dependency/promtail
keywords: keywords:
- metrics - metrics

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

View File

@ -7,7 +7,7 @@ dependencies:
deprecated: false deprecated: false
description: Open source, advanced key-value store. description: Open source, advanced key-value store.
home: https://github.com/truecharts/apps/tree/master/charts/dependency/redis 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: keywords:
- redis - redis
- keyvalue - keyvalue

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.5 KiB

View File

@ -7,7 +7,7 @@ dependencies:
deprecated: false deprecated: false
description: Apache Solr description: Apache Solr
home: https://github.com/truecharts/apps/tree/master/charts/dependency/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: keywords:
- solr - solr
- apache - apache

Binary file not shown.

After

Width:  |  Height:  |  Size: 46 KiB

View File

@ -6,7 +6,7 @@ dependencies:
version: 10.2.1 version: 10.2.1
description: Free and open source, powerful network-wide ads & trackers blocking DNS server. 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 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: keywords:
- adblock - adblock
- adguard - adguard

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB

View File

@ -14,7 +14,7 @@ dependencies:
# version: 0.0.25 # 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. 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 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: keywords:
- appsmith - appsmith
kubeVersion: '>=1.16.0-0' kubeVersion: '>=1.16.0-0'

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.8 KiB

View File

@ -7,7 +7,7 @@ description: A modern web frontend making aria2 easier to use | Aria2 WebUI.
type: application type: application
deprecated: false deprecated: false
home: https://github.com/truecharts/apps/tree/master/charts/stable/ariang 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: keywords:
- ariang - ariang
sources: sources:

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

View File

@ -14,7 +14,7 @@ dependencies:
version: 3.0.24 version: 3.0.24
description: authentik is an open-source Identity Provider focused on flexibility and versatility. description: authentik is an open-source Identity Provider focused on flexibility and versatility.
home: https://github.com/truecharts/apps/tree/master/charts/incubator/authentik 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: keywords:
- authentik - authentik
kubeVersion: '>=1.16.0-0' kubeVersion: '>=1.16.0-0'

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB

View File

@ -7,7 +7,7 @@ dependencies:
deprecated: false deprecated: false
description: Avidemux is a free video editor designed for simple cutting, filtering and encoding tasks. 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 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: keywords:
- media - media
- avidemux - avidemux

View File

@ -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`.

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB

View File

@ -8,7 +8,7 @@ keywords:
- tt-rss - tt-rss
- awesome-ttrss - awesome-ttrss
home: https://github.com/truecharts/apps/tree/master/charts/stable/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: sources:
- https://github.com/HenryQW/Awesome-TTRSS - https://github.com/HenryQW/Awesome-TTRSS
dependencies: dependencies:

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

View File

@ -7,7 +7,7 @@ dependencies:
deprecated: false deprecated: false
description: ClickHouse® is a column-oriented database management system (DBMS) for online analytical processing of queries (OLAP). 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 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: keywords:
- database - database
- clickhouse - clickhouse

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

View File

@ -7,7 +7,7 @@ description: Client for Cloudflare Tunnel, a daemon that exposes private service
type: application type: application
deprecated: false deprecated: false
home: https://github.com/truecharts/apps/tree/master/charts/stable/cloudflared 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: keywords:
- cloudflared - cloudflared
- networking - networking

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

View File

@ -7,7 +7,7 @@ description: Update your Cloudflare DNS records using dynamically
type: application type: application
deprecated: false deprecated: false
home: https://github.com/truecharts/apps/tree/master/charts/stable/cloudflareddns 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: keywords:
- ddns - ddns
- cloudflare - cloudflare

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

View File

@ -6,7 +6,7 @@ dependencies:
version: 10.2.1 version: 10.2.1
description: CUPS printing server description: CUPS printing server
home: https://github.com/truecharts/apps/tree/master/charts/incubator/cups-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: keywords:
- print - print
- cups - cups

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.2 KiB

View File

@ -7,7 +7,7 @@ dependencies:
deprecated: false deprecated: false
description: Czkawka is a simple, fast and free app to remove unnecessary files from your computer. 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 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: keywords:
- duplicates - duplicates
- file management - file management

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

View File

@ -7,7 +7,7 @@ dependencies:
deprecated: false deprecated: false
description: dupeGuru is a tool to find duplicate files on your computer. It can scan either filenames or contents. 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 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: keywords:
- dedupe - dedupe
- dupeguru - dupeguru

View File

@ -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`.

Binary file not shown.

After

Width:  |  Height:  |  Size: 46 KiB

View File

@ -11,7 +11,7 @@ dependencies:
deprecated: false deprecated: false
description: Secure, end-to-end encrypted, and privacy respecting sync for your contacts, calendars, tasks and notes. 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 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: keywords:
- etesync - etesync
- sync - sync

Binary file not shown.

After

Width:  |  Height:  |  Size: 52 KiB

View File

@ -7,7 +7,7 @@ description: Fancyindex provides a lightweight nginx directory listing with them
type: application type: application
deprecated: false deprecated: false
home: https://github.com/truecharts/apps/tree/master/charts/stable/fancyindex 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: keywords:
- fancyindex - fancyindex
sources: sources:

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.5 KiB

View File

@ -7,7 +7,7 @@ dependencies:
deprecated: false 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. 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 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: keywords:
- media - media
- filebot - filebot

View File

@ -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`.

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB

View File

@ -10,7 +10,7 @@ dependencies:
version: 3.0.23 version: 3.0.23
description: FileRun is a full featured web based file manager with an easy to use user interface 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 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: keywords:
- filerun - filerun
- file - file

Binary file not shown.

After

Width:  |  Height:  |  Size: 43 KiB

View File

@ -7,7 +7,7 @@ dependencies:
deprecated: false deprecated: false
description: NVR With Realtime Object Detection for IP Cameras description: NVR With Realtime Object Detection for IP Cameras
home: https://github.com/truecharts/apps/tree/master/charts/incubator/frigate 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: keywords:
- encode - encode
- nvr - nvr

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.1 KiB

View File

@ -10,7 +10,7 @@ dependencies:
version: 3.0.23 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. 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 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: keywords:
- ghost - ghost
- blog - blog

Binary file not shown.

After

Width:  |  Height:  |  Size: 44 KiB

View File

@ -7,7 +7,7 @@ dependencies:
deprecated: false deprecated: false
description: A lightweight NodeJS server that emulates the iOS HomeKit API description: A lightweight NodeJS server that emulates the iOS HomeKit API
home: https://github.com/truecharts/apps/tree/master/charts/incubator/homebridge 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: keywords:
- homebridge - homebridge
- homekit - homekit

Binary file not shown.

After

Width:  |  Height:  |  Size: 131 KiB

View File

@ -7,7 +7,7 @@ kubeVersion: ">=1.16.0-0"
keywords: keywords:
- jitsi - jitsi
home: https://github.com/truecharts/apps/tree/master/charts/stable/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: sources:
- https://jitsi.org - https://jitsi.org
- https://jitsi.github.io/handbook/docs/devops-guide/devops-guide-start - https://jitsi.github.io/handbook/docs/devops-guide/devops-guide-start

Binary file not shown.

After

Width:  |  Height:  |  Size: 54 KiB

View File

@ -6,7 +6,7 @@ dependencies:
version: 10.2.1 version: 10.2.1
description: Jump is yet another self-hosted startpage for your server designed to be simple, stylish, fast and secure. 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 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: keywords:
- dashboard - dashboard
- jump - jump

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

View File

@ -7,7 +7,7 @@ dependencies:
deprecated: false deprecated: false
description: MediaInfo is a convenient unified display of the most relevant technical and tag data for video and audio files. 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 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: keywords:
- info - info
- media - media

View File

@ -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`.

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.4 KiB

View File

@ -7,7 +7,7 @@ description: MeshCentral is a full computer management web site
type: application type: application
deprecated: false deprecated: false
home: https://github.com/truecharts/apps/tree/master/charts/incubator/meshcentral 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: keywords:
- meshcentral - meshcentral
- teamviewer - teamviewer

Binary file not shown.

After

Width:  |  Height:  |  Size: 207 KiB

View File

@ -7,7 +7,7 @@ description: MineOS is a server front-end to ease managing Minecraft administrat
type: application type: application
deprecated: false deprecated: false
home: https://github.com/truecharts/apps/tree/master/charts/stable/mineos 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: keywords:
- gameserver - gameserver
- minecraft - minecraft

Binary file not shown.

After

Width:  |  Height:  |  Size: 86 KiB

View File

@ -7,7 +7,7 @@ dependencies:
deprecated: false deprecated: false
description: MKVCleaver is a tool for batch extraction of data from MKV files description: MKVCleaver is a tool for batch extraction of data from MKV files
home: https://github.com/truecharts/apps/tree/master/charts/stable/mkvcleaver 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: keywords:
- media - media
- mkvcleaver - mkvcleaver

View File

@ -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`.

Binary file not shown.

After

Width:  |  Height:  |  Size: 73 KiB

View File

@ -7,7 +7,7 @@ dependencies:
description: A is photo gallery software for the web, built by an active community description: A is photo gallery software for the web, built by an active community
of users and developers. of users and developers.
home: https://github.com/truecharts/apps/tree/master/charts/incubator/piwigo 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: keywords:
- piwigo - piwigo
- gallery - gallery

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.2 KiB

View File

@ -11,7 +11,7 @@ dependencies:
deprecated: false deprecated: false
description: PrivateBin is a minimalist, open source online pastebin where the server has zero knowledge of pasted data. 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 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: keywords:
- privatebin - privatebin
- pastebin - pastebin

Binary file not shown.

After

Width:  |  Height:  |  Size: 67 KiB

View File

@ -7,7 +7,7 @@ dependencies:
deprecated: false deprecated: false
description: PuTTY is a free and open-source terminal emulator, serial console and network file transfer application. 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 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: keywords:
- ssh - ssh
- putty - putty

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

View File

@ -7,7 +7,7 @@ dependencies:
deprecated: false deprecated: false
description: QDirStat is a graphical application to show where your disk space has gone and to help you to clean it up. 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 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: keywords:
- stats - stats
- qdirstat - qdirstat

View File

@ -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`.

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB

View File

@ -7,7 +7,7 @@ dependencies:
deprecated: false deprecated: false
description: Radicale is a small but powerful CalDAV (calendars, to-do lists) and CardDAV (contacts) server. 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 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: keywords:
- radicale - radicale
- CalDAV - CalDAV

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

View File

@ -7,7 +7,7 @@ dependencies:
deprecated: false deprecated: false
description: Self Service Password is a PHP application that allows users to change their password in an LDAP directory. 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 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: keywords:
- password - password
- self-service - self-service

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

View File

@ -6,7 +6,7 @@ dependencies:
version: 10.2.1 version: 10.2.1
description: A standalone, self-hosted, fast, free and Open Source Artificial Intelligence microserver for any platform, any language. 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 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: keywords:
- ai - ai
- senseai - senseai

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.3 KiB

View File

@ -7,7 +7,7 @@ dependencies:
deprecated: false 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. 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 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: keywords:
- DNS - DNS
kubeVersion: '>=1.16.0-0' kubeVersion: '>=1.16.0-0'

Binary file not shown.

After

Width:  |  Height:  |  Size: 995 B

View File

@ -7,7 +7,7 @@ dependencies:
deprecated: false deprecated: false
description: Custom themes for your favorite apps! description: Custom themes for your favorite apps!
home: https://github.com/truecharts/apps/tree/master/charts/incubator/theme-park 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: keywords:
- theme-park - theme-park
- customization - customization

Binary file not shown.

After

Width:  |  Height:  |  Size: 136 KiB

View File

@ -7,7 +7,7 @@ dependencies:
deprecated: false deprecated: false
description: tsMuxer is a Transport Stream muxer. description: tsMuxer is a Transport Stream muxer.
home: https://github.com/truecharts/apps/tree/master/charts/stable/tsmuxer 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: keywords:
- media - media
- tsmuxer - tsmuxer

View File

@ -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`.

Binary file not shown.

After

Width:  |  Height:  |  Size: 39 KiB

View File

@ -14,7 +14,7 @@ dependencies:
version: 3.0.24 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. 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 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: keywords:
- workout - workout
kubeVersion: '>=1.16.0-0' kubeVersion: '>=1.16.0-0'

View File

@ -0,0 +1,5 @@
# Default Username/Password
__Email__: `admin`
__Password__: `adminadmin`

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.3 KiB

View File

@ -10,7 +10,7 @@ dependencies:
version: 1.0.26 version: 1.0.26
description: YoutubeDL-Material is a Material Design frontend for youtube-dl. description: YoutubeDL-Material is a Material Design frontend for youtube-dl.
home: https://github.com/truecharts/apps/tree/master/charts/stable/youtubedl-material 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: keywords:
- youtube - youtube
kubeVersion: '>=1.16.0-0' kubeVersion: '>=1.16.0-0'

Some files were not shown because too many files have changed in this diff Show More