chore(seafile) move seafile to stable (#10612)
@@ -10,9 +10,10 @@ dependencies:
|
||||
version: 7.0.50
|
||||
deprecated: false
|
||||
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
|
||||
keywords:
|
||||
- seafile
|
||||
- files
|
||||
- cloud
|
||||
- file-storage
|
||||
@@ -23,10 +24,10 @@ maintainers:
|
||||
url: https://truecharts.org
|
||||
name: seafile
|
||||
sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/incubator/seafile
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/seafile
|
||||
- https://seafile.com
|
||||
type: application
|
||||
version: 0.0.5
|
||||
version: 0.0.6
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- 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
|
||||
|
||||
@@ -19,7 +19,7 @@ By default WebDAV is disabled by default, as per [upstream docs](https://manual.
|
||||
- Use the CLI to enter the Seafile WebDAV (`seafdav.conf`) config file
|
||||
|
||||

|
||||
|
||||
|
||||
- Use vi commands to edit the `Enabled` to `true` and change the share name as desired (default is `/seafdav`).
|
||||
|
||||
> Use `i` to insert text and and `:wq`, and `ESC key` to exit insert mode
|
||||
|
Before Width: | Height: | Size: 74 KiB After Width: | Height: | Size: 74 KiB |
@@ -19,8 +19,8 @@ questions:
|
||||
type: dict
|
||||
attrs:
|
||||
- variable: SEAFILE_SERVER_HOSTNAME
|
||||
label: "Seafile Server Hostname - Required"
|
||||
description: "Set your FQDN name here using app.mydomain.com without https"
|
||||
label: "Seafile Server Hostname (Required)"
|
||||
description: "Set your FQDN as app.mydomain.com (without https)."
|
||||
schema:
|
||||
type: string
|
||||
required: true
|
||||
@@ -31,21 +31,22 @@ questions:
|
||||
schema:
|
||||
type: string
|
||||
required: true
|
||||
default: "me@example.com"
|
||||
default: ""
|
||||
- variable: SEAFILE_ADMIN_PASSWORD
|
||||
label: "Seafile Admin Password"
|
||||
description: "Initial admin password. Change this"
|
||||
description: "Initial admin password."
|
||||
schema:
|
||||
type: string
|
||||
required: true
|
||||
private: true
|
||||
default: "a_very_secret_password"
|
||||
default: ""
|
||||
- variable: FORCE_HTTPS_IN_CONF
|
||||
label: "Force HTTPS (Must be enabled to use with Reverse Proxies)"
|
||||
description: "If using Traefik or another reverse proxy enable this to use HTTPS"
|
||||
schema:
|
||||
type: boolean
|
||||
default: false
|
||||
|
||||
# Include{containerBasic}
|
||||
# Include{containerAdvanced}
|
||||
# Include{containerConfig}
|
||||