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

18 lines
258 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",
"yartsu"
],
"dest": [
"config"
]
2022-08-15 00:15:51 -05:00
}
}