chore(seafile) move seafile to stable (#10612)
@@ -10,9 +10,10 @@ dependencies:
|
|||||||
version: 7.0.50
|
version: 7.0.50
|
||||||
deprecated: false
|
deprecated: false
|
||||||
description: Reliable and Performant File Sync and Share Solution
|
description: Reliable and Performant File Sync and Share Solution
|
||||||
home: https://truecharts.org/charts/incubator/seafile
|
home: https://truecharts.org/charts/stable/seafile
|
||||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/seafile.png
|
icon: https://truecharts.org/img/hotlink-ok/chart-icons/seafile.png
|
||||||
keywords:
|
keywords:
|
||||||
|
- seafile
|
||||||
- files
|
- files
|
||||||
- cloud
|
- cloud
|
||||||
- file-storage
|
- file-storage
|
||||||
@@ -23,10 +24,10 @@ maintainers:
|
|||||||
url: https://truecharts.org
|
url: https://truecharts.org
|
||||||
name: seafile
|
name: seafile
|
||||||
sources:
|
sources:
|
||||||
- https://github.com/truecharts/charts/tree/master/charts/incubator/seafile
|
- https://github.com/truecharts/charts/tree/master/charts/stable/seafile
|
||||||
- https://seafile.com
|
- https://seafile.com
|
||||||
type: application
|
type: application
|
||||||
version: 0.0.5
|
version: 0.0.6
|
||||||
annotations:
|
annotations:
|
||||||
truecharts.org/catagories: |
|
truecharts.org/catagories: |
|
||||||
- file-storage
|
- file-storage
|
||||||
|
Before Width: | Height: | Size: 23 KiB After Width: | Height: | Size: 23 KiB |
|
Before Width: | Height: | Size: 19 KiB After Width: | Height: | Size: 19 KiB |
|
Before Width: | Height: | Size: 86 KiB After Width: | Height: | Size: 86 KiB |
|
Before Width: | Height: | Size: 55 KiB After Width: | Height: | Size: 55 KiB |
@@ -1,4 +1,4 @@
|
|||||||
# Seafile installation notes and guidelines
|
# Seaile installation notes and guidelines
|
||||||
|
|
||||||
## Ingress
|
## Ingress
|
||||||
|
|
||||||
|
Before Width: | Height: | Size: 74 KiB After Width: | Height: | Size: 74 KiB |
@@ -19,8 +19,8 @@ questions:
|
|||||||
type: dict
|
type: dict
|
||||||
attrs:
|
attrs:
|
||||||
- variable: SEAFILE_SERVER_HOSTNAME
|
- variable: SEAFILE_SERVER_HOSTNAME
|
||||||
label: "Seafile Server Hostname - Required"
|
label: "Seafile Server Hostname (Required)"
|
||||||
description: "Set your FQDN name here using app.mydomain.com without https"
|
description: "Set your FQDN as app.mydomain.com (without https)."
|
||||||
schema:
|
schema:
|
||||||
type: string
|
type: string
|
||||||
required: true
|
required: true
|
||||||
@@ -31,21 +31,22 @@ questions:
|
|||||||
schema:
|
schema:
|
||||||
type: string
|
type: string
|
||||||
required: true
|
required: true
|
||||||
default: "me@example.com"
|
default: ""
|
||||||
- variable: SEAFILE_ADMIN_PASSWORD
|
- variable: SEAFILE_ADMIN_PASSWORD
|
||||||
label: "Seafile Admin Password"
|
label: "Seafile Admin Password"
|
||||||
description: "Initial admin password. Change this"
|
description: "Initial admin password."
|
||||||
schema:
|
schema:
|
||||||
type: string
|
type: string
|
||||||
required: true
|
required: true
|
||||||
private: true
|
private: true
|
||||||
default: "a_very_secret_password"
|
default: ""
|
||||||
- variable: FORCE_HTTPS_IN_CONF
|
- variable: FORCE_HTTPS_IN_CONF
|
||||||
label: "Force HTTPS (Must be enabled to use with Reverse Proxies)"
|
label: "Force HTTPS (Must be enabled to use with Reverse Proxies)"
|
||||||
description: "If using Traefik or another reverse proxy enable this to use HTTPS"
|
description: "If using Traefik or another reverse proxy enable this to use HTTPS"
|
||||||
schema:
|
schema:
|
||||||
type: boolean
|
type: boolean
|
||||||
default: false
|
default: false
|
||||||
|
|
||||||
# Include{containerBasic}
|
# Include{containerBasic}
|
||||||
# Include{containerAdvanced}
|
# Include{containerAdvanced}
|
||||||
# Include{containerConfig}
|
# Include{containerConfig}
|
||||||