Commit new App releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2022-04-02 10:41:10 +00:00
parent 925c15a2aa
commit bd932fbd91
14 changed files with 2864 additions and 0 deletions

View File

@ -0,0 +1,19 @@
# Changelog<br>
<a name="linkding-0.0.3"></a>
### [linkding-0.0.3](https://github.com/truecharts/apps/compare/linkding-0.0.2...linkding-0.0.3) (2022-04-02)
#### Chore
* Auto-update chart README [skip ci]
* bump version ([#2390](https://github.com/truecharts/apps/issues/2390))
<a name="linkding-0.0.1"></a>
### linkding-0.0.1 (2022-04-01)
#### Feat
* Add linkding ([#2382](https://github.com/truecharts/apps/issues/2382))

View File

@ -0,0 +1,7 @@
# Configuration Options
##### Connecting to other apps
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
##### Available config options
In the future this page is going to contain an automated list of options available in the installation/edit UI.

View File

@ -0,0 +1,6 @@
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 9.2.6
digest: sha256:a567b53fc3d0d618567f328d9fbb09695895b8e15d6ca178bf4a198c58080cac
generated: "2022-04-02T10:36:55.970594537Z"

View File

@ -0,0 +1,27 @@
apiVersion: v2
appVersion: "1.8.8"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 9.2.6
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
keywords:
- bookmarks
- links
kubeVersion: '>=1.16.0-0'
maintainers:
- email: info@truecharts.org
name: TrueCharts
url: https://truecharts.org
name: linkding
sources:
- https://github.com/sissbruecker/linkding
- https://hub.docker.com/r/sissbruecker/linkding
version: 0.0.3
annotations:
truecharts.org/catagories: |
- bookmarks
truecharts.org/SCALE-support: "true"
truecharts.org/grade: U

View File

@ -0,0 +1,38 @@
# Introduction
Linkding is a simple bookmark service that you can host yourself. It's designed be to be minimal, fast and easy.
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/sissbruecker/linkding>
* <https://hub.docker.com/r/sissbruecker/linkding>
## Requirements
Kubernetes: `>=1.16.0-0`
## Dependencies
| Repository | Name | Version |
|------------|------|---------|
| https://library-charts.truecharts.org | common | 9.2.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 @@
Linkding is a simple bookmark service that you can host yourself. It's designed be to be minimal, fast and easy.
This App is supplied by TrueCharts, for more information please visit https://truecharts.org

Binary file not shown.

View File

@ -0,0 +1,29 @@
# Default Helm-Values
TrueCharts is primarily build to supply TrueNAS SCALE Apps.
However, we also supply all Apps as standard Helm-Charts. In this document we aim to document the default values in our values.yaml file.
Most of our Apps also consume our "common" Helm Chart.
If this is the case, this means that all values.yaml values are set to the common chart values.yaml by default. This values.yaml file will only contain values that deviate from the common chart.
You will, however, be able to use all values referenced in the common chart here, besides the values listed in this document.
## Values
| Key | Type | Default | Description |
|-----|------|---------|-------------|
| env.LD_DISABLE_BACKGROUND_TASKS | bool | `false` | |
| env.LD_DISABLE_URL_VALIDATION | bool | `false` | |
| env.LD_REQUEST_TIMEOUT | int | `60` | |
| env.LD_SERVER_PORT | string | `"{{ .Values.service.main.ports.main.port }}"` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"sissbruecker/linkding"` | |
| image.tag | string | `"1.8.8@sha256:3dad72eea9dd4fa775e38eee6b28972779fe269bbbd656b355935da67f0ddd85"` | |
| persistence.data.enabled | bool | `true` | |
| persistence.data.mountPath | string | `"/etc/linkding/data"` | |
| podSecurityContext.runAsGroup | int | `0` | |
| podSecurityContext.runAsUser | int | `0` | |
| securityContext.readOnlyRootFilesystem | bool | `false` | |
| securityContext.runAsNonRoot | bool | `false` | |
| service.main.ports.main.port | int | `10210` | |
All Rights Reserved - The TrueCharts Project

View File

@ -0,0 +1,30 @@
image:
repository: sissbruecker/linkding
tag: 1.8.8@sha256:3dad72eea9dd4fa775e38eee6b28972779fe269bbbd656b355935da67f0ddd85
pullPolicy: IfNotPresent
securityContext:
readOnlyRootFilesystem: false
runAsNonRoot: false
podSecurityContext:
runAsUser: 0
runAsGroup: 0
env:
LD_SERVER_PORT: "{{ .Values.service.main.ports.main.port }}"
# User Defined
LD_REQUEST_TIMEOUT: 60
LD_DISABLE_BACKGROUND_TASKS: false
LD_DISABLE_URL_VALIDATION: false
service:
main:
ports:
main:
port: 10210
persistence:
data:
enabled: true
mountPath: "/etc/linkding/data"

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,4 @@
icon_url: https://truecharts.org/_static/img/appicons/linkding.png
categories:
- bookmarks