297 lines
5.4 KiB
JavaScript
297 lines
5.4 KiB
JavaScript
export const LXCcontainerLocalIP = '10.10.10.103'
|
|
export const LXCcontainerProtocol = 'https'
|
|
|
|
export const listing = {
|
|
'com': {
|
|
'cipherbliss': [
|
|
'portfolio',
|
|
'www',
|
|
'framadate-api'
|
|
]
|
|
},
|
|
'fr': {
|
|
'tykayn': ['']
|
|
},
|
|
'art': {
|
|
'clairelemoine': ['www']
|
|
},
|
|
}
|
|
export let baseDomain = {
|
|
LXCcontainerLocalIP,
|
|
LXCcontainerProtocol,
|
|
name: 'le nom du domaine',
|
|
domain: '',
|
|
framework: 'static',
|
|
|
|
letsEncryptNumber: '-001',
|
|
}
|
|
export const domainsConfig = [
|
|
{
|
|
LXCcontainerLocalIP,
|
|
LXCcontainerProtocol,
|
|
name: 'rtfm',
|
|
domain: 'www.free-software-academy.com',
|
|
framework: 'static',
|
|
disableSSL: true,
|
|
},{
|
|
LXCcontainerLocalIP,
|
|
LXCcontainerProtocol,
|
|
name: 'coussinet',
|
|
domain: 'www.coussinet.org',
|
|
framework: 'static',
|
|
disableSSL: true,
|
|
},
|
|
{
|
|
LXCcontainerLocalIP,
|
|
LXCcontainerProtocol,
|
|
name: 'Blog cipherbliss',
|
|
domain: 'www.cipherbliss.com',
|
|
framework: 'wordpress',
|
|
|
|
}, {
|
|
LXCcontainerLocalIP,
|
|
LXCcontainerProtocol,
|
|
name: 'Portfolio cipherbliss',
|
|
domain: 'portfolio.cipherbliss.com',
|
|
framework: 'symfony',
|
|
|
|
}, {
|
|
LXCcontainerLocalIP,
|
|
LXCcontainerProtocol,
|
|
name: 'Blog tykayn - le vortex à chats',
|
|
domain: 'tykayn.fr',
|
|
framework: 'wordpress',
|
|
|
|
redirectToNoWWW: true,
|
|
}, {
|
|
LXCcontainerLocalIP,
|
|
LXCcontainerProtocol,
|
|
name: 'Site de la compagnie la puce à l\'oreille',
|
|
domain: 'www.pucealoreille.fr',
|
|
framework: 'wordpress',
|
|
|
|
}, {
|
|
LXCcontainerLocalIP,
|
|
LXCcontainerProtocol,
|
|
name: 'Site de Didier, un bec et des ailes',
|
|
domain: 'www.unbecetdesailes.fr',
|
|
framework: 'wordpress',
|
|
|
|
}, {
|
|
LXCcontainerLocalIP,
|
|
LXCcontainerProtocol,
|
|
name: 'Site de Catherine Fonder, conteuse',
|
|
domain: 'www.catherinefonder.fr',
|
|
framework: 'wordpress',
|
|
|
|
}, {
|
|
LXCcontainerLocalIP,
|
|
LXCcontainerProtocol,
|
|
name: 'Site de la Fromagerie BSF',
|
|
domain: 'www.lafromagerie-bsf.com',
|
|
framework: 'wordpress',
|
|
|
|
redirectToNoWWW: true,
|
|
},
|
|
{
|
|
LXCcontainerLocalIP,
|
|
LXCcontainerProtocol,
|
|
name: 'Claire Lemoine portfolio',
|
|
domain: 'www.clairelemoine.art',
|
|
framework: 'wordpress',
|
|
|
|
},
|
|
|
|
{
|
|
LXCcontainerLocalIP,
|
|
LXCcontainerProtocol,
|
|
name: 'Blog Qzine',
|
|
domain: 'qzine.fr',
|
|
framework: 'wordpress',
|
|
|
|
},
|
|
{
|
|
LXCcontainerLocalIP,
|
|
LXCcontainerProtocol,
|
|
name: 'Funky Framadate Démo',
|
|
domain: 'framadate-api.cipherbliss.com',
|
|
framework: 'symfony',
|
|
|
|
}, {
|
|
LXCcontainerLocalIP,
|
|
LXCcontainerProtocol,
|
|
name: 'Portfolio cipherbliss',
|
|
domain: 'portfolio.cipherbliss.com',
|
|
framework: 'symfony',
|
|
|
|
},
|
|
{
|
|
LXCcontainerLocalIP,
|
|
LXCcontainerProtocol,
|
|
name: 'Caisse Bliss',
|
|
domain: 'caisse.cipherbliss.com',
|
|
framework: 'symfony',
|
|
|
|
},
|
|
{
|
|
LXCcontainerLocalIP,
|
|
LXCcontainerProtocol,
|
|
name: 'Meting pot',
|
|
domain: 'meltingpot.cipherbliss.com',
|
|
framework: 'static',
|
|
|
|
},
|
|
{
|
|
LXCcontainerLocalIP,
|
|
LXCcontainerProtocol,
|
|
name: 'sous domaine de cipherbliss',
|
|
domain: 'bitwarden.cipherbliss.com',
|
|
framework: 'static',
|
|
|
|
},
|
|
{
|
|
LXCcontainerLocalIP,
|
|
LXCcontainerProtocol,
|
|
name: 'sous domaine de cipherbliss',
|
|
domain: 'c.cipherbliss.com',
|
|
framework: 'static',
|
|
|
|
},
|
|
{
|
|
LXCcontainerLocalIP,
|
|
LXCcontainerProtocol,
|
|
name: 'sous domaine de cipherbliss',
|
|
domain: 'bridge.cipherbliss.com',
|
|
framework: 'static',
|
|
|
|
},
|
|
{
|
|
LXCcontainerLocalIP,
|
|
LXCcontainerProtocol,
|
|
name: 'sous domaine de cipherbliss',
|
|
domain: 'calc.cipherbliss.com',
|
|
framework: 'static',
|
|
|
|
},
|
|
{
|
|
LXCcontainerLocalIP,
|
|
LXCcontainerProtocol,
|
|
name: 'sous domaine de cipherbliss',
|
|
domain: 'events.cipherbliss.com',
|
|
framework: 'static',
|
|
|
|
},
|
|
{
|
|
LXCcontainerLocalIP,
|
|
LXCcontainerProtocol,
|
|
name: 'sous domaine de cipherbliss',
|
|
domain: 'icinga.cipherbliss.com',
|
|
framework: 'static',
|
|
|
|
},
|
|
{
|
|
LXCcontainerLocalIP,
|
|
LXCcontainerProtocol,
|
|
name: 'sous domaine de cipherbliss',
|
|
domain: 'monit.cipherbliss.com',
|
|
framework: 'static',
|
|
|
|
},
|
|
{
|
|
LXCcontainerLocalIP,
|
|
LXCcontainerProtocol,
|
|
name: 'sous domaine de cipherbliss',
|
|
domain: 'music.cipherbliss.com',
|
|
framework: 'static',
|
|
|
|
},
|
|
{
|
|
LXCcontainerLocalIP,
|
|
LXCcontainerProtocol,
|
|
name: 'sous domaine de cipherbliss',
|
|
domain: 'nas.cipherbliss.com',
|
|
framework: 'static',
|
|
|
|
},
|
|
{
|
|
LXCcontainerLocalIP,
|
|
LXCcontainerProtocol,
|
|
name: 'sous domaine de cipherbliss',
|
|
domain: 'pass.cipherbliss.com',
|
|
framework: 'static',
|
|
|
|
},
|
|
{
|
|
LXCcontainerLocalIP,
|
|
LXCcontainerProtocol,
|
|
name: 'sous domaine de cipherbliss',
|
|
domain: 'demo.cipherbliss.com',
|
|
framework: 'static'
|
|
},
|
|
{
|
|
LXCcontainerLocalIP,
|
|
LXCcontainerProtocol,
|
|
name: 'sous domaine de cipherbliss',
|
|
domain: 'log.cipherbliss.com',
|
|
framework: 'static',
|
|
|
|
},
|
|
{
|
|
LXCcontainerLocalIP,
|
|
LXCcontainerProtocol,
|
|
name: 'sous domaine de cipherbliss',
|
|
domain: 'participalibre.cipherbliss.com',
|
|
framework: 'static',
|
|
|
|
},
|
|
{
|
|
LXCcontainerLocalIP,
|
|
LXCcontainerProtocol,
|
|
name: 'Sondages Qzine',
|
|
domain: 'sondages.qzine.fr',
|
|
framework: 'symfony',
|
|
|
|
},
|
|
{
|
|
LXCcontainerLocalIP,
|
|
LXCcontainerProtocol,
|
|
name: 'Chaton coussinet',
|
|
domain: 'www.coussinet.org',
|
|
framework: 'static',
|
|
|
|
},
|
|
{
|
|
LXCcontainerLocalIP,
|
|
LXCcontainerProtocol,
|
|
name: 'panel proxmox coussinet',
|
|
domain: 'panel.coussinet.org',
|
|
framework: 'static',
|
|
|
|
},
|
|
{
|
|
LXCcontainerLocalIP,
|
|
LXCcontainerProtocol,
|
|
name: 'forge sources coussinet',
|
|
domain: 'source.coussinet.org',
|
|
framework: 'static',
|
|
|
|
},
|
|
{
|
|
LXCcontainerLocalIP,
|
|
LXCcontainerProtocol,
|
|
name: 'Join Fediverse',
|
|
domain: 'www.joinfediverse.org',
|
|
redirectToWWW: true,
|
|
framework: 'static',
|
|
|
|
},
|
|
{
|
|
LXCcontainerLocalIP,
|
|
LXCcontainerProtocol,
|
|
name: 'nextcloud',
|
|
domain: 'cloud.tykayn.fr',
|
|
framework: 'nextcloud',
|
|
|
|
},
|
|
]
|