mods.nextcloud.enable
Enable nextcloud
Type: boolean
Default:
true
Example:
false
mods.nextcloud.synclist
A list of folders to synchronize. This has to be an attribute list with the name, remote and local field (all strings).
Type: unspecified value
Default:
[ ]
Example:
[
{
local = "/home/globi";
name = "sync globi folder";
remote = "globi";
}
]
mods.nextcloud.url
Your url
Type: string
Default:
""
Example:
"cloud.globi.org"
mods.nextcloud.username
Your username
Type: string
Default:
""
Example:
"globi"