Browse Source

Add snowflake app UI (#1286)

rtl-0.12.1
Mayank Chhabra 3 years ago
committed by GitHub
parent
commit
4a2f727660
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 130
      apps/snowflake/data/index.html
  2. 2
      apps/snowflake/docker-compose.yml

130
apps/snowflake/data/index.html

File diff suppressed because one or more lines are too long

2
apps/snowflake/docker-compose.yml

@ -18,7 +18,7 @@ services:
stop_grace_period: 1m stop_grace_period: 1m
ports: ports:
- $APP_SNOWFLAKE_PORT:$APP_SNOWFLAKE_PORT - $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: volumes:
- ${APP_DATA_DIR}/data:/snowflake - ${APP_DATA_DIR}/data:/snowflake
networks: networks:

Loading…
Cancel
Save