diff options
author | ManeraKai <manerakai@protonmail.com> | 2023-02-13 14:45:24 +0300 |
---|---|---|
committer | ManeraKai <manerakai@protonmail.com> | 2023-02-13 14:45:24 +0300 |
commit | db7657cf7af88085c80ee869cb3a3b0421952780 (patch) | |
tree | 6955bb4534e7f7c691189cd49aaa1650a9fe63d3 /src/config.json | |
parent | Merge branch 'master' of https://github.com/libredirect/libredirect (diff) | |
download | libredirect-db7657cf7af88085c80ee869cb3a3b0421952780.zip |
Added GotHub https://github.com/libredirect/libredirect/issues/569
Diffstat (limited to 'src/config.json')
-rw-r--r-- | src/config.json | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/src/config.json b/src/config.json index 5eea75bf..29934e3c 100644 --- a/src/config.json +++ b/src/config.json @@ -652,6 +652,26 @@ "imageType": "svgMono", "embeddable": false, "url": "https://web.archive.org" + }, + "github": { + "frontends": { + "gothub": { + "name": "Gothub", + "instanceList": true, + "url": "https://codeberg.org/gothub/gothub" + } + }, + "targets": [ + "^https?:\\/{2}github\\.com\\/" + ], + "name": "GitHub", + "options": { + "enabled": false, + "unsupportedUrls": "bypass" + }, + "imageType": "svgMono", + "embeddable": false, + "url": "https://web.archive.org" } } } \ No newline at end of file |