summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Cleberg <[email protected]>2026-07-15 02:49:48 -0500
committerChristian Cleberg <[email protected]>2026-07-15 02:49:48 -0500
commit47bfe56e728d046fc8fb78b784efe6926f08ff9e (patch)
tree24e61a36561ecada3b5a7a86bd4fd0adf7197da0
parent59359fdda9db92d95aa3a2819e87a61d63f560fd (diff)
downloadskunky-art-47bfe56e728d046fc8fb78b784efe6926f08ff9e.tar.gz
skunky-art-47bfe56e728d046fc8fb78b784efe6926f08ff9e.tar.bz2
skunky-art-47bfe56e728d046fc8fb78b784efe6926f08ff9e.zip
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.
-rwxr-xr-xINSTANCES.md4
-rwxr-xr-xinstances.json2
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
}
}