-
Notifications
You must be signed in to change notification settings - Fork 97
/
redirect-http-to-https.json
25 lines (25 loc) · 1.07 KB
/
redirect-http-to-https.json
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
{
"HTTP to HTTPS redirect": {
"containers": {
"redirect-http-to-https": {
"image": "geldim/https-redirect",
"launch_order": 1,
"ports": {
"80": {
"description": "Set this to port 80 to accept HTTP connections. It will automatically redirect to HTTPS, where the admin UI is hosted (port 443)",
"host_default": 80,
"label": "HTTP port",
"protocol": "tcp"
}
}
}
},
"description": "Access the Rockstor Admin Web UI without having to remember to type https://. <p>Based on a custom docker image: <a href='https://hub.docker.com/r/geldim/https-redirect' target='_blank'>https://hub.docker.com/r/geldim/https-redirect</a>, available for amd64 architecture only.</p>",
"ui": {
"https": false,
"slug": ""
},
"website": "https://github.com/geldim/docker-https-redirect/",
"version": "1.1"
}
}