diff options
author | David Robillard <d@drobilla.net> | 2022-11-12 23:10:33 -0500 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2022-11-12 23:25:58 -0500 |
commit | 74cde153f363c908e96543aa8581552d9ea7e5aa (patch) | |
tree | 226843b775d8a4535c2b75d7318aa105c51310b2 /nextcloud | |
parent | 89f852c6ba55d5070ebd0735bd7702b157787b79 (diff) | |
download | dotfiles-74cde153f363c908e96543aa8581552d9ea7e5aa.tar.gz dotfiles-74cde153f363c908e96543aa8581552d9ea7e5aa.tar.bz2 dotfiles-74cde153f363c908e96543aa8581552d9ea7e5aa.zip |
Add nextcloud configuration
Diffstat (limited to 'nextcloud')
-rw-r--r-- | nextcloud/.config/Nextcloud/nextcloud.cfg | 18 | ||||
-rw-r--r-- | nextcloud/.config/Nextcloud/sync-exclude.lst | 42 |
2 files changed, 60 insertions, 0 deletions
diff --git a/nextcloud/.config/Nextcloud/nextcloud.cfg b/nextcloud/.config/Nextcloud/nextcloud.cfg new file mode 100644 index 0000000..2e994e2 --- /dev/null +++ b/nextcloud/.config/Nextcloud/nextcloud.cfg @@ -0,0 +1,18 @@ +[General] +confirmExternalStorage=true +newBigFolderSizeLimit=500 +optionalServerNotifications=true +useNewBigFolderSizeLimit=true + +[Accounts] +0\Folders\1\ignoreHiddenFiles=false +0\Folders\1\journalPath=._sync_b1f24a9da385.db +0\Folders\1\localPath=/home/drobilla/Drive/ +0\Folders\1\paused=false +0\Folders\1\targetPath=/ +0\authType=webflow +0\serverVersion=21.0.5.1 +0\url=https://drive.drobilla.net +0\user=@Invalid() +0\webflow_user=drobilla +version=2 diff --git a/nextcloud/.config/Nextcloud/sync-exclude.lst b/nextcloud/.config/Nextcloud/sync-exclude.lst new file mode 100644 index 0000000..fe5cbee --- /dev/null +++ b/nextcloud/.config/Nextcloud/sync-exclude.lst @@ -0,0 +1,42 @@ +# This file contains fixed global exclude patterns + +*~ +~$* +.~lock.* +~*.tmp +]*.~* +]Icon\r* +].DS_Store +].ds_store +._* +]Thumbs.db +System Volume Information + +.*.sw? +.*.*sw? + +].TemporaryItems +].Trashes +].DocumentRevisions-V100 +].Trash-* +.fseventd +.apdisk + +.directory + +*.part +*.filepart +*.crdownload + +*.kate-swp +*.gnucash.tmp-* + +.synkron.* +.sync.ffs_db +.symform +.symform-store +.fuse_hidden* +*.unison +.nfs* + +My Saved Places. |