Added Git-Sync Mirror Agent to fold-stack with support for GitHub, Forgejo, Radicle, Internet Archive, and Web3.storage
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
[nextcloud]
|
||||
type = webdav
|
||||
url = http://localhost:8081/remote.php/dav/files/admin/
|
||||
vendor = admin
|
||||
user = admin
|
||||
pass = 700-kf6PNutLqpTd5heFH7_qV4Be4qqsIi1duRb4
|
||||
|
||||
@@ -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
|
||||
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"branches": ["*"],
|
||||
"exclude_tags": []
|
||||
}
|
||||
Reference in New Issue
Block a user