krz/skunky-art

Alternative privacy frontend for DeviantArt.

clone: git clone https://gitbay.org/krz/skunky-art.git

47bfe56e728d046fc8fb78b784efe6926f08ff9e

verified · cmc

author: Christian Cleberg <hello@cleberg.net> · 2026-07-15T07:49:48Z

docs: correct advertised proxifying flag and instance list link

The published entry for zerolabs.sh claimed proxifying was off while the
instance runs with proxy enabled, so /about advertised the opposite of
what the instance does. The instance list is fetched from main at runtime,
so this corrects the live about page without a rebuild.

Also point the instances.json link at skunky-art/main, which is what the
app actually fetches, rather than the old SkunkyArt/dev path.
 INSTANCES.md   | 4 ++--
 instances.json | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/INSTANCES.md b/INSTANCES.md
index 97488cf..964c6fb 100755
--- a/INSTANCES.md
+++ b/INSTANCES.md
@@ -1,6 +1,6 @@
 JSON variant should be used from main:
-[instances.json](https://github.com/zerolabsco/SkunkyArt/blob/dev/instances.json)
+[instances.json](https://github.com/zerolabsco/skunky-art/blob/main/instances.json)
 
 |Instance|Yggdrasil|I2P|Tor|NSFW|Proxifying|Modified Sources|Country|
 |:------:|:-------:|:-:|:-:|:--:|:--------:|:--------------:|:-----:|
-|[zerolabs.sh](https://art.zerolabs.sh)|No|No|[Yes](http://mplqs2jxkjd5wxak3zjv55oxyadf4vwzx6ksgj4ztftndjl6elgsf4qd.onion)| Yes | No | No | United States |
+|[zerolabs.sh](https://art.zerolabs.sh)|No|No|[Yes](http://mplqs2jxkjd5wxak3zjv55oxyadf4vwzx6ksgj4ztftndjl6elgsf4qd.onion)| Yes | Yes | No | United States |
diff --git a/instances.json b/instances.json
index 2cd6709..2c44c41 100755
--- a/instances.json
+++ b/instances.json
@@ -8,7 +8,7 @@
                 "clearnet": "https://art.zerolabs.sh"
             },
             "settings": {
-                "proxy": false,
+                "proxy": true,
                 "nsfw": true
             }
         }