35 lines
904 B
YAML
35 lines
904 B
YAML
apiVersion: v2
|
|
appVersion: "1.5.0"
|
|
version: 4.0.3
|
|
kubeVersion: '>=1.16.0-0'
|
|
name: shiori
|
|
description: A simple bookmark manager built with Go
|
|
type: application
|
|
home: "https://github.com/truecharts/apps/tree/main/charts/shiori"
|
|
icon: "https://github.com/go-shiori/shiori/raw/master/internal/view/res/apple-touch-icon-152x152.png"
|
|
keywords:
|
|
- shiori
|
|
- bookmark
|
|
- bookmark-manager
|
|
- web-interface
|
|
sources:
|
|
- https://github.com/go-shiori/shiori
|
|
- https://github.com/nicholaswilde/docker-shiori
|
|
dependencies:
|
|
- name: common
|
|
repository: https://truecharts.org
|
|
version: 8.9.3
|
|
- condition: postgresql.enabled
|
|
name: postgresql
|
|
repository: https://truecharts.org/
|
|
version: 6.0.10
|
|
maintainers:
|
|
- email: info@truecharts.org
|
|
name: TrueCharts
|
|
url: https://truecharts.org
|
|
annotations:
|
|
truecharts.org/catagories: |
|
|
- media
|
|
truecharts.org/SCALE-support: "true"
|
|
truecharts.org/grade: U
|