From 51a81d81cab168cc312f78f2099f1e8ddf3d8ab6 Mon Sep 17 00:00:00 2001 From: kjeld Schouten-Lebbing Date: Sun, 15 Aug 2021 11:08:01 +0200 Subject: [PATCH] Fix PGadmin mistake (+1 squashed commits) Squashed commits: [a949164c] update the wishlist --- charts/stable/pgadmin/Chart.yaml | 2 +- charts/stable/pgadmin/SCALE/questions.yaml | 1 - docs/manual/development/apps-gui-wishlist.md | 10 +++++++++- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/charts/stable/pgadmin/Chart.yaml b/charts/stable/pgadmin/Chart.yaml index 716bb811266..612d2357873 100644 --- a/charts/stable/pgadmin/Chart.yaml +++ b/charts/stable/pgadmin/Chart.yaml @@ -24,4 +24,4 @@ name: pgadmin sources: - https://www.pgadmin.org/ type: application -version: 1.3.3 +version: 1.3.4 diff --git a/charts/stable/pgadmin/SCALE/questions.yaml b/charts/stable/pgadmin/SCALE/questions.yaml index ed5626cbe19..17392c2010f 100644 --- a/charts/stable/pgadmin/SCALE/questions.yaml +++ b/charts/stable/pgadmin/SCALE/questions.yaml @@ -103,7 +103,6 @@ questions: schema: type: string default: "002" - - variable: - variable: PUID label: "PUID" description: "Sets the PUID env var for LinuxServer.io (compatible) containers" diff --git a/docs/manual/development/apps-gui-wishlist.md b/docs/manual/development/apps-gui-wishlist.md index f00191f6b0c..6ecac4b363c 100644 --- a/docs/manual/development/apps-gui-wishlist.md +++ b/docs/manual/development/apps-gui-wishlist.md @@ -2,6 +2,11 @@ The goal is to gather some suggestions and forward them to iX-Systems. +##### Documentation suggestions + +- Document the fact users can also use the native Helm CLI instead of Apps for advanced deployments and which things they should avoid (such as `ix-` prefixed namespaces) +- Document how advanced users can take an existing Helm Chart and create an app with mostly empty GUI to deploy it on SCALE. + ##### Visual suggestions - Use all screen on install / edit app, not just a sidebar. [NAS-110183](https://jira.ixsystems.com/browse/NAS-110183) @@ -18,7 +23,10 @@ The goal is to gather some suggestions and forward them to iX-Systems. - Add ability to set a delay before an app starts on boot (Delayed auto start) - Add ability to group apps (for better organization) (e.g. Media apps, Production apps, Dev Apps etc) - Show statistics per app (cpu / network / ram) +- Use blue for the Official Catalog/Train boxes in the available/installed apps tabs. - Allow changing colors (yellow/gold default) of catalogs/trains boxes in the available/installed apps tabs, to be easier to distinguish between catalog/train. +- Add option for separators and whitespace in questions.yaml [NAS-110750](https://jira.ixsystems.com/browse/NAS-110750) +- Allow showing 1 or more default entries when creating a list (instead of an empty list) - :white_check_mark: Make timezone default to timezone set in TN System [NAS-110373](https://jira.ixsystems.com/browse/NAS-110373) - :white_check_mark: Show all config options on "Confirm options" when installing an App @@ -27,10 +35,10 @@ The goal is to gather some suggestions and forward them to iX-Systems. ##### Technical suggestions - Allow `show_if` and `show_subquestions_if` to to use values for evaluation from parent variables [NAS-110751](https://jira.ixsystems.com/browse/NAS-110751) -- Add option for separators and whitespace in questions.yaml [NAS-110750](https://jira.ixsystems.com/browse/NAS-110750) - Validate regex defined in questions.yaml when focus leaves input field. - Set custom message to display when `valid_chars` is not matched. - Add ability to save a PVC backup even on app delete - Add ability to restore a PVC backup from a deleted app +- Investigate if we can show/mount the PVC path to the host (maybe show only if the App is `stopped`?) Join our [discord](https://truecharts.org/discord) to make a new suggestion.