18 lines
369 B
Text
18 lines
369 B
Text
# zpkg server config
|
|
|
|
# address of the SSH server
|
|
SSH_ADDR=example.com
|
|
# user for the SSH server
|
|
SSH_USER=zpkg
|
|
# path to packages for the zpkg user
|
|
PKG_PATH=pkg
|
|
|
|
# public address of the HTTP server
|
|
HTTP_ADDR=example.com
|
|
# path on server
|
|
HTTP_PATH=zpkg
|
|
|
|
# Compression to use for packages
|
|
# format:
|
|
# extension:binary:parallel_binary:arguments
|
|
COMPRESSION=xz:xz:pxz:-1
|