You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
80 lines
2.0 KiB
80 lines
2.0 KiB
[ |
|
{ |
|
"type": "stack", |
|
"title": "webhost-56", |
|
"description": "Webhosting Image PHP 5.6", |
|
"note": "Deploys a default Webhosting instance connected to a MySQL database.", |
|
"categories": ["hosting"], |
|
"platform": "linux", |
|
"logo": "https://ditp.nl/static/ditp/2016/04/high-secure-webhosting-kosten.png", |
|
"repository": { |
|
"url": "https://git.webhosting.rug.nl/WEBHOSTING/portainer", |
|
"stackfile": "stacks/webhosting/docker-stack.yml" |
|
}, |
|
"env": [ |
|
{ |
|
"name": "APACHE_RUN_USER", |
|
"label": "F(P) number", |
|
"value": "p123456" |
|
}, |
|
{ |
|
"name": "APACHE_DOCUMENTROOT", |
|
"label": "Documentroot", |
|
"set": "/home/www/site" |
|
}, |
|
{ |
|
"name": "APACHE_SERVERADMIN", |
|
"label": "Serveradmin", |
|
"set": "webhosting.cit@rug.nl" |
|
}, |
|
{ |
|
"name": "APACHE_SERVERNAME", |
|
"label": "DOMAIN" |
|
}, |
|
{ |
|
"name": "APACHE_SERVERALIAS", |
|
"label": "DOMAIN ALIAS", |
|
"value": "" |
|
} |
|
] |
|
}, |
|
{ |
|
"type": "stack", |
|
"title": "webhost-7", |
|
"description": "Webhosting Image PHP 7", |
|
"note": "Deploys a default Webhosting instance connected to a MySQL database.", |
|
"categories": ["hosting"], |
|
"platform": "linux", |
|
"logo": "https://ditp.nl/static/ditp/2016/04/high-secure-webhosting-kosten.png", |
|
"repository": { |
|
"url": "https://git.webhosting.rug.nl/WEBHOSTING/portainer", |
|
"stackfile": "stacks/webhosting/docker-stack7.yml" |
|
}, |
|
"env": [ |
|
{ |
|
"name": "APACHE_RUN_USER", |
|
"label": "F(P) number", |
|
"value": "p123456" |
|
}, |
|
{ |
|
"name": "APACHE_DOCUMENTROOT", |
|
"label": "Documentroot", |
|
"set": "/home/www/site" |
|
}, |
|
{ |
|
"name": "APACHE_SERVERADMIN", |
|
"label": "Serveradmin", |
|
"set": "webhosting.cit@rug.nl" |
|
}, |
|
{ |
|
"name": "APACHE_SERVERNAME", |
|
"label": "DOMAIN" |
|
}, |
|
{ |
|
"name": "APACHE_SERVERALIAS", |
|
"label": "DOMAIN ALIAS", |
|
"value": "" |
|
} |
|
] |
|
} |
|
]
|
|
|