Commit new App releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2022-05-16 19:29:16 +00:00
parent 656b7dc056
commit a3b0f72ba2
12 changed files with 2957 additions and 0 deletions

View File

@ -0,0 +1,10 @@
# Changelog<br>
<a name="fancyindex-0.0.1"></a>
### fancyindex-0.0.1 (2022-05-16)
#### Feat
* Add Fancyindex ([#2442](https://github.com/truecharts/apps/issues/2442))

View File

@ -0,0 +1,6 @@
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 9.3.6
digest: sha256:4adfe7a86b0d88fdfcc4f890a650bc27098f76d2773ca18135a54753a1646bfc
generated: "2022-05-16T19:19:44.647571988Z"

View File

@ -0,0 +1,29 @@
apiVersion: v2
kubeVersion: ">=1.16.0-0"
name: fancyindex
version: 0.0.1
appVersion: "latest"
description: Fancyindex provides a lightweight nginx directory listing with theming support
type: application
deprecated: false
home: https://github.com/truecharts/apps/tree/master/charts/stable/fancyindex
icon: https://truecharts.org/_static/img/appicons/fancyindex.png
keywords:
- fancyindex
sources:
- https://github.com/xal3xhx/fancyindex
- https://hub.docker.com/r/xal3xhx/fancy
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 9.3.6
maintainers:
- email: info@truecharts.org
name: TrueCharts
url: https://truecharts.org
annotations:
truecharts.org/catagories: |
- media
- web
truecharts.org/SCALE-support: "true"
truecharts.org/grade: U

View File

@ -0,0 +1,38 @@
# Introduction
Fancyindex provides a lightweight nginx directory listing with theming support
TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
* <https://github.com/xal3xhx/fancyindex>
* <https://hub.docker.com/r/xal3xhx/fancy>
## Requirements
Kubernetes: `>=1.16.0-0`
## Dependencies
| Repository | Name | Version |
|------------|------|---------|
| https://library-charts.truecharts.org | common | 9.3.6 |
## Installing the Chart
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
## Upgrading, Rolling Back and Uninstalling the Chart
To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
## Support
- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
- See the [Wiki](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
All Rights Reserved - The TrueCharts Project

View File

@ -0,0 +1,3 @@
Fancyindex provides a lightweight nginx directory listing with theming support
This App is supplied by TrueCharts, for more information please visit https://truecharts.org

Binary file not shown.

View File

@ -0,0 +1,34 @@
image:
repository: tccr.io/truecharts/fancyindex
pullPolicy: IfNotPresent
tag: latest@sha256:01a33c43346c72ce30c9f467ad622b82009876090bdd6c578f561b86c98a1ff2
securityContext:
readOnlyRootFilesystem: false
runAsNonRoot: false
podSecurityContext:
runAsUser: 0
runAsGroup: 0
secret:
WEBUSER: "webuser"
WEBPASSWORD: "webpassword"
env:
CONTAINER_TIMEZONE: "{{ .Values.TZ }}"
# User Defined
DISABLE_AUTH: false
SET_CONTAINER_TIMEZONE: true
service:
main:
ports:
main:
port: 10235
targetPort: 80
persistence:
share:
enabled: true
mountPath: "/share"

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1 @@
{{ include "common.all" . }}

View File

View File

@ -0,0 +1,5 @@
icon_url: https://truecharts.org/_static/img/appicons/fancyindex.png
categories:
- media
- web