Make onlyoffice install much more dynamic.

This commit is contained in:
2021-02-20 12:28:20 -06:00
parent a14231ac46
commit d460c17579
4 changed files with 22 additions and 20 deletions

16
hosts
View File

@ -6,9 +6,6 @@ x570
dell-laptop
usb
[server]
office onlyoffice=true
[miner]
;;;;;;; Available options - all require lowercase values ;;;;;;
; amdgpu : Set to anything for installation of AMDGPU-Pro drivers on Ubuntu (20.04 preferred)
@ -33,4 +30,15 @@ office onlyoffice=true
; Valid values: nanopool etherpool f2pool
;
usb amdgpu=true
x570 amdgpu=true nanominer=true nanominer_gpu=eth nanominer_gpus=0 nanominer_gpu_pool=nanopool
x570 amdgpu=true nanominer=true nanominer_gpu=eth nanominer_gpus=0 nanominer_gpu_pool=nanopool
[server]
;;;;;;; Parameters ;;;;;;
;
; domain : Set to the domain which gives the server its FQDN
; Example: hyperling.com
;
; onlyoffice : Set to anything for this server to be configured as an OnlyOffice server.
; Example: true
;
office domain=hyperling.com onlyoffice=true