nextcloud
This commit is contained in:
@@ -213,6 +213,27 @@
|
|||||||
"stackfile": "nextcloud/docker-compose.yml"
|
"stackfile": "nextcloud/docker-compose.yml"
|
||||||
},
|
},
|
||||||
"env": [
|
"env": [
|
||||||
|
{
|
||||||
|
"name": "ENTRYPOINT",
|
||||||
|
"label": "Entrypoint pour le http et le https",
|
||||||
|
"description": "entrypoint traefik",
|
||||||
|
"select": [
|
||||||
|
{
|
||||||
|
"text": "Voulez vous du https uniquement?",
|
||||||
|
"value": "websecure"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"text": "Que du htttp?",
|
||||||
|
"value": "web"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"text": "Https et Httpw",
|
||||||
|
"value": "web,websecure",
|
||||||
|
"default": true
|
||||||
|
|
||||||
|
}
|
||||||
|
],
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "NEXTCLOUD_VERSION",
|
"name": "NEXTCLOUD_VERSION",
|
||||||
"label": "Nextcloud version",
|
"label": "Nextcloud version",
|
||||||
|
|||||||
Reference in New Issue
Block a user