fix(simply-shorten): move to stable. (#3774)

* fix(simply-shorten): move to stable.

* Rename README..md to README.md

* tweaks

* lint

Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
This commit is contained in:
Xstar97
2022-09-14 10:43:30 +03:00
committed by GitHub
co-authored by Stavros Kois
parent f6df8f4e98
commit 69d0c0f530
9 changed files with 57 additions and 21 deletions
@@ -0,0 +1,14 @@
# Installation Notes
- Set `username` to a username that is hard to guess.
- Set `password` to a password that is hard to guess.
- Enable ingress, without doing so `http://IP:PORT` will be used as the short url generator which obviously will be an issue.
- Please follow this [guide](https://truecharts.org/docs/manual/SCALE%20Apps/add-ingress) on adding ingress to a chart.
## Disable authentication
- Due to **NOT** being a recommended option you will have to manually add this env yourself.
- Add an additional env variable `INSECURE_DISABLE_PASSWORD` with the value of `I_KNOW_ITS_BAD` in **Configure Extra Environment Variables**. Any other value will **NOT** work.