[enh] Add ynh.fr (#199)

* Update postinstall.js

* Update domains.js
This commit is contained in:
frju365 2018-06-22 15:58:17 +02:00 committed by ljf (zamentur)
parent 903dd9f506
commit df67dd6a44
2 changed files with 3 additions and 3 deletions

View file

@ -40,7 +40,7 @@
c.params.ddomains = data.map(function(dom){return '.'+dom;});
})
.fail(function() {
c.params.ddomains = ['.nohost.me', '.noho.st'];
c.params.ddomains = ['.nohost.me', '.noho.st', '.ynh.fr'];
})
.always(function() {
var data = {

View file

@ -28,7 +28,7 @@
c.params['ddomains'] = data.map(function(dom){return '.'+dom;});
})
.fail(function() {
c.params['ddomains'] = ['.nohost.me', '.noho.st'];
c.params['ddomains'] = ['.nohost.me', '.noho.st', '.ynh.fr'];
})
.always(function() {
c.view('postinstall/postinstall_2', c.params, function() {