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:
parent
08f38a4d25
commit
648a933b24
3 changed files with 16 additions and 6 deletions
14
CHANGELOG
14
CHANGELOG
|
@ -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
6
docs/instances.json
Normal file
|
@ -0,0 +1,6 @@
|
|||
[
|
||||
"https://scribe.rip",
|
||||
"https://scribe.nixnet.services",
|
||||
"https://scribe.citizen4.eu",
|
||||
"https://scribe.bus-hit.me"
|
||||
]
|
|
@ -1,3 +1,3 @@
|
|||
module Scribe
|
||||
VERSION = "2022-01-23"
|
||||
VERSION = "2022-01-29"
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue