feat(ghost): Add ghost (#1977)
* feat(ghost): Add ghost * update docs * use correct image * full perms for tests * don't set url on test * set to localhost * try default port * whoops * add more gui options * strict perms * rofs off * root + rofs * root + rofs off * use strict perms * Update charts/incubator/ghost/values.yaml * Update charts/incubator/ghost/questions.yaml * Update charts/incubator/ghost/questions.yaml * Update charts/incubator/ghost/values.yaml * update url env Co-authored-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
This commit is contained in:
co-authored by
Kjeld Schouten-Lebbing
parent
1f3db0c79d
commit
317d3508d9
@@ -0,0 +1,33 @@
|
||||
apiVersion: v2
|
||||
appVersion: "10.6.2"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://truecharts.org
|
||||
version: 8.16.0
|
||||
- condition: mariadb.enabled
|
||||
name: mariadb
|
||||
repository: https://truecharts.org/
|
||||
version: 1.0.73
|
||||
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/stable/ghost
|
||||
icon: https://truecharts.org/_static/img/appicons/ghost-icon.png
|
||||
keywords:
|
||||
- ghost
|
||||
- blog
|
||||
- cms
|
||||
kubeVersion: '>=1.16.0-0'
|
||||
maintainers:
|
||||
- email: info@truecharts.org
|
||||
name: TrueCharts
|
||||
url: https://truecharts.org
|
||||
name: ghost
|
||||
sources:
|
||||
- https://github.com/TryGhost/Ghost
|
||||
- https://hub.docker.com/_/ghost
|
||||
- https://ghost.org/docs/
|
||||
version: 0.0.1
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- productivity
|
||||
truecharts.org/SCALE-support: "true"
|
||||
truecharts.org/grade: U
|
||||
Reference in New Issue
Block a user