diff --git a/charts/stable/miniflux/Chart.yaml b/charts/stable/miniflux/Chart.yaml index 3db06d8a215..935fadd1c65 100644 --- a/charts/stable/miniflux/Chart.yaml +++ b/charts/stable/miniflux/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: ">=1.24.0-0" apiVersion: v2 name: miniflux -version: 12.0.7 +version: 12.0.9 appVersion: 2.0.51 description: Miniflux is a minimalist and opinionated feed reader. home: https://truecharts.org/charts/incubator/miniflux @@ -28,11 +28,11 @@ dependencies: tags: [] import-values: [] annotations: - max_scale_version: 23.10.2 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.13" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: incubator + max_scale_version: 23.10.2 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: rss + truecharts.org/max_helm_version: "3.13" + truecharts.org/min_helm_version: "3.12" + truecharts.org/train: stable type: application diff --git a/charts/stable/miniflux/docs/credentials.md b/charts/stable/miniflux/docs/credentials.md new file mode 100644 index 00000000000..36b1b5cc115 --- /dev/null +++ b/charts/stable/miniflux/docs/credentials.md @@ -0,0 +1,4 @@ +# Default Username/Password + +- **Username**: `admin` +- **Password**: `changeme` diff --git a/charts/stable/miniflux/docs/installation_notes.md b/charts/stable/miniflux/docs/installation_notes.md new file mode 100644 index 00000000000..008720ea7f4 --- /dev/null +++ b/charts/stable/miniflux/docs/installation_notes.md @@ -0,0 +1,8 @@ +# Installation Notes + +- Set `BASE_URL` to **http://scale_ip:APP_PORT/** and then login using the default [credentials](./credentials.md). + - If you plan to use ingress and a domain you need to: + - Set `BASE_URL` to **https://app.mydomain.tld/** + - Configure ingress on the app + +Refer to [Miniflux documentation](https://miniflux.app/docs/configuration.html) for more advance configuration. diff --git a/charts/stable/miniflux/questions.yaml b/charts/stable/miniflux/questions.yaml index 9db308d1516..175caf99090 100644 --- a/charts/stable/miniflux/questions.yaml +++ b/charts/stable/miniflux/questions.yaml @@ -17,6 +17,12 @@ questions: additional_attrs: true type: dict attrs: + - variable: BASE_URL + label: "BASE_URL" + description: "Base URL to generate HTML links and base path for cookies." + schema: + type: string + default: "" - variable: ADMIN_USERNAME label: "ADMIN_USERNAME" description: "Sets the ADMIN_USERNAME env var" @@ -30,18 +36,6 @@ questions: type: string default: "changeme" private: true - - variable: RUN_MIGRATIONS - label: "RUN_MIGRATIONS" - description: "Sets the RUN_MIGRATIONS env var" - schema: - type: int - default: 1 - - variable: CREATE_ADMIN - label: "CREATE_ADMIN" - description: "Sets the CREATE_ADMIN env var" - schema: - type: int - default: 1 # Include{containerBasic} # Include{containerAdvanced} # Include{containerConfig}