Pushed with wrong url again :)
This commit is contained in:
@@ -17,7 +17,6 @@ Documentation can be found on https://shuffler.io/docs/about or in your own inst
|
|||||||
* Easy to learn Python library for custom apps
|
* Easy to learn Python library for custom apps
|
||||||
|
|
||||||
## In the works
|
## In the works
|
||||||
* Full OpenAPI support with authentication schemes in App creator
|
|
||||||
* User run statistics - Dashboard
|
* User run statistics - Dashboard
|
||||||
* Debug view for manual executions
|
* Debug view for manual executions
|
||||||
|
|
||||||
@@ -84,12 +83,14 @@ There will be a major overhaul to the backend specifically. I'm currently moving
|
|||||||
- * Docker-compose- Frontend, backend, db & orborus
|
- * Docker-compose- Frontend, backend, db & orborus
|
||||||
- * Configuration - Write setup documentation - Did for docker
|
- * Configuration - Write setup documentation - Did for docker
|
||||||
- * Remove orborus? Can deploy straight, but that would be weird - Won't do this yet
|
- * 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)
|
||||||
- Workflows - IMPORT DEFAULT WORKFLOWS - Create some towards e.g. TheHive & MISP.
|
- Workflows - IMPORT DEFAULT WORKFLOWS - Create some towards e.g. TheHive & MISP.
|
||||||
- Documentation - General documentation /docs rewrite
|
- Documentation - General documentation /docs rewrite
|
||||||
- API doc - 1. In Shuffle. 2. In e.g. python
|
- API doc - 1. In Shuffle. 2. In e.g. python
|
||||||
- Add secret to orborus
|
- Add random secret to orborus
|
||||||
- Change workflow name
|
- Change workflow name
|
||||||
- Fix scheduler
|
- Fix scheduler
|
||||||
|
- Use variables in e.g. JSON body
|
||||||
|
|
||||||
```
|
```
|
||||||
# 1. export DATASTORE_EMULATOR_HOST=0.0.0.0:8000
|
# 1. export DATASTORE_EMULATOR_HOST=0.0.0.0:8000
|
||||||
|
|||||||
+4
-2
@@ -38,10 +38,12 @@ import AlertTemplate from "react-alert-template-basic";
|
|||||||
import { positions, Provider } from "react-alert";
|
import { positions, Provider } from "react-alert";
|
||||||
|
|
||||||
// Testing - localhost
|
// 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
|
// Production - backend proxy forwarding in nginx
|
||||||
//const globalUrl = window.location.origin
|
const globalUrl = window.location.origin
|
||||||
|
|
||||||
const surfaceColor = "#27292D"
|
const surfaceColor = "#27292D"
|
||||||
const inputColor = "#383B40"
|
const inputColor = "#383B40"
|
||||||
|
|||||||
Reference in New Issue
Block a user