docs(instances): add a new instance

by @JodanJodan

closes: https://github.com/zyachel/libremdb/issues/93
This commit is contained in:
zyachel 2024-12-15 09:32:56 +00:00
parent 250d8bb388
commit 630aae3cd8
2 changed files with 8 additions and 2 deletions

View File

@ -57,6 +57,7 @@ Inspired by projects like [teddit](https://codeberg.org/teddit/teddit), [nitter]
| <https://ld.ca.zorby.top/> | [Yes](http://q3hetdcyyy572xznqmsledzlbv77moycoqs6ptehpp5vsmx4dtcuqeqd.onion/) | [Yes](http://5j37qusybvyhecljn4hr5i4chifdlfqfkfveythzpzyfxiibt7cq.b32.i2p/) | CA | No | Operated by [Troughy](https://zorby.top/) |
| <https://imdb.nerdvpn.de/> | No | No | UA | No | Operated by [Weidenwiesel](https://nerdvpn.de/) |
| <https://libremdb.canine.tools/> | No | No | US | No | Operated by [canine.tools](https://canine.tools/) |
| <https://libremdb-fly.fly.dev/> | No | No | US | No | Operated by [jodanjodan](https://github.com/JodanJodan) |
Instances list in JSON format can be found in [instances.json](instances.json) file.
@ -105,7 +106,7 @@ Instances list in JSON format can be found in [instances.json](instances.json) f
- [x] add a way to see trailer and other videos
- [ ] implement movie specific routes like:
- [x] reviews(including critic reviews)
- [ ] reviews(including critic reviews)
- [ ] video & image gallery
- [ ] sections under 'did you know'
- [ ] release info
@ -113,7 +114,7 @@ Instances list in JSON format can be found in [instances.json](instances.json) f
- [ ] implement other routes like:
- [x] lists
- [ ] lists
- [ ] moviemeter
- [x] person info(includes directors and actors)
- [ ] company info

View File

@ -120,5 +120,10 @@
"clearnet": "https://libremdb.canine.tools/",
"cdn": false,
"country": "US"
},
{
"clearnet": "https://libremdb-fly.fly.dev/",
"cdn": false,
"country": "US"
}
]