diff options
| author | Christian Cleberg <[email protected]> | 2026-07-14 16:50:57 -0500 |
|---|---|---|
| committer | GitHub <[email protected]> | 2026-07-14 16:50:57 -0500 |
| commit | 8a52a60b14aa510983c173825e16636fca73dac9 (patch) | |
| tree | 49bbddc15922aa7f03a3ca84f86cb039f4835e8a /instances.json | |
| parent | 210c69e48c2af4d1fdb53c0654ed33a21688696c (diff) | |
| download | skunky-art-8a52a60b14aa510983c173825e16636fca73dac9.tar.gz skunky-art-8a52a60b14aa510983c173825e16636fca73dac9.tar.bz2 skunky-art-8a52a60b14aa510983c173825e16636fca73dac9.zip | |
documentation & metadata cleanup (#1)
* hard wrap LICENSE for readability
* translate TODO.md from Russian to English
* clean up TODO.md into a proper GFM todo list
* fix: remove dead service links and add working links
* update README to reflect new repository and structure
Diffstat (limited to 'instances.json')
| -rwxr-xr-x | instances.json | 74 |
1 files changed, 4 insertions, 70 deletions
diff --git a/instances.json b/instances.json index ceec4f6..2cd6709 100755 --- a/instances.json +++ b/instances.json @@ -1,82 +1,16 @@ { "instances": [ { - "title": "lost-skunk.cc", - "country": "Finland", + "title": "zerolabs.sh", + "country": "United States", "urls": { - "ygg": "http://[201:f137:d1ac:920e:cd42:bfd1:1e83:da1d]/skunkyart", - "clearnet": "https://lost-skunk.cc/skunkyart" - }, - "settings": { - "proxy": true, - "nsfw": false - } - }, - { - "title": "orehus.club", - "country": "Germany", - "urls": { - "clearnet": "https://sa.orehus.club" + "tor": "http://mplqs2jxkjd5wxak3zjv55oxyadf4vwzx6ksgj4ztftndjl6elgsf4qd.onion", + "clearnet": "https://art.zerolabs.sh" }, "settings": { "proxy": false, "nsfw": true } - }, - { - "title": "bloat.cat", - "country": "Germany", - "urls": { - "clearnet": "https://skunky.bloat.cat" - }, - "settings": { - "proxy": true, - "nsfw": true - } - }, - { - "title": "lumaeris.com", - "country": "Germany", - "urls": { - "clearnet": "https://skunkyart.lumaeris.com" - }, - "settings": { - "proxy": true, - "nsfw": true - } - }, - { - "title": "art.bloat.cat", - "country": "Germany", - "urls": { - "clearnet": "https://art.bloat.cat" - }, - "settings": { - "proxy": true, - "nsfw": true - } - }, - { - "title": "dc09.ru", - "country": "Russia", - "urls": { - "clearnet": "https://sa.dc09.ru" - }, - "settings": { - "proxy": true, - "nsfw": false - } - }, - { - "title": "opnxng.com", - "country": "Singapore", - "urls": { - "clearnet": "https://da.opnxng.com" - }, - "settings": { - "proxy": true, - "nsfw": true - } } ] } |
