From 47bfe56e728d046fc8fb78b784efe6926f08ff9e Mon Sep 17 00:00:00 2001 From: Christian Cleberg Date: Wed, 15 Jul 2026 02:49:48 -0500 Subject: 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.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'instances.json') 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 } } -- cgit v1.2.3