summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2022-11-12 23:10:33 -0500
committerDavid Robillard <d@drobilla.net>2022-11-12 23:25:58 -0500
commit74cde153f363c908e96543aa8581552d9ea7e5aa (patch)
tree226843b775d8a4535c2b75d7318aa105c51310b2
parent89f852c6ba55d5070ebd0735bd7702b157787b79 (diff)
downloaddotfiles-74cde153f363c908e96543aa8581552d9ea7e5aa.tar.gz
dotfiles-74cde153f363c908e96543aa8581552d9ea7e5aa.tar.bz2
dotfiles-74cde153f363c908e96543aa8581552d9ea7e5aa.zip
Add nextcloud configuration
-rw-r--r--.gitignore2
-rwxr-xr-xdeploy.sh1
-rw-r--r--nextcloud/.config/Nextcloud/nextcloud.cfg18
-rw-r--r--nextcloud/.config/Nextcloud/sync-exclude.lst42
-rwxr-xr-xundeploy.sh1
5 files changed, 64 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index d6f437d..864754b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -11,3 +11,5 @@ emacs/.emacs.d/tramp
emacs/.emacs.d/url
evolution/.config/evolution/mail/properties.db
evolution/.config/evolution/mail/remote-content.db
+nextcloud/.config/Nextcloud/cookies0.db
+nextcloud/.config/Nextcloud/logs/
diff --git a/deploy.sh b/deploy.sh
index 933dc74..8497492 100755
--- a/deploy.sh
+++ b/deploy.sh
@@ -7,6 +7,7 @@ stow bspwm
stow conky
stow emacs
stow evolution
+stow nextcloud
stow rofi
stow sxhkd
stow tmux
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.
diff --git a/undeploy.sh b/undeploy.sh
index 54680de..d4874e1 100755
--- a/undeploy.sh
+++ b/undeploy.sh
@@ -7,6 +7,7 @@ rm ~/.config/bspwm
rm ~/.conkyrc
rm ~/.emacs.d
rm ~/.config/evolution
+rm ~/.config/nextcloud
rm ~/.config/rofi
rm ~/.config/sxhkd
rm ~/.tmux.conf