From 4a2f72766095c4e25b383475d91d5824c8b9c3cd Mon Sep 17 00:00:00 2001 From: Mayank Chhabra Date: Mon, 28 Feb 2022 20:44:45 +0530 Subject: [PATCH] Add snowflake app UI (#1286) --- apps/snowflake/data/index.html | 130 ++++++++++++++++++++++++++++++ apps/snowflake/docker-compose.yml | 2 +- 2 files changed, 131 insertions(+), 1 deletion(-) create mode 100644 apps/snowflake/data/index.html diff --git a/apps/snowflake/data/index.html b/apps/snowflake/data/index.html new file mode 100644 index 0000000..b393756 --- /dev/null +++ b/apps/snowflake/data/index.html @@ -0,0 +1,130 @@ + + + + Tor Snowflake Proxy + + + + + +
+
+ + + + + + + + + + + + + + +
+ ● Running +

Tor Snowflake Proxy

+
+
+

+ Thank you for installing Tor Snowflake Proxy on your Umbrel to help defeat Tor censorship around the world. +

+

+ No further action is required from your end other than keeping your Umbrel running. :) +

+
+

+ Hourly statistics of the data relayed through your proxy are available below. +

+
+
+
+
+ + + + + diff --git a/apps/snowflake/docker-compose.yml b/apps/snowflake/docker-compose.yml index 3ecae43..34cc46e 100644 --- a/apps/snowflake/docker-compose.yml +++ b/apps/snowflake/docker-compose.yml @@ -18,7 +18,7 @@ services: stop_grace_period: 1m ports: - $APP_SNOWFLAKE_PORT:$APP_SNOWFLAKE_PORT - command: --port $APP_SNOWFLAKE_PORT bash -c 'tail -n 10000 -f /snowflake/snowflake.log | grep "Traffic Relayed"' + command: --port $APP_SNOWFLAKE_PORT --index "/snowflake/index.html" bash -c 'tail -n 10000 -f /snowflake/snowflake.log | grep "Traffic Relayed"' volumes: - ${APP_DATA_DIR}/data:/snowflake networks: