mirror of
https://github.com/nextcloud/nextcloudpi.git
synced 2026-01-09 14:42:01 -03:30
Signed-off-by: Tobias Knöppler <6317548+theCalcaholic@users.noreply.github.com> Signed-off-by: Tobias K <6317548+theCalcaholic@users.noreply.github.com>
35 lines
970 B
INI
35 lines
970 B
INI
{
|
||
"id": "letsencrypt",
|
||
"name": "Let's Encrypt, Automatic signed SSL certificates",
|
||
"title": "letsencrypt",
|
||
"description": "Automatic signed SSL certificates. Let’s Encrypt is a free, automated, and open Certificate Authority.",
|
||
"info": "Internet access is required for this configuration to complete\nBoth ports 80 and 443 need to be accessible from the internet\n\nYour certificate will be automatically renewed every month",
|
||
"infotitle": "Warning",
|
||
"params": [
|
||
{
|
||
"id": "ACTIVE",
|
||
"name": "Active",
|
||
"value": "no",
|
||
"type": "bool"
|
||
},
|
||
{
|
||
"id": "DOMAIN",
|
||
"name": "Domain",
|
||
"value": "",
|
||
"suggest": "mycloud.nextcloudpi.com"
|
||
},
|
||
{
|
||
"id": "OTHER_DOMAIN",
|
||
"name": "Additional domain",
|
||
"value": "",
|
||
"suggest": "optional.cloud.nextcloudpi.com"
|
||
},
|
||
{
|
||
"id": "EMAIL",
|
||
"name": "Email",
|
||
"value": "",
|
||
"suggest": "mycloud@nextcloudpi.com"
|
||
}
|
||
]
|
||
}
|