Przejdź do głównej zawartości

TrueNAS Installation

notatka

Requirements: TrueNAS Scale with Apps Service Running

Clone 4ga Boards Repo (or just the helm-chart dir)

git clone https://github.com/RARgames/4gaBoards.git

Switch dir to helm-chart

cd /4gaBoards/helm-chart

Configure 4ga Boards instance variables

Configure auth and env sections in values.yaml:

Edit password and postgresPassword with generated db passwords.
Edit BASE_URL to match your domain name or IP address.
Edit SECRET_KEY with a random value. You can generate it by openssl rand -hex 64.

Configure env section in values.truenas.yaml:

Edit BASE_URL to match your domain name or IP address (node address).

Install helm chart

Values in values.truenas.yaml overrride values in values.yaml.

sudo helm install boards . --values values.yaml --values values.truenas.yaml --kubeconfig /etc/rancher/k3s/k3s.yaml
wskazówka

Default 4ga Boards url: http://localhost:30001
Default user: demo
Default password: demo

Additional Links:
4ga Boards Helm Chart
4ga Boards Professional Hosting