Provide a list of instances as JSON

This is for extensions or other tools that wish to have a list of
instances. It can be accessed by visiting the raw file on sourcehut:

https://git.sr.ht/~edwardloveall/scribe/blob/main/docs/instances.json
This commit is contained in:
Edward Loveall 2022-01-29 12:58:08 -05:00
parent 08f38a4d25
commit 648a933b24
No known key found for this signature in database
GPG Key ID: A7606DFEC2BA731F
3 changed files with 16 additions and 6 deletions

View File

@ -1,22 +1,26 @@
2023-01-23
2022-01-29
* Provide list of instances as JSON file
2022-01-23
* Proxy GitHub gists with rate limiting
* Add CHANGELOG
2023-01-16
2022-01-16
* Add scribe.bus-hit.me instance
2023-01-15
2022-01-15
* Add instructions for Lucky config variables
* Ensure that scr/version is up-to-date when building
2023-01-08
2022-01-08
* Use FAQ entry to explain custom domains
2023-01-04
2022-01-04
* Improve Redirector extension instructions
* Home page instructions for custom domains

6
docs/instances.json Normal file
View File

@ -0,0 +1,6 @@
[
"https://scribe.rip",
"https://scribe.nixnet.services",
"https://scribe.citizen4.eu",
"https://scribe.bus-hit.me"
]

View File

@ -1,3 +1,3 @@
module Scribe
VERSION = "2022-01-23"
VERSION = "2022-01-29"
end