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