fix(redisinsight) code clean up (#3980)

* fix(redisinsight) code clean up

* fix some UX, and try rootless

* update docs

* root

Co-authored-by: Stavros kois <s.kois@outlook.com>
This commit is contained in:
Xstar97
2022-10-01 22:36:12 +03:00
committed by GitHub
co-authored by Stavros kois
parent 5e330cda0b
commit e2d9649e6d
4 changed files with 178 additions and 41 deletions
@@ -0,0 +1,6 @@
# Installation Notes
- If using ingress and want to access this service with a domain add an entry to `Trusted Origins` like "https://app.mydomain.tld".
- Set `Log Level` with any option from the list: "DEBUG", "INFO", "WARNING", "ERROR" and "CRITICAL". Default is "WARNING".
- Check `Auth Prompt` to enable the authentication prompt that asks for authentication before opening an instance or when the user is idle.
- Set `Auth Timer` to a number for the idle timer for authentication prompt, in minutes. Default is 30.