mirror of
https://github.com/benbusby/farside.git
synced 2025-06-07 18:06:38 +00:00
Merge branch 'main' into librey
This commit is contained in:
commit
d6d9d14d8e
3 changed files with 26 additions and 4 deletions
16
.github/workflows/update-instances.yml
vendored
16
.github/workflows/update-instances.yml
vendored
|
@ -245,6 +245,22 @@ jobs:
|
||||||
|
|
||||||
apply_update
|
apply_update
|
||||||
|
|
||||||
|
# ==============================================================
|
||||||
|
# librex update
|
||||||
|
# ==============================================================
|
||||||
|
curl -s https://raw.githubusercontent.com/Ahwxorg/LibreY/main/instances.json | \
|
||||||
|
jq '[
|
||||||
|
.instances |
|
||||||
|
.[] |
|
||||||
|
select(.librey|not) |
|
||||||
|
.clearnet] |
|
||||||
|
sort' > librex-tmp.json
|
||||||
|
jq --slurpfile librex librex-tmp.json \
|
||||||
|
'( .[] | select(.type == "librex") )
|
||||||
|
.instances |= $librex[0]' services-full.json > services-tmp.json
|
||||||
|
|
||||||
|
apply_update
|
||||||
|
|
||||||
# ==============================================================
|
# ==============================================================
|
||||||
# librey update
|
# librey update
|
||||||
# ==============================================================
|
# ==============================================================
|
||||||
|
|
|
@ -456,7 +456,7 @@
|
||||||
{
|
{
|
||||||
"type": "librex",
|
"type": "librex",
|
||||||
"test_url": "/search.php?q=<%=query%>",
|
"test_url": "/search.php?q=<%=query%>",
|
||||||
"fallback": "https://search.femboy.hu",
|
"fallback": "https://librex.myroware.eu",
|
||||||
"instances": [
|
"instances": [
|
||||||
"https://search.femboy.hu",
|
"https://search.femboy.hu",
|
||||||
"https://lx.vern.cc",
|
"https://lx.vern.cc",
|
||||||
|
@ -593,7 +593,10 @@
|
||||||
"fallback": "https://4get.ca",
|
"fallback": "https://4get.ca",
|
||||||
"instances": [
|
"instances": [
|
||||||
"https://4get.ca",
|
"https://4get.ca",
|
||||||
"https://4get.zzls.xyz"
|
"https://4get.zzls.xyz",
|
||||||
|
"https://4getus.zzls.xyz",
|
||||||
|
"https://4get.silly.computer",
|
||||||
|
"https://4get.cynic.moe"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
|
@ -421,7 +421,7 @@
|
||||||
{
|
{
|
||||||
"type": "librex",
|
"type": "librex",
|
||||||
"test_url": "/search.php?q=<%=query%>",
|
"test_url": "/search.php?q=<%=query%>",
|
||||||
"fallback": "https://search.femboy.hu",
|
"fallback": "https://librex.myroware.eu",
|
||||||
"instances": [
|
"instances": [
|
||||||
"https://search.femboy.hu",
|
"https://search.femboy.hu",
|
||||||
"https://lx.vern.cc",
|
"https://lx.vern.cc",
|
||||||
|
@ -550,7 +550,10 @@
|
||||||
"fallback": "https://4get.ca",
|
"fallback": "https://4get.ca",
|
||||||
"instances": [
|
"instances": [
|
||||||
"https://4get.ca",
|
"https://4get.ca",
|
||||||
"https://4get.zzls.xyz"
|
"https://4get.zzls.xyz",
|
||||||
|
"https://4getus.zzls.xyz",
|
||||||
|
"https://4get.silly.computer",
|
||||||
|
"https://4get.cynic.moe"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue