From 210c69e48c2af4d1fdb53c0654ed33a21688696c Mon Sep 17 00:00:00 2001 From: lost+skunk Date: Mon, 7 Apr 2025 13:53:47 +0300 Subject: [PATCH] Add da.opnxng.com + lost-skunk.cc is now in Finland --- .dockerignore | 0 .gitignore | 0 Dockerfile | 0 INSTANCES.md | 5 +++-- LICENSE | 0 README.md | 0 REDIRECTS.md | 0 SETUP-RU.md | 0 SETUP.md | 0 TODO.md | 0 app/api.go | 0 app/cache.go | 0 app/cli.go | 0 app/config.go | 0 app/parsers.go | 0 app/router.go | 0 app/stat-freebsd.go | 0 app/stat.go | 0 app/util.go | 0 app/wrapper.go | 0 compose.example.yaml | 0 config.example.json | 0 go.mod | 0 go.sum | 0 instances.json | 15 +++++++++++++-- main.go | 0 services/skunkyart.example.service | 0 static/css/skunky.css | 0 static/html/about.htm | 0 static/html/daily.htm | 0 static/html/deviantion.htm | 0 static/html/gruser.htm | 0 static/html/head.htm | 0 static/html/header.htm | 0 static/html/index.htm | 0 static/html/search.htm | 0 static/images/logo.png | Bin static/templates-noembed.go | 0 static/templates.go | 0 39 files changed, 16 insertions(+), 4 deletions(-) mode change 100644 => 100755 .dockerignore mode change 100644 => 100755 .gitignore mode change 100644 => 100755 Dockerfile mode change 100644 => 100755 INSTANCES.md mode change 100644 => 100755 LICENSE mode change 100644 => 100755 README.md mode change 100644 => 100755 REDIRECTS.md mode change 100644 => 100755 SETUP-RU.md mode change 100644 => 100755 SETUP.md mode change 100644 => 100755 TODO.md mode change 100644 => 100755 app/api.go mode change 100644 => 100755 app/cache.go mode change 100644 => 100755 app/cli.go mode change 100644 => 100755 app/config.go mode change 100644 => 100755 app/parsers.go mode change 100644 => 100755 app/router.go mode change 100644 => 100755 app/stat-freebsd.go mode change 100644 => 100755 app/stat.go mode change 100644 => 100755 app/util.go mode change 100644 => 100755 app/wrapper.go mode change 100644 => 100755 compose.example.yaml mode change 100644 => 100755 config.example.json mode change 100644 => 100755 go.mod mode change 100644 => 100755 go.sum mode change 100644 => 100755 instances.json mode change 100644 => 100755 main.go mode change 100644 => 100755 services/skunkyart.example.service mode change 100644 => 100755 static/css/skunky.css mode change 100644 => 100755 static/html/about.htm mode change 100644 => 100755 static/html/daily.htm mode change 100644 => 100755 static/html/deviantion.htm mode change 100644 => 100755 static/html/gruser.htm mode change 100644 => 100755 static/html/head.htm mode change 100644 => 100755 static/html/header.htm mode change 100644 => 100755 static/html/index.htm mode change 100644 => 100755 static/html/search.htm mode change 100644 => 100755 static/images/logo.png mode change 100644 => 100755 static/templates-noembed.go mode change 100644 => 100755 static/templates.go diff --git a/.dockerignore b/.dockerignore old mode 100644 new mode 100755 diff --git a/.gitignore b/.gitignore old mode 100644 new mode 100755 diff --git a/Dockerfile b/Dockerfile old mode 100644 new mode 100755 diff --git a/INSTANCES.md b/INSTANCES.md old mode 100644 new mode 100755 index e5fffdd..38cd5bb --- a/INSTANCES.md +++ b/INSTANCES.md @@ -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| |:------:|:-------:|:-:|:-:|:--:|:--------:|:--------------:|:-----:| -|[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 | |[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 | |[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 | \ No newline at end of file +|[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 | diff --git a/LICENSE b/LICENSE old mode 100644 new mode 100755 diff --git a/README.md b/README.md old mode 100644 new mode 100755 diff --git a/REDIRECTS.md b/REDIRECTS.md old mode 100644 new mode 100755 diff --git a/SETUP-RU.md b/SETUP-RU.md old mode 100644 new mode 100755 diff --git a/SETUP.md b/SETUP.md old mode 100644 new mode 100755 diff --git a/TODO.md b/TODO.md old mode 100644 new mode 100755 diff --git a/app/api.go b/app/api.go old mode 100644 new mode 100755 diff --git a/app/cache.go b/app/cache.go old mode 100644 new mode 100755 diff --git a/app/cli.go b/app/cli.go old mode 100644 new mode 100755 diff --git a/app/config.go b/app/config.go old mode 100644 new mode 100755 diff --git a/app/parsers.go b/app/parsers.go old mode 100644 new mode 100755 diff --git a/app/router.go b/app/router.go old mode 100644 new mode 100755 diff --git a/app/stat-freebsd.go b/app/stat-freebsd.go old mode 100644 new mode 100755 diff --git a/app/stat.go b/app/stat.go old mode 100644 new mode 100755 diff --git a/app/util.go b/app/util.go old mode 100644 new mode 100755 diff --git a/app/wrapper.go b/app/wrapper.go old mode 100644 new mode 100755 diff --git a/compose.example.yaml b/compose.example.yaml old mode 100644 new mode 100755 diff --git a/config.example.json b/config.example.json old mode 100644 new mode 100755 diff --git a/go.mod b/go.mod old mode 100644 new mode 100755 diff --git a/go.sum b/go.sum old mode 100644 new mode 100755 diff --git a/instances.json b/instances.json old mode 100644 new mode 100755 index 725e524..ceec4f6 --- a/instances.json +++ b/instances.json @@ -2,7 +2,7 @@ "instances": [ { "title": "lost-skunk.cc", - "country": "Germany", + "country": "Finland", "urls": { "ygg": "http://[201:f137:d1ac:920e:cd42:bfd1:1e83:da1d]/skunkyart", "clearnet": "https://lost-skunk.cc/skunkyart" @@ -66,6 +66,17 @@ "proxy": true, "nsfw": false } + }, + { + "title": "opnxng.com", + "country": "Singapore", + "urls": { + "clearnet": "https://da.opnxng.com" + }, + "settings": { + "proxy": true, + "nsfw": true + } } ] -} \ No newline at end of file +} diff --git a/main.go b/main.go old mode 100644 new mode 100755 diff --git a/services/skunkyart.example.service b/services/skunkyart.example.service old mode 100644 new mode 100755 diff --git a/static/css/skunky.css b/static/css/skunky.css old mode 100644 new mode 100755 diff --git a/static/html/about.htm b/static/html/about.htm old mode 100644 new mode 100755 diff --git a/static/html/daily.htm b/static/html/daily.htm old mode 100644 new mode 100755 diff --git a/static/html/deviantion.htm b/static/html/deviantion.htm old mode 100644 new mode 100755 diff --git a/static/html/gruser.htm b/static/html/gruser.htm old mode 100644 new mode 100755 diff --git a/static/html/head.htm b/static/html/head.htm old mode 100644 new mode 100755 diff --git a/static/html/header.htm b/static/html/header.htm old mode 100644 new mode 100755 diff --git a/static/html/index.htm b/static/html/index.htm old mode 100644 new mode 100755 diff --git a/static/html/search.htm b/static/html/search.htm old mode 100644 new mode 100755 diff --git a/static/images/logo.png b/static/images/logo.png old mode 100644 new mode 100755 diff --git a/static/templates-noembed.go b/static/templates-noembed.go old mode 100644 new mode 100755 diff --git a/static/templates.go b/static/templates.go old mode 100644 new mode 100755