mirror of
https://github.com/nextcloud/nextcloudpi.git
synced 2026-01-10 15:12:01 -03:30
cfg adjustments
This commit is contained in:
parent
abef04f7ed
commit
ee53c17599
@ -19,7 +19,7 @@
|
||||
},
|
||||
{
|
||||
"id": "DNSSERVER",
|
||||
"name": "Dns server",
|
||||
"name": "DNS server",
|
||||
"value": "8.8.8.8"
|
||||
},
|
||||
{
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
{
|
||||
"id": "DDNS_duckDNS",
|
||||
"id": "duckDNS",
|
||||
"name": "DynamicDNS from duckDNS",
|
||||
"title": "DDNS_duckDNS",
|
||||
"title": "duckDNS",
|
||||
"description": "Free Dynamic DNS provider (need account from https://duckdns.org)",
|
||||
"info": "",
|
||||
"infotitle": "",
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
{
|
||||
"id": "DDNS_freeDNS",
|
||||
"id": "freeDNS",
|
||||
"name": "Dynamic DNS from freeDNS",
|
||||
"title": "DDNS_freeDNS",
|
||||
"title": "freeDNS",
|
||||
"description": "DynamicDNS service from FreeDNS client (need account from https://freedns.afraid.org/)",
|
||||
"info": "",
|
||||
"infotitle": "",
|
||||
|
||||
@ -19,7 +19,7 @@
|
||||
},
|
||||
{
|
||||
"id": "INCLUDEDATA",
|
||||
"name": "Include Data",
|
||||
"name": "Include data",
|
||||
"value": "no",
|
||||
"type": "bool"
|
||||
},
|
||||
@ -31,12 +31,12 @@
|
||||
},
|
||||
{
|
||||
"id": "BACKUPDAYS",
|
||||
"name": "Backupdays",
|
||||
"name": "Backup days",
|
||||
"value": "7"
|
||||
},
|
||||
{
|
||||
"id": "BACKUPLIMIT",
|
||||
"name": "Backuplimit",
|
||||
"name": "Backup limit",
|
||||
"value": "4"
|
||||
}
|
||||
]
|
||||
|
||||
@ -13,7 +13,7 @@
|
||||
},
|
||||
{
|
||||
"id": "INCLUDEDATA",
|
||||
"name": "Include Data",
|
||||
"name": "Include data",
|
||||
"value": "no",
|
||||
"type": "bool"
|
||||
},
|
||||
|
||||
@ -18,7 +18,7 @@
|
||||
},
|
||||
{
|
||||
"id": "PHPTHREADS",
|
||||
"name": "Php threads",
|
||||
"name": "PHP threads",
|
||||
"value": "0"
|
||||
},
|
||||
{
|
||||
|
||||
@ -2,8 +2,8 @@
|
||||
"id": "nc-rsync",
|
||||
"name": "Nc-rsync",
|
||||
"title": "nc-rsync",
|
||||
"description": "Sync Nextcloud data through rsync, to internal or to external using Ssh",
|
||||
"info": "'user' needs SSH autologin from the NCP 'root' user at 'ip'\nif we are launching from ncp-web",
|
||||
"description": "Sync Nextcloud data remotely or locally through rsync",
|
||||
"info": "'user' needs SSH autologin from the NCP 'root' user at 'ip'\nfor remote sync",
|
||||
"infotitle": "",
|
||||
"params": [
|
||||
{
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
{
|
||||
"id": "DDNS_no-ip",
|
||||
"id": "no-ip",
|
||||
"name": "DynamicDNS from no-ip",
|
||||
"title": "DDNS_no-ip",
|
||||
"title": "no-ip",
|
||||
"description": "Dynamic DNS no-ip free provider (need account from https://www.noip.com/)",
|
||||
"info": "For this step to succeed, you need to register a noip account first.\nInternet access is required for this configuration to complete.",
|
||||
"infotitle": "",
|
||||
@ -19,8 +19,8 @@
|
||||
},
|
||||
{
|
||||
"id": "PASS",
|
||||
"name": "Pass",
|
||||
"value": "noip-pass"
|
||||
"name": "Password",
|
||||
"value": "no-ip password"
|
||||
},
|
||||
{
|
||||
"id": "DOMAIN",
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
{
|
||||
"id": "DDNS_spDYN",
|
||||
"id": "spDYN",
|
||||
"name": "Dynamic DNS from spDYN",
|
||||
"title": "DDNS_spDYN",
|
||||
"title": "spDYN",
|
||||
"description": "Free Dynamic DNS provider (need account from spdyn.de)",
|
||||
"info": "",
|
||||
"infotitle": "",
|
||||
|
||||
@ -61,7 +61,7 @@ HTML;
|
||||
include('../csrf.php');
|
||||
echo '<input type="hidden" id="csrf-token" name="csrf-token" value="' . getCSRFToken() . '"/>';
|
||||
?>
|
||||
<script src="../minified.js"></script>
|
||||
<script src="../js/minified.js"></script>
|
||||
<script src="JS.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user