User Tools

Site Tools


linux:sharepoint

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
linux:sharepoint [2021/11/26 16:05] Wulf Rajeklinux:sharepoint [2023/05/29 11:55] (current) – external edit 127.0.0.1
Line 135: Line 135:
  
 https://gist.github.com/kabili207/2cd2d637e5c7617411a666d8d7e97101 https://gist.github.com/kabili207/2cd2d637e5c7617411a666d8d7e97101
 +
 +Fuse config required for user systemd service:
 +<code - /etc/fuse.conf>
 +# Allow non-root users to specify the allow_other or allow_root mount options.
 +user_allow_other
 +</code>
  
 <code - rclone@.service> <code - rclone@.service>
Line 171: Line 177:
 [Install] [Install]
 WantedBy=default.target WantedBy=default.target
 +</code>
 +
 +To hide Sharepoint's Forms directories, add:
 +<code>
 +    --exclude "/Forms/" \
 </code> </code>
  
Line 221: Line 232:
 fstab entry example fstab entry example
 <code> <code>
-https://SITENAME.sharepoint.com/sites/Amati/Amati /home/USER/sharepoint/SITE-amati davfs users,rw,_netdev 0 0+https://SITENAME.sharepoint.com/sites/sitename/foldername /home/USER/sharepoint/SITE-SITENAME davfs users,rw,_netdev 0 0
 </code> </code>
  
 https://wiki.archlinux.org/title/Davfs2 https://wiki.archlinux.org/title/Davfs2
linux/sharepoint.1637942729.txt.gz · Last modified: (external edit)