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

20 lines
288 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-09-01 06:00:56 -05:00
"src": [
"dotfiles",
"git-server",
"monolisa-nerdfont-patch",
2022-09-05 18:59:08 -05:00
"yartsu",
2023-02-10 12:26:30 -06:00
"task.mk",
"viv"
2022-09-01 06:00:56 -05:00
],
"dest": [
"config"
]
2022-08-15 00:15:51 -05:00
}
}