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
|
37
.config/Nextcloud/sync-exclude.lst
Normal file
37
.config/Nextcloud/sync-exclude.lst
Normal file
|
@ -0,0 +1,37 @@
|
|||
]*~
|
||||
]~$*
|
||||
].~lock.*
|
||||
]~*.tmp
|
||||
]*.~*
|
||||
]Icon\r*
|
||||
].DS_Store
|
||||
].ds_store
|
||||
]*.textClipping
|
||||
]._*
|
||||
]Thumbs.db
|
||||
]photothumb.db
|
||||
]System Volume Information
|
||||
].*.sw?
|
||||
].*.*sw?
|
||||
].TemporaryItems
|
||||
].Trashes
|
||||
].DocumentRevisions-V100
|
||||
].Trash-*
|
||||
].fseventd
|
||||
].apdisk
|
||||
].Spotlight-V100
|
||||
].directory
|
||||
]*.part
|
||||
]*.filepart
|
||||
]*.crdownload
|
||||
]*.kate-swp
|
||||
]*.gnucash.tmp-*
|
||||
].synkron.*
|
||||
].sync.ffs_db
|
||||
].symform
|
||||
].symform-store
|
||||
].fuse_hidden*
|
||||
]*.unison
|
||||
].nfs*
|
||||
]My Saved Places.
|
||||
]\#*#
|
|
@ -20,7 +20,7 @@ git clone --bare git@git.webartifex.biz:alexander/dotfiles.git "$HOME/.dotfiles"
|
|||
|
||||
# Backup old dotfiles
|
||||
rm -rf "$HOME/.dotfiles.bak" >/dev/null
|
||||
mkdir -p $HOME/.dotfiles.bak/.config/{bat,flameshot,git,pop-system-updater,shell} && \
|
||||
mkdir -p $HOME/.dotfiles.bak/.config/{bat,flameshot,git,Nextcloud,pop-system-updater,shell} && \
|
||||
/usr/bin/git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME checkout 2>&1 | egrep "\s+\." | awk {'print $1'} | \
|
||||
xargs -I{} mv {} "$HOME/.dotfiles.bak"/{}
|
||||
|
||||
|
|
Loading…
Reference in a new issue