mirror of
https://github.com/plausible/hosting.git
synced 2025-07-01 01:27:30 -05:00
Update chart/README.org
This commit is contained in:
@ -6,7 +6,6 @@
|
|||||||
|-----------------------------------------------+-----------------------------------------------------------------------------------------------------------------+-----------------------------------------------------------|
|
|-----------------------------------------------+-----------------------------------------------------------------------------------------------------------------+-----------------------------------------------------------|
|
||||||
| disableAuth | Disables authentication completely, no registration, login will be shown | ~false~ |
|
| disableAuth | Disables authentication completely, no registration, login will be shown | ~false~ |
|
||||||
| disableRegistration | Disables registration of new users, keep your admin credentials handy | ~false~ |
|
| disableRegistration | Disables registration of new users, keep your admin credentials handy | ~false~ |
|
||||||
| baseURL | The hosting url of the server, used for URL generation. In production systems, this should be your ingress host | ~""~ |
|
|
||||||
| adminUser.email | The default ("admin") user email | ~""~ |
|
| adminUser.email | The default ("admin") user email | ~""~ |
|
||||||
| adminUser.name | Admin user's name | ~""~ |
|
| adminUser.name | Admin user's name | ~""~ |
|
||||||
| adminUser.password | The default ("admin") user password | ~""~ |
|
| adminUser.password | The default ("admin") user password | ~""~ |
|
||||||
@ -70,7 +69,6 @@
|
|||||||
#+begin_src shell :pwd ./ :results silent
|
#+begin_src shell :pwd ./ :results silent
|
||||||
helm install plausible -n plausible \
|
helm install plausible -n plausible \
|
||||||
--debug \
|
--debug \
|
||||||
--set baseURL=http://localhost:8000 \
|
|
||||||
--set adminUser.email=myemail@example.com \
|
--set adminUser.email=myemail@example.com \
|
||||||
--set adminUser.name="Test User" \
|
--set adminUser.name="Test User" \
|
||||||
--set adminUser.password="password" \
|
--set adminUser.password="password" \
|
||||||
|
Reference in New Issue
Block a user