mirror of
https://github.com/MAGICGrants/truenas-apps.git
synced 2026-01-08 04:03:51 -05:00
21 lines
655 B
YAML
21 lines
655 B
YAML
images:
|
|
image:
|
|
repository: httpd
|
|
tag: 2.4.66
|
|
container_utils_image:
|
|
repository: ixsystems/container-utils
|
|
tag: 1.0.2
|
|
|
|
consts:
|
|
webdav_container_name: webdav
|
|
perms_container_name: permissions
|
|
ssl_cert_path: /etc/certificates/tls.crt
|
|
ssl_key_path: /etc/certificates/tls.key
|
|
shares_prefix: shares
|
|
pid_base_path: /usr/local/apache2/var
|
|
module_path: /usr/local/apache2/modules
|
|
httpd_conf_path: /usr/local/apache2/conf/httpd.conf
|
|
auth_file_base: /etc/apache2/webdavht
|
|
webdav_http_config_path: /usr/local/apache2/conf/Includes/webdav-http.conf
|
|
webdav_https_config_path: /usr/local/apache2/conf/Includes/webdav-https.conf
|