mirror of
https://github.com/benbusby/farside.git
synced 2025-04-25 13:10:02 +00:00
Add GotHub support (#116)
Adds support for GotHub, an alternative frontend for GitHub --------- Co-authored-by: Ben Busby <contact@benbusby.com>
This commit is contained in:
parent
46c9b66478
commit
9104650cfe
4 changed files with 41 additions and 0 deletions
12
.github/workflows/update-instances.yml
vendored
12
.github/workflows/update-instances.yml
vendored
|
@ -216,6 +216,18 @@ jobs:
|
|||
|
||||
apply_update
|
||||
|
||||
# ==============================================================
|
||||
# GotHub update
|
||||
# ==============================================================
|
||||
|
||||
curl -s https://codeberg.org/gothub/gothub-instances/raw/branch/master/instances.json | \
|
||||
jq '[.[] | .link]' > gothub-tmp.json
|
||||
jq --slurpfile gothub-tmp.json \
|
||||
'(.[] | select(.type == "gothub") )
|
||||
.instances |= $gothub[0]' services-full.json > services-tmp.json
|
||||
|
||||
apply_update
|
||||
|
||||
# ==============================================================
|
||||
# TODO: Update instances for other services
|
||||
# ==============================================================
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue