* fix(rcon-webadmin): move to stable. * Rename README..md to README.md * fix things * update docs * Update charts/stable/rcon-webadmin/docs/installation.md Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com> Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com> Co-authored-by: Stavros kois <s.kois@outlook.com> Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
1.4 KiB
1.4 KiB
Installation Guide
Credentials
- Set
RWA USERNAMEto any username for the web interface, defaults to admin. - Set
RWA PASSWORDto a secure password for the web interface. - Set
RWA RCON PASSWORDto the password for the initial RCON server to control.
Configuration
- Set
RWA ADMINto true to make the initial user a admin. - Set
RWA ENVto true to use env variables. Setting this to false will use all default values. - Set
RWA_WEB_RCONto true to enable web rcon if supported by the game server - Set
RWA_READ_ONLY_WIDGET_OPTIONSto true to prevent the initial user changing options in the widget options tab - Set
RWA GAMEto a game such as minecraft | rust | csgo | other. - Set
RWA SERVER NAMEto a custom name for the initial server. - Set
RWA RCON HOSTTo the initial RCON server IP to control. Cluster URL may work, but was not tested. - Set
RWA RCON PORTTo the port number of the initial RCON server to control. - Set
RWA_RESTRICT_COMMANDSto prevent the initial user user executing these commands - Set
RWA_RESTRICT_WIDGETSto hide this list of widgets from the initial user
Notes
- It's assumed that all game servers or services have secure passwords for RCON, blank or no passwords at all will NOT work and its advisable to set a secure password for both the web interface of this chart and also the rcon service too.