Software Updates, FreeBSD Sendmail, GitLab Fixes (#18)

* Assign test to dev branch.

* Update telegraf Linux binary.

* First attempt at making sure sendmail is on FreeBSD systems.

* Change gitlab_url to be specified in host file.

* Upgrade nanominer.

* Fix FINISH file being populated without START on non-containers.

* Prevent installer from trying to set up certificate.

* Fix name spacing.

* Fix gitlab_url variable.

* Change names to show both parameter name and value.

* Fix gitlab_url values to contain the protocol.

* Fix gitlab_url example.
This commit is contained in:
2021-11-21 22:28:11 +00:00
committed by GitHub
parent 1f5fdb7eb5
commit b3b2874ad3
7 changed files with 74 additions and 14 deletions

15
hosts
View File

@ -8,6 +8,7 @@ localhost
dell-laptop branch=dev
airbook branch=dev
x570 branch=dev
test branch=dev
[workstation]
;;;;;;; Available options - all require lowercase values ;;;;;;
@ -93,12 +94,16 @@ x570 amdgpu=true nanominer=true nanominer_gpu=eth nanominer_gpus=0 nanominer_gpu
; hugo : Set to anything to install HUGO static website generator.
; Example: true
;
; gitlab : ee - Installs Enterprise Edition Free Tier. Basically CE with an easier upgrade path for Paid Features
; ce - Installs Community Edition. Excludes paid features if you'll never use them. Sepposedly difficult to move to EE.
; gitlab : ee - Installs Enterprise Edition Free Tier. Basically CE with an easier upgrade path for Paid Features.
; ce - Installs Community Edition. Excludes paid features if you'll never use them. Supposedly difficult to move to EE.
; Example: ce
;
; gitlab_url : The URL prefix for the server. Using 'http://mygitlabserver' would result in "http://mygitlabserver.{{domain}}".
; Regardless of whether you choose http or https, the Certbot config will be skipped since the maintainer uses a reverse proxy.
; Example: https://gitlab
;
onlyoffice domain=hyperling.com onlyoffice=true
grafana domain=hyperling.com grafana=true influxdb1=true
grafana domain=hyperling.com grafana=true influxdb1=true
test
hyperling certbot=true
hyperling.com certbot=true
@ -108,5 +113,5 @@ reverse-proxy certbot=true
nextcloud
wordpress certbot=true
usb-server
gitlab gitlab=ce domain=hyperling.com
gitlab2 gitlab=ce domain=hyperling.com
git gitlab=ce domain=hyperling.com gitlab_url=https://git
gitlab gitlab=ce domain=hyperling.com gitlab_url=https://gitlab