mirror of
https://github.com/YunoHost-Apps/armadietto_ynh.git
synced 2024-09-03 18:06:18 +02:00
remove https from server
This commit is contained in:
parent
49bdc90aba
commit
88de7b88e9
4 changed files with 6 additions and 6 deletions
|
@ -12,12 +12,12 @@ server = new Armadietto({
|
||||||
http: {
|
http: {
|
||||||
port: __PORT__
|
port: __PORT__
|
||||||
},
|
},
|
||||||
https: {
|
// https: {
|
||||||
force: true,
|
// force: true,
|
||||||
port: __PORT__,
|
// port: __PORT__,
|
||||||
cert: '/etc/yunohost/certs/__DOMAIN__/crt.pem',
|
// cert: '/etc/yunohost/certs/__DOMAIN__/crt.pem',
|
||||||
key: '/etc/yunohost/certs/__DOMAIN__/key.pem'
|
// key: '/etc/yunohost/certs/__DOMAIN__/key.pem'
|
||||||
},
|
// },
|
||||||
allow: {
|
allow: {
|
||||||
signup: __IS_SIGNUP__
|
signup: __IS_SIGNUP__
|
||||||
},
|
},
|
||||||
|
|
BIN
doc/screenshots/armadietto-signup.png
Normal file
BIN
doc/screenshots/armadietto-signup.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 33 KiB |
BIN
doc/screenshots/armadietto-welcome.png
Normal file
BIN
doc/screenshots/armadietto-welcome.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 59 KiB |
Binary file not shown.
Before Width: | Height: | Size: 72 KiB |
Loading…
Reference in a new issue