Added Git-Sync Mirror Agent to fold-stack with support for GitHub, Forgejo, Radicle, Internet Archive, and Web3.storage

This commit is contained in:
2025-05-26 21:29:23 -05:00
parent a5c6bd121c
commit a10033a7c3
11 changed files with 359 additions and 5 deletions
+7
View File
@@ -0,0 +1,7 @@
[nextcloud]
type = webdav
url = http://localhost:8081/remote.php/dav/files/admin/
vendor = admin
user = admin
pass = 700-kf6PNutLqpTd5heFH7_qV4Be4qqsIi1duRb4
+6
View File
@@ -0,0 +1,6 @@
# Format: remote_name|type|url|enabled (1 for enabled, 0 for disabled)
github|git|git@github.com:mrhavens/mirror-repo.git|1
forgejo|git|git@localhost:2222/mrhavens/mirror-repo.git|1
radicle|radicle|radicle://mrhavens/mirror-repo|1
ia|rclone|ia:fold-stack-git-mirror|1
web3|rclone|web3:fold-stack-git-mirror|0
+4
View File
@@ -0,0 +1,4 @@
{
"branches": ["*"],
"exclude_tags": []
}
View File
View File