mirror of
https://github.com/benbusby/farside.git
synced 2025-04-20 10:58:42 +00:00
Add auto update for rimgo (#152)
This commit is contained in:
parent
42386394f9
commit
40855bb77e
2 changed files with 37 additions and 16 deletions
16
.github/workflows/update-instances.yml
vendored
16
.github/workflows/update-instances.yml
vendored
|
@ -263,6 +263,22 @@ jobs:
|
||||||
|
|
||||||
apply_update
|
apply_update
|
||||||
|
|
||||||
|
# ==============================================================
|
||||||
|
# Rimgo update
|
||||||
|
# ==============================================================
|
||||||
|
|
||||||
|
curl -s https://rimgo.codeberg.page/api.json | \
|
||||||
|
jq '[
|
||||||
|
.clearnet[] |
|
||||||
|
.url] |
|
||||||
|
sort' > rimgo-tmp.json
|
||||||
|
|
||||||
|
jq --slurpfile rimgo rimgo-tmp.json \
|
||||||
|
'(.[] | select(.type == "rimgo") )
|
||||||
|
.instances |= $rimgo[0]' services-full.json > services-tmp.json
|
||||||
|
|
||||||
|
apply_update
|
||||||
|
|
||||||
# ==============================================================
|
# ==============================================================
|
||||||
# TODO: Update instances for other services
|
# TODO: Update instances for other services
|
||||||
# ==============================================================
|
# ==============================================================
|
||||||
|
|
|
@ -237,26 +237,31 @@
|
||||||
{
|
{
|
||||||
"type": "rimgo",
|
"type": "rimgo",
|
||||||
"test_url": "/a/H8M4rcp",
|
"test_url": "/a/H8M4rcp",
|
||||||
"fallback": "https://i.bcow.xyz",
|
"fallback": "https://rimgo.projectsegfau.lt",
|
||||||
"instances": [
|
"instances": [
|
||||||
"https://i.bcow.xyz",
|
|
||||||
"https://rimgo.pussthecat.org",
|
|
||||||
"https://rimgo.totaldarkness.net",
|
|
||||||
"https://rimgo.bus-hit.me",
|
|
||||||
"https://imgur.artemislena.eu",
|
|
||||||
"https://rimgo.vern.cc",
|
|
||||||
"https://rim.odyssey346.dev",
|
|
||||||
"https://i.habedieeh.re",
|
"https://i.habedieeh.re",
|
||||||
"https://rimgo.hostux.net",
|
"https://imgur.010032.xyz",
|
||||||
|
"https://imgur.artemislena.eu",
|
||||||
"https://ri.zzls.xyz",
|
"https://ri.zzls.xyz",
|
||||||
"https://rimgo.lunar.icu",
|
"https://rimgo.bus-hit.me",
|
||||||
"https://rimgo.kling.gg",
|
|
||||||
"https://i.01r.xyz",
|
|
||||||
"https://rimgo.projectsegfau.lt",
|
|
||||||
"https://rimgo.fascinated.cc",
|
|
||||||
"https://rimgo.whateveritworks.org",
|
|
||||||
"https://rimgo.catsarch.com",
|
"https://rimgo.catsarch.com",
|
||||||
"https://rimgo.frontendfriendly.xyz"
|
"https://rimgo.drgns.space",
|
||||||
|
"https://rimgo.ducks.party",
|
||||||
|
"https://rimgo.eu.projectsegfau.lt",
|
||||||
|
"https://rimgo.fascinated.cc",
|
||||||
|
"https://rimgo.frontendfriendly.xyz",
|
||||||
|
"https://rimgo.frylo.net",
|
||||||
|
"https://rimgo.hostux.net",
|
||||||
|
"https://rimgo.in.projectsegfau.lt",
|
||||||
|
"https://rimgo.kling.gg",
|
||||||
|
"https://rimgo.lunar.icu",
|
||||||
|
"https://rimgo.nohost.network",
|
||||||
|
"https://rimgo.projectsegfau.lt",
|
||||||
|
"https://rimgo.pussthecat.org",
|
||||||
|
"https://rimgo.quantenzitrone.eu",
|
||||||
|
"https://rimgo.totaldarkness.net",
|
||||||
|
"https://rimgo.us.projectsegfau.lt",
|
||||||
|
"https://rimgo.whateveritworks.org"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue