-
-
Notifications
You must be signed in to change notification settings - Fork 27
Expand file tree
/
Copy pathconfig.yaml
More file actions
51 lines (51 loc) · 1.01 KB
/
config.yaml
File metadata and controls
51 lines (51 loc) · 1.01 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
---
name: Apache2
version: 3.3.2
slug: apache2
description: Open Source Webserver with PHP and MariaDB.
url: https://github.com/FaserF/hassio-addons/tree/master/apache2
arch:
- aarch64
- amd64
image: ghcr.io/faserf/hassio-addons-apache2-{arch}
# webui: http://[HOST]:[PORT:80]
map:
- ssl:rw
- media:rw
- share:rw
- config:rw
ingress: true
ingress_port: 80
init: false
panel_icon: mdi:web-box
options:
document_root: /share/htdocs
php_ini: default
default_conf: default
default_ssl_conf: default
website_name: "web.local"
ssl: true
certfile: fullchain.pem
keyfile: privkey.pem
log_level: "info"
init_commands: []
schema:
document_root: str
php_ini: str
default_conf: str
default_ssl_conf: str
website_name: str
username: str?
password: password?
ssl: bool
certfile: str
keyfile: str
log_level: list(trace|debug|info|notice|warning|error|fatal)
init_commands:
- str?
ports:
80/tcp: 80
443/tcp: 8324
ports_description:
80/tcp: Web interface http
443/tcp: SSL Web interface