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

19 lines
275 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",
"task.mk"
2022-09-01 06:00:56 -05:00
],
"dest": [
"config"
]
2022-08-15 00:15:51 -05:00
}
}