This repository has been archived on 2021-12-22. You can view files and clone it, but cannot push or open issues or pull requests.
rdelaage.ovh/data/services.json

25 lines
357 B
JSON
Raw Permalink Normal View History

2020-07-25 13:34:29 +02:00
{
"services":[
{
"name":"Nextcloud",
"url":"https://cloud.rdelaage.ovh"
},
{
"name":"Gitea",
"url":"https://git.rdelaage.ovh"
},
{
"name":"Miniflux",
"url":"https://rss.rdelaage.ovh"
2020-07-25 13:34:29 +02:00
},
{
"name":"Documentation",
2020-08-08 16:08:38 +02:00
"url":"https://doc.rdelaage.ovh"
2020-07-25 13:34:29 +02:00
},
{
"name":"Blog",
2020-08-08 16:08:38 +02:00
"url":"https://blog.rdelaage.ovh"
2020-07-25 13:34:29 +02:00
}
]
}