git-server/soft/config/soft-serve.config.json

11 lines
179 B
JSON
Raw Normal View History

2022-08-15 00:15:51 -05:00
{
"paths": {
"src": "./gitea/git/repositories/daylin",
"dest": "./soft/data/repos"
2022-08-15 00:15:51 -05:00
},
"repos": {
"src": ["dotfiles", "git-server"],
"dest": ["config"]
}
}