summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-x[-rw-r--r--].dockerignore0
-rwxr-xr-x[-rw-r--r--].gitignore0
-rwxr-xr-x[-rw-r--r--]Dockerfile0
-rwxr-xr-x[-rw-r--r--]INSTANCES.md5
-rwxr-xr-x[-rw-r--r--]LICENSE0
-rwxr-xr-x[-rw-r--r--]README.md0
-rwxr-xr-x[-rw-r--r--]REDIRECTS.md0
-rwxr-xr-x[-rw-r--r--]SETUP-RU.md0
-rwxr-xr-x[-rw-r--r--]SETUP.md0
-rwxr-xr-x[-rw-r--r--]TODO.md0
-rwxr-xr-x[-rw-r--r--]app/api.go0
-rwxr-xr-x[-rw-r--r--]app/cache.go0
-rwxr-xr-x[-rw-r--r--]app/cli.go0
-rwxr-xr-x[-rw-r--r--]app/config.go0
-rwxr-xr-x[-rw-r--r--]app/parsers.go0
-rwxr-xr-x[-rw-r--r--]app/router.go0
-rwxr-xr-x[-rw-r--r--]app/stat-freebsd.go0
-rwxr-xr-x[-rw-r--r--]app/stat.go0
-rwxr-xr-x[-rw-r--r--]app/util.go0
-rwxr-xr-x[-rw-r--r--]app/wrapper.go0
-rwxr-xr-x[-rw-r--r--]compose.example.yaml0
-rwxr-xr-x[-rw-r--r--]config.example.json0
-rwxr-xr-x[-rw-r--r--]go.mod0
-rwxr-xr-x[-rw-r--r--]go.sum0
-rwxr-xr-x[-rw-r--r--]instances.json15
-rwxr-xr-x[-rw-r--r--]main.go0
-rwxr-xr-x[-rw-r--r--]services/skunkyart.example.service0
-rwxr-xr-x[-rw-r--r--]static/css/skunky.css0
-rwxr-xr-x[-rw-r--r--]static/html/about.htm0
-rwxr-xr-x[-rw-r--r--]static/html/daily.htm0
-rwxr-xr-x[-rw-r--r--]static/html/deviantion.htm0
-rwxr-xr-x[-rw-r--r--]static/html/gruser.htm0
-rwxr-xr-x[-rw-r--r--]static/html/head.htm0
-rwxr-xr-x[-rw-r--r--]static/html/header.htm0
-rwxr-xr-x[-rw-r--r--]static/html/index.htm0
-rwxr-xr-x[-rw-r--r--]static/html/search.htm0
-rwxr-xr-x[-rw-r--r--]static/images/logo.pngbin408075 -> 408075 bytes
-rwxr-xr-x[-rw-r--r--]static/templates-noembed.go0
-rwxr-xr-x[-rw-r--r--]static/templates.go0
39 files changed, 16 insertions, 4 deletions
diff --git a/.dockerignore b/.dockerignore
index 6833fbe..6833fbe 100644..100755
--- a/.dockerignore
+++ b/.dockerignore
diff --git a/.gitignore b/.gitignore
index 63ca398..63ca398 100644..100755
--- a/.gitignore
+++ b/.gitignore
diff --git a/Dockerfile b/Dockerfile
index fdc1919..fdc1919 100644..100755
--- a/Dockerfile
+++ b/Dockerfile
diff --git a/INSTANCES.md b/INSTANCES.md
index e5fffdd..38cd5bb 100644..100755
--- 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
index 6b41092..6b41092 100644..100755
--- a/LICENSE
+++ b/LICENSE
diff --git a/README.md b/README.md
index e5f404d..e5f404d 100644..100755
--- a/README.md
+++ b/README.md
diff --git a/REDIRECTS.md b/REDIRECTS.md
index 2469977..2469977 100644..100755
--- a/REDIRECTS.md
+++ b/REDIRECTS.md
diff --git a/SETUP-RU.md b/SETUP-RU.md
index 7d7d04c..7d7d04c 100644..100755
--- a/SETUP-RU.md
+++ b/SETUP-RU.md
diff --git a/SETUP.md b/SETUP.md
index cc89118..cc89118 100644..100755
--- a/SETUP.md
+++ b/SETUP.md
diff --git a/TODO.md b/TODO.md
index 01bc524..01bc524 100644..100755
--- a/TODO.md
+++ b/TODO.md
diff --git a/app/api.go b/app/api.go
index d2a5655..d2a5655 100644..100755
--- a/app/api.go
+++ b/app/api.go
diff --git a/app/cache.go b/app/cache.go
index e03db67..e03db67 100644..100755
--- a/app/cache.go
+++ b/app/cache.go
diff --git a/app/cli.go b/app/cli.go
index 0480bdb..0480bdb 100644..100755
--- a/app/cli.go
+++ b/app/cli.go
diff --git a/app/config.go b/app/config.go
index 813453c..813453c 100644..100755
--- a/app/config.go
+++ b/app/config.go
diff --git a/app/parsers.go b/app/parsers.go
index 192a88d..192a88d 100644..100755
--- a/app/parsers.go
+++ b/app/parsers.go
diff --git a/app/router.go b/app/router.go
index ac65c3d..ac65c3d 100644..100755
--- a/app/router.go
+++ b/app/router.go
diff --git a/app/stat-freebsd.go b/app/stat-freebsd.go
index 445eeae..445eeae 100644..100755
--- a/app/stat-freebsd.go
+++ b/app/stat-freebsd.go
diff --git a/app/stat.go b/app/stat.go
index a5bebcc..a5bebcc 100644..100755
--- a/app/stat.go
+++ b/app/stat.go
diff --git a/app/util.go b/app/util.go
index 6ece2e8..6ece2e8 100644..100755
--- a/app/util.go
+++ b/app/util.go
diff --git a/app/wrapper.go b/app/wrapper.go
index ef1fb31..ef1fb31 100644..100755
--- a/app/wrapper.go
+++ b/app/wrapper.go
diff --git a/compose.example.yaml b/compose.example.yaml
index 5eead70..5eead70 100644..100755
--- a/compose.example.yaml
+++ b/compose.example.yaml
diff --git a/config.example.json b/config.example.json
index 70e1c1b..70e1c1b 100644..100755
--- a/config.example.json
+++ b/config.example.json
diff --git a/go.mod b/go.mod
index 3cda61a..3cda61a 100644..100755
--- a/go.mod
+++ b/go.mod
diff --git a/go.sum b/go.sum
index 323fd90..323fd90 100644..100755
--- a/go.sum
+++ b/go.sum
diff --git a/instances.json b/instances.json
index 725e524..ceec4f6 100644..100755
--- 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
index d7009ae..d7009ae 100644..100755
--- a/main.go
+++ b/main.go
diff --git a/services/skunkyart.example.service b/services/skunkyart.example.service
index 2699d83..2699d83 100644..100755
--- a/services/skunkyart.example.service
+++ b/services/skunkyart.example.service
diff --git a/static/css/skunky.css b/static/css/skunky.css
index 09cc71c..09cc71c 100644..100755
--- a/static/css/skunky.css
+++ b/static/css/skunky.css
diff --git a/static/html/about.htm b/static/html/about.htm
index ae2da3f..ae2da3f 100644..100755
--- a/static/html/about.htm
+++ b/static/html/about.htm
diff --git a/static/html/daily.htm b/static/html/daily.htm
index b3b6044..b3b6044 100644..100755
--- a/static/html/daily.htm
+++ b/static/html/daily.htm
diff --git a/static/html/deviantion.htm b/static/html/deviantion.htm
index f357dd7..f357dd7 100644..100755
--- a/static/html/deviantion.htm
+++ b/static/html/deviantion.htm
diff --git a/static/html/gruser.htm b/static/html/gruser.htm
index 4e8e3d1..4e8e3d1 100644..100755
--- a/static/html/gruser.htm
+++ b/static/html/gruser.htm
diff --git a/static/html/head.htm b/static/html/head.htm
index aa36c73..aa36c73 100644..100755
--- a/static/html/head.htm
+++ b/static/html/head.htm
diff --git a/static/html/header.htm b/static/html/header.htm
index f8537a3..f8537a3 100644..100755
--- a/static/html/header.htm
+++ b/static/html/header.htm
diff --git a/static/html/index.htm b/static/html/index.htm
index 219bb97..219bb97 100644..100755
--- a/static/html/index.htm
+++ b/static/html/index.htm
diff --git a/static/html/search.htm b/static/html/search.htm
index 74bbd38..74bbd38 100644..100755
--- a/static/html/search.htm
+++ b/static/html/search.htm
diff --git a/static/images/logo.png b/static/images/logo.png
index e895de7..e895de7 100644..100755
--- a/static/images/logo.png
+++ b/static/images/logo.png
Binary files differ
diff --git a/static/templates-noembed.go b/static/templates-noembed.go
index 7a3c541..7a3c541 100644..100755
--- a/static/templates-noembed.go
+++ b/static/templates-noembed.go
diff --git a/static/templates.go b/static/templates.go
index 28a057a..28a057a 100644..100755
--- a/static/templates.go
+++ b/static/templates.go