From 39d9695f7423cfa4b557c50f6327ca8cb89416c3 Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Tue, 13 Jan 2026 08:28:15 +0100 Subject: [PATCH] fix broken json --- frontend/public/json/tor-snowflake.json | 66 ++++++++++++------------- 1 file changed, 33 insertions(+), 33 deletions(-) diff --git a/frontend/public/json/tor-snowflake.json b/frontend/public/json/tor-snowflake.json index 00ed299f9..d100e5885 100644 --- a/frontend/public/json/tor-snowflake.json +++ b/frontend/public/json/tor-snowflake.json @@ -1,35 +1,35 @@ { - "name": "Tor Snowflake", - "slug": "tor-snowflake", - "categories": [ - 4 - ], - "date_created": "2025-12-19", - "type": "ct", - "updateable": true, - "privileged": false, - "interface_port": null, - "documentation": "https://community.torproject.org/relay/setup/snowflake/standalone/", - "website": "https://snowflake.torproject.org/", - "logo": "https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/tor.webp", - "config_path": null, - "description": "Snowflake is a pluggable transport that proxies traffic through temporary proxies using WebRTC. Snowflake allows users in censored locations to access the open internet by connecting through volunteer-run proxies. Running a Snowflake proxy helps users circumvent internet censorship by forwarding their traffic through your server.", - "install_methods": [ - { - "type": "default", - "script": "ct/tor-snowflake.sh", - "resources": { - "cpu": 1, - "ram": 512, - "hdd": 4, - "os": "debian", - "version": "13" - } - } - ], - "default_credentials": { - "username": null, - "password": null - }, - "notes": [] + "name": "Tor Snowflake", + "slug": "tor-snowflake", + "categories": [ + 4 + ], + "date_created": "2025-12-19", + "type": "ct", + "updateable": true, + "privileged": false, + "interface_port": null, + "documentation": "https://community.torproject.org/relay/setup/snowflake/standalone/", + "website": "https://snowflake.torproject.org/", + "logo": "https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/tor.webp", + "config_path": "", + "description": "Snowflake is a pluggable transport that proxies traffic through temporary proxies using WebRTC. Snowflake allows users in censored locations to access the open internet by connecting through volunteer-run proxies. Running a Snowflake proxy helps users circumvent internet censorship by forwarding their traffic through your server.", + "install_methods": [ + { + "type": "default", + "script": "ct/tor-snowflake.sh", + "resources": { + "cpu": 1, + "ram": 512, + "hdd": 4, + "os": "debian", + "version": "13" + } + } + ], + "default_credentials": { + "username": null, + "password": null + }, + "notes": [] }