diff --git a/charts/incubator/slink/.helmignore b/charts/stable/slink/.helmignore similarity index 100% rename from charts/incubator/slink/.helmignore rename to charts/stable/slink/.helmignore diff --git a/charts/incubator/slink/Chart.yaml b/charts/stable/slink/Chart.yaml similarity index 83% rename from charts/incubator/slink/Chart.yaml rename to charts/stable/slink/Chart.yaml index 3993671388c..a1b7aaa78e6 100644 --- a/charts/incubator/slink/Chart.yaml +++ b/charts/stable/slink/Chart.yaml @@ -5,7 +5,7 @@ annotations: truecharts.org/category: media truecharts.org/max_helm_version: "3.14" truecharts.org/min_helm_version: "3.11" - truecharts.org/train: incubator + truecharts.org/train: stable apiVersion: v2 appVersion: 1.0.0 dependencies: @@ -18,7 +18,7 @@ dependencies: import-values: [] deprecated: false description: A self-hosted image sharing platform built with Symfony and SvelteKitī¸. -home: https://truecharts.org/charts/incubator/slink +home: https://truecharts.org/charts/stable/slink icon: https://truecharts.org/img/hotlink-ok/chart-icons/slink.png keywords: - media @@ -33,7 +33,7 @@ maintainers: name: slink sources: - https://github.com/andrii-kryvoviaz/slink - - https://github.com/truecharts/charts/tree/master/charts/incubator/slink + - https://github.com/truecharts/charts/tree/master/charts/stab;e/slink - https://hub.docker.com/r/anirdev/slink type: application -version: 0.0.3 +version: 1.0.0 diff --git a/charts/incubator/slink/README.md b/charts/stable/slink/README.md similarity index 93% rename from charts/incubator/slink/README.md rename to charts/stable/slink/README.md index 454ac7efdc5..b9c19246520 100644 --- a/charts/incubator/slink/README.md +++ b/charts/stable/slink/README.md @@ -7,7 +7,7 @@ title: README TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. However only installations using the TrueNAS SCALE Apps system are supported. -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/incubator/slink) +For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/slink) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** diff --git a/charts/stable/slink/ci/basic-values.yaml b/charts/stable/slink/ci/basic-values.yaml new file mode 100644 index 00000000000..3a874a18a88 --- /dev/null +++ b/charts/stable/slink/ci/basic-values.yaml @@ -0,0 +1,8 @@ +ingress: + main: + enabled: true + hosts: + - host: slink.example.com + paths: + - path: / + pathType: Prefix diff --git a/charts/stable/slink/docs/installation_notes.md b/charts/stable/slink/docs/installation_notes.md new file mode 100644 index 00000000000..3d44e50d2e8 --- /dev/null +++ b/charts/stable/slink/docs/installation_notes.md @@ -0,0 +1,19 @@ +--- +title: Slink Installation Notes +--- + +## Ingress + +Ingress is required. + +## User Approval + +Currently users can only be approved using the app shell. Below are the commands that can be used to approve an account: + +```bash +slink user:activate --email= +``` +or +```bash +slink user:activate --uuid= +``` diff --git a/charts/incubator/slink/icon.png b/charts/stable/slink/icon.png similarity index 100% rename from charts/incubator/slink/icon.png rename to charts/stable/slink/icon.png diff --git a/charts/incubator/slink/questions.yaml b/charts/stable/slink/questions.yaml similarity index 100% rename from charts/incubator/slink/questions.yaml rename to charts/stable/slink/questions.yaml diff --git a/charts/incubator/slink/templates/NOTES.txt b/charts/stable/slink/templates/NOTES.txt similarity index 100% rename from charts/incubator/slink/templates/NOTES.txt rename to charts/stable/slink/templates/NOTES.txt diff --git a/charts/incubator/slink/templates/common.yaml b/charts/stable/slink/templates/common.yaml similarity index 100% rename from charts/incubator/slink/templates/common.yaml rename to charts/stable/slink/templates/common.yaml diff --git a/charts/incubator/slink/values.yaml b/charts/stable/slink/values.yaml similarity index 95% rename from charts/incubator/slink/values.yaml rename to charts/stable/slink/values.yaml index cc8c73e9aa1..6d8487e494f 100644 --- a/charts/incubator/slink/values.yaml +++ b/charts/stable/slink/values.yaml @@ -32,3 +32,6 @@ persistence: portal: open: enabled: true +ingress: + main: + required: true \ No newline at end of file