Add da.opnxng.com + lost-skunk.cc is now in Finland

This commit is contained in:
lost+skunk 2025-04-07 13:53:47 +03:00
parent 71a07e074e
commit 210c69e48c
39 changed files with 16 additions and 4 deletions

0
.dockerignore Normal file → Executable file
View file

0
.gitignore vendored Normal file → Executable file
View file

0
Dockerfile Normal file → Executable file
View file

5
INSTANCES.md Normal file → Executable file
View file

@ -2,9 +2,10 @@ JSON variant should be used from master — https://git.macaw.me/skunky/SkunkyAr
|Instance|Yggdrasil|I2P|Tor|NSFW|Proxifying|Modified Sources|Country| |Instance|Yggdrasil|I2P|Tor|NSFW|Proxifying|Modified Sources|Country|
|:------:|:-------:|:-:|:-:|:--:|:--------:|:--------------:|:-----:| |:------:|:-------:|:-:|:-:|:--:|:--------:|:--------------:|:-----:|
|[lost-skunk.cc](https://lost-skunk.cc/skunkyart)|[Yes](http://[201:f137:d1ac:920e:cd42:bfd1:1e83:da1d]/skunkyart)|No|No| No | Yes | No | Germany | |[lost-skunk.cc](https://lost-skunk.cc/skunkyart)|[Yes](http://[201:f137:d1ac:920e:cd42:bfd1:1e83:da1d]/skunkyart)|No|No| No | Yes | No | Finland |
|[orehus.club](https://sa.orehus.club)|No|No|No| Yes | No | No | Germany | |[orehus.club](https://sa.orehus.club)|No|No|No| Yes | No | No | Germany |
|[bloat.cat](https://skunky.bloat.cat)|No|No|No| Yes | Yes | No | Germany | |[bloat.cat](https://skunky.bloat.cat)|No|No|No| Yes | Yes | No | Germany |
|[lumaeris.com](https://skunkyart.lumaeris.com)|No|No|No| Yes | Yes | No | Germany | |[lumaeris.com](https://skunkyart.lumaeris.com)|No|No|No| Yes | Yes | No | Germany |
|[art.bloat.cat](https://art.bloat.cat)|No|No|No| Yes | Yes | No | Germany | |[art.bloat.cat](https://art.bloat.cat)|No|No|No| Yes | Yes | No | Germany |
|[dc09.ru](https://sa.dc09.ru)|No|No|No| No | Yes | No | Russia | |[dc09.ru](https://sa.dc09.ru)|No|No|No| No | Yes | No | Russia |
|[opnxng.com](https://da.opnxng.com)|No|No|No| Yes | Yes | No | Singapore |

0
LICENSE Normal file → Executable file
View file

0
README.md Normal file → Executable file
View file

0
REDIRECTS.md Normal file → Executable file
View file

0
SETUP-RU.md Normal file → Executable file
View file

0
SETUP.md Normal file → Executable file
View file

0
TODO.md Normal file → Executable file
View file

0
app/api.go Normal file → Executable file
View file

0
app/cache.go Normal file → Executable file
View file

0
app/cli.go Normal file → Executable file
View file

0
app/config.go Normal file → Executable file
View file

0
app/parsers.go Normal file → Executable file
View file

0
app/router.go Normal file → Executable file
View file

0
app/stat-freebsd.go Normal file → Executable file
View file

0
app/stat.go Normal file → Executable file
View file

0
app/util.go Normal file → Executable file
View file

0
app/wrapper.go Normal file → Executable file
View file

0
compose.example.yaml Normal file → Executable file
View file

0
config.example.json Normal file → Executable file
View file

0
go.mod Normal file → Executable file
View file

0
go.sum Normal file → Executable file
View file

15
instances.json Normal file → Executable file
View file

@ -2,7 +2,7 @@
"instances": [ "instances": [
{ {
"title": "lost-skunk.cc", "title": "lost-skunk.cc",
"country": "Germany", "country": "Finland",
"urls": { "urls": {
"ygg": "http://[201:f137:d1ac:920e:cd42:bfd1:1e83:da1d]/skunkyart", "ygg": "http://[201:f137:d1ac:920e:cd42:bfd1:1e83:da1d]/skunkyart",
"clearnet": "https://lost-skunk.cc/skunkyart" "clearnet": "https://lost-skunk.cc/skunkyart"
@ -66,6 +66,17 @@
"proxy": true, "proxy": true,
"nsfw": false "nsfw": false
} }
},
{
"title": "opnxng.com",
"country": "Singapore",
"urls": {
"clearnet": "https://da.opnxng.com"
},
"settings": {
"proxy": true,
"nsfw": true
}
} }
] ]
} }

0
main.go Normal file → Executable file
View file

0
services/skunkyart.example.service Normal file → Executable file
View file

0
static/css/skunky.css Normal file → Executable file
View file

0
static/html/about.htm Normal file → Executable file
View file

0
static/html/daily.htm Normal file → Executable file
View file

0
static/html/deviantion.htm Normal file → Executable file
View file

0
static/html/gruser.htm Normal file → Executable file
View file

0
static/html/head.htm Normal file → Executable file
View file

0
static/html/header.htm Normal file → Executable file
View file

0
static/html/index.htm Normal file → Executable file
View file

0
static/html/search.htm Normal file → Executable file
View file

0
static/images/logo.png Normal file → Executable file
View file

Before

Width:  |  Height:  |  Size: 398 KiB

After

Width:  |  Height:  |  Size: 398 KiB

0
static/templates-noembed.go Normal file → Executable file
View file

0
static/templates.go Normal file → Executable file
View file