Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2023-08-15 05:20:25 +00:00
parent b7c566641f
commit feb6d6a5bd
11 changed files with 2207 additions and 0 deletions

View File

@ -0,0 +1,89 @@
**Important:**
*for the complete changelog, please refer to the website*
## [shiori-13.0.0](https://github.com/truecharts/charts/compare/shiori-12.0.0...shiori-13.0.0) (2023-07-31)
### Feat
- hide advanced ingress options behind checbox ([#9203](https://github.com/truecharts/charts/issues/9203))
## [shiori-12.0.0](https://github.com/truecharts/charts/compare/shiori-11.0.7...shiori-12.0.0) (2023-05-24)
## [shiori-12.0.0](https://github.com/truecharts/charts/compare/shiori-11.0.7...shiori-12.0.0) (2023-05-24)
## [shiori-12.0.0](https://github.com/truecharts/charts/compare/shiori-11.0.7...shiori-12.0.0) (2023-05-24)
## [shiori-12.0.0](https://github.com/truecharts/charts/compare/shiori-11.0.7...shiori-12.0.0) (2023-05-24)
## [shiori-12.0.0](https://github.com/truecharts/charts/compare/shiori-11.0.7...shiori-12.0.0) (2023-05-24)
## [shiori-12.0.0](https://github.com/truecharts/charts/compare/shiori-11.0.7...shiori-12.0.0) (2023-05-24)
## [shiori-12.0.0](https://github.com/truecharts/charts/compare/shiori-11.0.7...shiori-12.0.0) (2023-05-24)
## [shiori-12.0.0](https://github.com/truecharts/charts/compare/shiori-11.0.7...shiori-12.0.0) (2023-05-24)
## [shiori-12.0.0](https://github.com/truecharts/charts/compare/shiori-11.0.7...shiori-12.0.0) (2023-05-24)
## [shiori-12.0.0](https://github.com/truecharts/charts/compare/shiori-11.0.7...shiori-12.0.0) (2023-05-24)
## [shiori-12.0.0](https://github.com/truecharts/charts/compare/shiori-11.0.7...shiori-12.0.0) (2023-05-24)
## [shiori-12.0.0](https://github.com/truecharts/charts/compare/shiori-11.0.7...shiori-12.0.0) (2023-05-24)
## [shiori-12.0.0](https://github.com/truecharts/charts/compare/shiori-11.0.7...shiori-12.0.0) (2023-05-24)
## [shiori-12.0.0](https://github.com/truecharts/charts/compare/shiori-11.0.7...shiori-12.0.0) (2023-05-24)
## [shiori-12.0.0](https://github.com/truecharts/charts/compare/shiori-11.0.7...shiori-12.0.0) (2023-05-24)

View File

@ -0,0 +1,32 @@
apiVersion: v2
appVersion: "1.5.4"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 14.0.1
deprecated: false
description: A simple bookmark manager built with Go.
home: https://truecharts.org/charts/incubator/shiori
icon: https://truecharts.org/img/hotlink-ok/chart-icons/shiori.png
keywords:
- shiori
- bookmark
- bookmark-manager
- web-interface
kubeVersion: ">=1.16.0-0"
maintainers:
- email: info@truecharts.org
name: TrueCharts
url: https://truecharts.org
name: shiori
sources:
- https://github.com/truecharts/charts/tree/master/charts/incubator/shiori
- https://github.com/go-shiori/shiori
- https://github.com/go-shiori/shiori/pkgs/container/shiori
type: application
version: 13.0.0
annotations:
truecharts.org/catagories: |
- media
truecharts.org/SCALE-support: "true"
truecharts.org/grade: U

View File

@ -0,0 +1,27 @@
# README
## General Info
TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
However only installations using the TrueNAS SCALE Apps system are supported.
For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/incubator/)
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)**
## Support
- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro).
- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/charts/issues/new/choose)
---
## Sponsor TrueCharts
TrueCharts can only exist due to the incredible effort of our staff.
Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can!
*All Rights Reserved - The TrueCharts Project*

View File

View File

@ -0,0 +1,8 @@
A simple bookmark manager built with Go.
This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/charts/incubator/shiori](https://truecharts.org/charts/incubator/shiori)
---
TrueCharts can only exist due to the incredible effort of our staff.
Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can!

Binary file not shown.

View File

@ -0,0 +1,45 @@
image:
repository: tccr.io/truecharts/shiori
pullPolicy: IfNotPresent
tag: v1.5.5@sha256:2aa3fe6e09d5cb801e998a93f3f6ce13e0e7f8e75d567666a800939c6be3a474
workload:
main:
podSpec:
containers:
main:
env:
SHIORI_DIR: "{{ .Values.persistence.data.mountPath }}"
SHIORI_DBMS: "postgresql"
SHIORI_PG_PORT: "5432"
SHIORI_PG_USER: "{{ .Values.cnpg.main.user }}"
SHIORI_PG_NAME: "{{ .Values.cnpg.main.database }}"
SHIORI_PG_HOST:
secretKeyRef:
name: cnpg-main-urls
key: host
SHIORI_PG_PASS:
secretKeyRef:
name: cnpg-main-user
key: password
service:
main:
ports:
main:
port: 10098
targetPort: 8080
persistence:
data:
enabled: true
mountPath: /data
cnpg:
main:
enabled: true
user: shiori
password: shiori
portal:
open:
enabled: true

File diff suppressed because it is too large Load Diff

View File

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

View File

View File

@ -2,3 +2,4 @@ icon_url: https://truecharts.org/img/hotlink-ok/chart-icons/shiori.png
categories:
- media
screenshots: []