cfg adjustments

This commit is contained in:
nacho 2018-12-28 14:55:56 -07:00 committed by nachoparker
parent abef04f7ed
commit ee53c17599
10 changed files with 19 additions and 19 deletions

View File

@ -19,7 +19,7 @@
},
{
"id": "DNSSERVER",
"name": "Dns server",
"name": "DNS server",
"value": "8.8.8.8"
},
{

View File

@ -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": "",

View File

@ -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": "",

View File

@ -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"
}
]

View File

@ -13,7 +13,7 @@
},
{
"id": "INCLUDEDATA",
"name": "Include Data",
"name": "Include data",
"value": "no",
"type": "bool"
},

View File

@ -18,7 +18,7 @@
},
{
"id": "PHPTHREADS",
"name": "Php threads",
"name": "PHP threads",
"value": "0"
},
{

View File

@ -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": [
{

View File

@ -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",

View File

@ -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": "",

View File

@ -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>