install: DataStorage D:\Dropbox, create workdir, git bootstrap

Windows bootstrap.ps1 and Linux install.sh clone public Gitea repos,
build the fork, enable logon + 15-min bisync.
This commit is contained in:
2026-09-10 00:38:07 +02:00
parent 9b5356d0ab
commit f517cbd7ed
5 changed files with 240 additions and 24 deletions
+4 -4
View File
@@ -1,9 +1,9 @@
{
"enabled": false,
"path1": "/mnt/ntfs/Dropbox",
"enabled": true,
"path1": "/mnt/DataStorage/Dropbox",
"path2": "dropbox:",
"workdir": "/mnt/ntfs/rclone-bisync",
"workdir": "/mnt/DataStorage/rclone-bisync",
"interval_minutes": 15,
"rclone": "/opt/rclone-dropbox-bisync/bin/rclone",
"rclone": "rclone",
"check_filename": "RCLONE_TEST"
}