Add support for Anonymous Overflow

A Stack Overflow frontend, see:
https://github.com/httpjamesm/AnonymousOverflow
This commit is contained in:
Ben Busby 2023-05-19 12:42:06 -06:00
parent 27b3ee85a7
commit 6f647f52ae
No known key found for this signature in database
GPG key ID: B9B7231E01D924A1
3 changed files with 39 additions and 1 deletions

View file

@ -20,6 +20,7 @@ defmodule Farside do
@quora_regex ~r/quora.com|quetre/ @quora_regex ~r/quora.com|quetre/
@gsearch_regex ~r/google.com\/search|whoogle/ @gsearch_regex ~r/google.com\/search|whoogle/
@fandom_regex ~r/fandom.com|breezewiki/ @fandom_regex ~r/fandom.com|breezewiki/
@stackoverflow_regex ~r/stackoverflow.com|anonymousoverflow/
@parent_services %{ @parent_services %{
@youtube_regex => ["invidious", "piped"], @youtube_regex => ["invidious", "piped"],
@ -35,7 +36,8 @@ defmodule Farside do
@imdb_regex => ["libremdb"], @imdb_regex => ["libremdb"],
@quora_regex => ["quetre"], @quora_regex => ["quetre"],
@gsearch_regex => ["whoogle"], @gsearch_regex => ["whoogle"],
@fandom_regex => ["breezewiki"] @fandom_regex => ["breezewiki"],
@stackoverflow_regex => ["anonymousoverflow"]
} }
def get_services_map do def get_services_map do

View file

@ -559,5 +559,24 @@
"https://breeze.777.tf", "https://breeze.777.tf",
"https://breezewiki.esmailelbob.xyz" "https://breezewiki.esmailelbob.xyz"
] ]
},
{
"type": "anonymousoverflow",
"test_url": "/questions/6591213/how-do-i-rename-a-local-git-branch",
"fallback": "https://code.whatever.social",
"instances": [
"https://code.whatever.social",
"https://overflow.777.tf",
"https://ao.vern.cc",
"https://overflow.smnz.de",
"https://anonymousoverflow.esmailelbob.xyz",
"https://overflow.lunar.icu",
"https://overflow.adminforge.de",
"https://ao.foss.wtf",
"https://overflow.hostux.net",
"https://overflow.projectsegfau.lt",
"https://code.xbdm.fun",
"https://overflow.fascinated.cc"
]
} }
] ]

View file

@ -516,5 +516,22 @@
"https://breeze.777.tf", "https://breeze.777.tf",
"https://breezewiki.esmailelbob.xyz" "https://breezewiki.esmailelbob.xyz"
] ]
},
{
"type": "anonymousoverflow",
"test_url": "/questions/6591213/how-do-i-rename-a-local-git-branch",
"fallback": "https://code.whatever.social",
"instances": [
"https://code.whatever.social",
"https://overflow.777.tf",
"https://ao.vern.cc",
"https://overflow.smnz.de",
"https://anonymousoverflow.esmailelbob.xyz",
"https://overflow.lunar.icu",
"https://overflow.adminforge.de",
"https://ao.foss.wtf",
"https://overflow.hostux.net",
"https://overflow.projectsegfau.lt"
]
} }
] ]