mirror of
https://github.com/MAGICGrants/truenas-apps.git
synced 2026-01-09 20:47:58 -05:00
* chore(deps): update updates-patch-minor * wget --------- Co-authored-by: bugclerk <bugclerk@ixsystems.com> Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
18 lines
573 B
YAML
18 lines
573 B
YAML
images:
|
|
image:
|
|
repository: httpd
|
|
tag: 2.4.64
|
|
|
|
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
|