Add base config for Nextcloud
Some of the config keys are set by the machine automatically and are machine-specific or provide info about the Nextcloud
This commit is contained in:
parent
e56e5b6ba0
commit
c5cf44f72e
3 changed files with 60 additions and 1 deletions
22
.config/Nextcloud/nextcloud.cfg
Normal file
22
.config/Nextcloud/nextcloud.cfg
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
[General]
|
||||
confirmExternalStorage=false
|
||||
crashReporter=false
|
||||
monoIcons=true
|
||||
newBigFolderSizeLimit=99999
|
||||
optionalServerNotifications=false
|
||||
useNewBigFolderSizeLimit=false
|
||||
|
||||
[Accounts]
|
||||
0\Folders\1\ignoreHiddenFiles=false
|
||||
0\Folders\1\localPath=/home/alexander/nextcloud/
|
||||
0\Folders\1\paused=false
|
||||
0\Folders\1\targetPath=/
|
||||
0\Folders\1\version=2
|
||||
0\Folders\1\virtualFilesMode=off
|
||||
0\authType=webflow
|
||||
0\dav_user=alexander
|
||||
0\url=https://nextcloud.webartifex.biz
|
||||
0\user=@Invalid()
|
||||
0\version=1
|
||||
0\webflow_user=alexander
|
||||
version=2
|
||||
Loading…
Add table
Add a link
Reference in a new issue