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

11 lines
206 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": {
2022-08-15 01:54:56 -05:00
"src": ["dotfiles", "git-server", "monolisa-nerdfont-patch"],
2022-08-15 00:15:51 -05:00
"dest": ["config"]
}
}