16 lines
376 B
Text
16 lines
376 B
Text
# zpkg server config
|
|
|
|
# public address of the HTTP server
|
|
HTTP_ADDRESS=https://example.com
|
|
|
|
# address of the SSH server
|
|
SSH_ADDRESS=user@example.com
|
|
|
|
# path to packages for the zpkg user
|
|
# this is the target folder available at the HTTP_ADDRESS
|
|
PKG_PATH=pkg
|
|
|
|
# Compression to use for packages
|
|
# format:
|
|
# extension:binary:parallel_binary:arguments
|
|
COMPRESSION=xz:xz:pixz:-1
|