diff options
Diffstat (limited to 'src/config.json')
-rw-r--r-- | src/config.json | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/src/config.json b/src/config.json index 5ce60310..350559bd 100644 --- a/src/config.json +++ b/src/config.json @@ -214,13 +214,19 @@ "name": "Redlib", "instanceList": true, "url": "https://github.com/redlib-org/redlib", - "localhost": true + "localhost": false }, "teddit": { "name": "Teddit", "instanceList": true, "url": "https://codeberg.org/teddit/teddit", - "localhost": true + "localhost": false + }, + "eddrit": { + "name": "Eddrit", + "instanceList": true, + "url": "https://github.com/corenting/eddrit", + "localhost": false } }, "targets": [ |