2015-09-19 12:50:22 +00:00
|
|
|
###
|
|
|
|
### LAMINAR_HOME
|
|
|
|
###
|
|
|
|
### Root location containing laminar configuration, database,
|
|
|
|
### build workspaces and archive.
|
|
|
|
###
|
|
|
|
### Default: /var/lib/laminar
|
|
|
|
###
|
2015-09-19 13:29:07 +00:00
|
|
|
#LAMINAR_HOME=/var/lib/laminar
|
|
|
|
|
2017-08-16 05:20:20 +00:00
|
|
|
### LAMINAR_BIND_HTTP
|
|
|
|
###
|
|
|
|
### Interface on which laminard will bind to serve the Web UI.
|
|
|
|
### May be of the form IP:PORT, unix:PATH/TO/SOCKET or unix-abstract:NAME
|
|
|
|
###
|
|
|
|
### Default: *:8080
|
|
|
|
###
|
|
|
|
#LAMINAR_BIND_HTTP=*:8080
|
|
|
|
|
|
|
|
### LAMINAR_BIND_RPC
|
|
|
|
###
|
|
|
|
### Interface on which laminard will bind to accept RPC from laminarc.
|
|
|
|
### May be of the form IP:PORT, unix:PATH/TO/SOCKET or unix-abstract:NAME
|
|
|
|
###
|
|
|
|
### Default: unix-abstract:laminar
|
|
|
|
#LAMINAR_BIND_RPC=unix-abstract:laminar
|
|
|
|
|
2015-09-26 20:54:27 +00:00
|
|
|
###
|
|
|
|
### LAMINAR_TITLE
|
|
|
|
###
|
|
|
|
### Page title to show in web frontend
|
|
|
|
###
|
|
|
|
#LAMINAR_TITLE=
|
|
|
|
|
2015-09-19 13:29:07 +00:00
|
|
|
###
|
2017-12-09 17:03:43 +00:00
|
|
|
### LAMINAR_KEEP_RUNDIRS
|
2015-09-19 13:29:07 +00:00
|
|
|
###
|
2017-12-09 17:03:43 +00:00
|
|
|
### Setting this prevents the immediate deletion of job rundirs
|
|
|
|
### $LAMINAR_HOME/run/$JOB/$RUN. Value should be an integer represeting
|
|
|
|
### the number of rundirs to keep.
|
2015-09-19 13:29:07 +00:00
|
|
|
###
|
2017-12-09 17:03:43 +00:00
|
|
|
### Default: 0
|
|
|
|
###
|
|
|
|
#LAMINAR_KEEP_RUNDIRS=0
|
2015-09-19 15:24:20 +00:00
|
|
|
|
2019-03-29 19:43:16 +00:00
|
|
|
|
|
|
|
###
|
|
|
|
### LAMINAR_BASE_URL
|
|
|
|
###
|
|
|
|
### Base url for the frontend. This affects the <base href> tag and needs
|
|
|
|
### to be set if Laminar runs behind a reverse-proxy that hosts Laminar
|
|
|
|
### within a subfolder (rather than at a subdomain root)
|
|
|
|
###
|
|
|
|
#LAMINAR_BASE_URL=/
|
|
|
|
|
2015-09-19 15:24:20 +00:00
|
|
|
###
|
|
|
|
### LAMINAR_ARCHIVE_URL
|
|
|
|
###
|
|
|
|
### Base url used to request artifacts. Laminar can serve build
|
|
|
|
### artifacts (and it will if you leave this unset), but it
|
|
|
|
### uses a very naive and inefficient method. Best to let a real
|
|
|
|
### webserver handle serving those requests.
|
|
|
|
###
|
2019-03-27 07:00:13 +00:00
|
|
|
#LAMINAR_ARCHIVE_URL=http://backbone.example.com/ci/archive/
|