krz/skunky-art
Alternative privacy frontend for DeviantArt.
clone: git clone https://gitbay.org/krz/skunky-art.git
210c69e48c2af4d1fdb53c0654ed33a21688696c
unsigned
author: lost+skunk <me@lost-skunk.cc> · 2025-04-07T10:53:47Z
.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(-) old mode 100644 new mode 100755 old mode 100644 new mode 100755 old mode 100644 new mode 100755 old mode 100644 new mode 100755 @@ -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 | old mode 100644 new mode 100755 old mode 100644 new mode 100755 old mode 100644 new mode 100755 old mode 100644 new mode 100755 old mode 100644 new mode 100755 old mode 100644 new mode 100755 old mode 100644 new mode 100755 old mode 100644 new mode 100755 old mode 100644 new mode 100755 old mode 100644 new mode 100755 old mode 100644 new mode 100755 old mode 100644 new mode 100755 old mode 100644 new mode 100755 old mode 100644 new mode 100755 old mode 100644 new mode 100755 old mode 100644 new mode 100755 old mode 100644 new mode 100755 old mode 100644 new mode 100755 old mode 100644 new mode 100755 old mode 100644 new mode 100755 old mode 100644 new mode 100755 @@ -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 +} old mode 100644 new mode 100755 old mode 100644 new mode 100755 old mode 100644 new mode 100755 old mode 100644 new mode 100755 old mode 100644 new mode 100755 old mode 100644 new mode 100755 old mode 100644 new mode 100755 old mode 100644 new mode 100755 old mode 100644 new mode 100755 old mode 100644 new mode 100755 old mode 100644 new mode 100755 old mode 100644 new mode 100755 old mode 100644 new mode 100755 old mode 100644 new mode 100755