From c6d055e8d18f5cb21b79425ec10c65122a3989f5 Mon Sep 17 00:00:00 2001 From: frikky Date: Thu, 14 May 2020 10:45:39 +0200 Subject: [PATCH] Added stats to webhooks --- README.md | 4 +++- frontend/src/App.js | 4 ++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 20d91e06..9dbdbfbf 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Documentation can be found on https://shuffler.io/docs/about or in your own inst * Easy to learn Python library for custom apps ## In the works -* User run statistics - Dashboard +* Dashboard - Statistics are implemented * Debug view for manual executions * App versioning @@ -86,7 +86,9 @@ There will be a major overhaul to the backend specifically. I'm currently moving - * Remove orborus? Can deploy straight, but that would be weird - Won't do this yet - * Full OpenAPI support with authentication schemes in App creator (not Oauth2 yet) - * Change workflow name +- * User run statistics - Workflows - IMPORT DEFAULT WORKFLOWS - Create some towards e.g. TheHive & MISP. +- Extended data usage - build json with answers - Documentation - General documentation /docs rewrite - API doc - 1. In Shuffle. 2. In e.g. python - Fix scheduler diff --git a/frontend/src/App.js b/frontend/src/App.js index 720ae0d8..3f1d759d 100644 --- a/frontend/src/App.js +++ b/frontend/src/App.js @@ -38,12 +38,12 @@ import AlertTemplate from "react-alert-template-basic"; import { positions, Provider } from "react-alert"; // Testing - localhost -const globalUrl = "http://192.168.3.6:5001" +//const globalUrl = "http://192.168.3.6:5001" //console.log("HOST: ", process.env) // Production - backend proxy forwarding in nginx -//const globalUrl = window.location.origin +const globalUrl = window.location.origin const surfaceColor = "#27292D" const inputColor = "#383B40"