feat: types described, examples of registry
This commit is contained in:
parent
f85bd1d03f
commit
7a77314eaf
5 changed files with 40 additions and 22 deletions
16
examples/wacli.ofs.lol/.well-known/wacli.json
Normal file
16
examples/wacli.ofs.lol/.well-known/wacli.json
Normal file
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"registry": true,
|
||||
"manifests": {
|
||||
"forgejo": {
|
||||
"path": "https://wacli.ofs.lol/registry/forgejo.json"
|
||||
}
|
||||
},
|
||||
"settings": {
|
||||
"aliases": [{
|
||||
"type": "uri",
|
||||
"alias": "registry",
|
||||
"content": "https://wacli.ofs.lol"
|
||||
}]
|
||||
}
|
||||
}
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue