fix broken json

This commit is contained in:
CanbiZ 2026-01-13 08:28:15 +01:00
parent 83c3564d8d
commit 39d9695f74

View File

@ -1,35 +1,35 @@
{ {
"name": "Tor Snowflake", "name": "Tor Snowflake",
"slug": "tor-snowflake", "slug": "tor-snowflake",
"categories": [ "categories": [
4 4
], ],
"date_created": "2025-12-19", "date_created": "2025-12-19",
"type": "ct", "type": "ct",
"updateable": true, "updateable": true,
"privileged": false, "privileged": false,
"interface_port": null, "interface_port": null,
"documentation": "https://community.torproject.org/relay/setup/snowflake/standalone/", "documentation": "https://community.torproject.org/relay/setup/snowflake/standalone/",
"website": "https://snowflake.torproject.org/", "website": "https://snowflake.torproject.org/",
"logo": "https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/tor.webp", "logo": "https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/tor.webp",
"config_path": null, "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.", "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": [ "install_methods": [
{ {
"type": "default", "type": "default",
"script": "ct/tor-snowflake.sh", "script": "ct/tor-snowflake.sh",
"resources": { "resources": {
"cpu": 1, "cpu": 1,
"ram": 512, "ram": 512,
"hdd": 4, "hdd": 4,
"os": "debian", "os": "debian",
"version": "13" "version": "13"
} }
} }
], ],
"default_credentials": { "default_credentials": {
"username": null, "username": null,
"password": null "password": null
}, },
"notes": [] "notes": []
} }