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
|
@ -52,4 +52,3 @@ chartsrepo/
|
|||
.cr-index/
|
||||
website/
|
||||
pub/
|
||||
docs/
|
||||
|
|
|
@ -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'
|
||||
|
|
|
@ -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)
|
|
@ -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_
|
After Width: | Height: | Size: 16 KiB |
|
@ -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
|
||||
|
|
After Width: | Height: | Size: 8.3 KiB |
|
@ -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
|
||||
|
|
After Width: | Height: | Size: 7.3 KiB |
|
@ -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
|
||||
|
|
After Width: | Height: | Size: 22 KiB |
|
@ -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
|
||||
|
|
After Width: | Height: | Size: 16 KiB |
|
@ -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
|
||||
|
|
After Width: | Height: | Size: 20 KiB |
|
@ -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
|
||||
|
|
After Width: | Height: | Size: 6.5 KiB |
|
@ -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
|
||||
|
|
After Width: | Height: | Size: 46 KiB |
|
@ -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
|
||||
|
|
After Width: | Height: | Size: 2.4 KiB |
|
@ -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'
|
||||
|
|
After Width: | Height: | Size: 7.8 KiB |
|
@ -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:
|
||||
|
|
After Width: | Height: | Size: 18 KiB |
|
@ -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'
|
||||
|
|
After Width: | Height: | Size: 21 KiB |
|
@ -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
|
||||
|
|
|
@ -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`.
|
After Width: | Height: | Size: 26 KiB |
|
@ -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:
|
||||
|
|
After Width: | Height: | Size: 22 KiB |
|
@ -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
|
||||
|
|
After Width: | Height: | Size: 2.1 KiB |
|
@ -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
|
||||
|
|
After Width: | Height: | Size: 22 KiB |
|
@ -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
|
||||
|
|
After Width: | Height: | Size: 22 KiB |
|
@ -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
|
||||
|
|
After Width: | Height: | Size: 5.2 KiB |
|
@ -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
|
||||
|
|
After Width: | Height: | Size: 11 KiB |
|
@ -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
|
||||
|
|
|
@ -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`.
|
After Width: | Height: | Size: 46 KiB |
|
@ -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
|
||||
|
|
After Width: | Height: | Size: 52 KiB |
|
@ -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:
|
||||
|
|
After Width: | Height: | Size: 7.5 KiB |
|
@ -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
|
||||
|
|
|
@ -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`.
|
After Width: | Height: | Size: 21 KiB |
|
@ -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
|
||||
|
|
After Width: | Height: | Size: 43 KiB |
|
@ -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
|
||||
|
|
After Width: | Height: | Size: 5.1 KiB |
|
@ -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
|
||||
|
|
After Width: | Height: | Size: 44 KiB |
|
@ -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
|
||||
|
|
After Width: | Height: | Size: 131 KiB |
|
@ -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
|
||||
|
|
After Width: | Height: | Size: 54 KiB |
|
@ -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
|
||||
|
|
After Width: | Height: | Size: 22 KiB |
|
@ -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
|
||||
|
|
|
@ -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`.
|
After Width: | Height: | Size: 9.4 KiB |
|
@ -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
|
||||
|
|
After Width: | Height: | Size: 207 KiB |
|
@ -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
|
||||
|
|
After Width: | Height: | Size: 86 KiB |
|
@ -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
|
||||
|
|
|
@ -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`.
|
After Width: | Height: | Size: 73 KiB |
|
@ -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
|
||||
|
|
After Width: | Height: | Size: 9.2 KiB |
|
@ -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
|
||||
|
|
After Width: | Height: | Size: 67 KiB |
|
@ -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
|
||||
|
|
After Width: | Height: | Size: 10 KiB |
|
@ -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
|
||||
|
|
|
@ -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`.
|
After Width: | Height: | Size: 23 KiB |
|
@ -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
|
||||
|
|
After Width: | Height: | Size: 17 KiB |
|
@ -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
|
||||
|
|
After Width: | Height: | Size: 12 KiB |
|
@ -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
|
||||
|
|
After Width: | Height: | Size: 7.3 KiB |
|
@ -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'
|
||||
|
|
After Width: | Height: | Size: 995 B |
|
@ -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
|
||||
|
|
After Width: | Height: | Size: 136 KiB |
|
@ -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
|
||||
|
|
|
@ -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`.
|
After Width: | Height: | Size: 39 KiB |
|
@ -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'
|
||||
|
|
|
@ -0,0 +1,5 @@
|
|||
# Default Username/Password
|
||||
|
||||
__Email__: `admin`
|
||||
|
||||
__Password__: `adminadmin`
|
After Width: | Height: | Size: 8.3 KiB |
|
@ -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'
|
||||
|
|