Added info to README
This commit is contained in:
@@ -13,17 +13,17 @@
|
|||||||
[1. Introducing Shuffle](https://medium.com/security-operation-capybara/introducing-shuffle-an-open-source-soar-platform-part-1-58a529de7d12)
|
[1. Introducing Shuffle](https://medium.com/security-operation-capybara/introducing-shuffle-an-open-source-soar-platform-part-1-58a529de7d12)
|
||||||
[2. Getting started with Shuffle](https://medium.com/security-operation-capybara/getting-started-with-shuffle-an-open-source-soar-platform-part-2-1d7c67a64244)
|
[2. Getting started with Shuffle](https://medium.com/security-operation-capybara/getting-started-with-shuffle-an-open-source-soar-platform-part-2-1d7c67a64244)
|
||||||
|
|
||||||
|
## Documentation
|
||||||
|
[Documentation](https://shuffler.io/docs) can be found on https://shuffler.io/docs/about or in your own instance. Currently lacking:
|
||||||
|
* API documentation
|
||||||
|
* Updates after migrating from SaaS to open source
|
||||||
|
|
||||||
## Related repositories
|
## Related repositories
|
||||||
* Apps: https://github.com/frikky/shuffle-apps
|
* Apps: https://github.com/frikky/shuffle-apps
|
||||||
* Workflows: https://github.com/frikky/shuffle-workflows (empty)
|
* Workflows: https://github.com/frikky/shuffle-workflows (empty)
|
||||||
* Security OpenAPI apps: https://github.com/frikky/OpenAPI-security-definitions
|
* Security OpenAPI apps: https://github.com/frikky/OpenAPI-security-definitions
|
||||||
* Documentation: https://github.com/frikky/shuffle-docs
|
* Documentation: https://github.com/frikky/shuffle-docs
|
||||||
|
|
||||||
## Documentation
|
|
||||||
Documentation can be found on https://shuffler.io/docs/about or in your own instance. Currently lacking:
|
|
||||||
* API documentation
|
|
||||||
* Updates after migrating from SaaS to open source
|
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
* Simple workflow automation editor
|
* Simple workflow automation editor
|
||||||
* Premade apps for a number of security tools
|
* Premade apps for a number of security tools
|
||||||
|
|||||||
+2
-2
@@ -1,7 +1,7 @@
|
|||||||
version: '3'
|
version: '3'
|
||||||
services:
|
services:
|
||||||
frontend:
|
frontend:
|
||||||
#build: ./frontend
|
build: ./frontend
|
||||||
image: frikky/shuffle:frontend
|
image: frikky/shuffle:frontend
|
||||||
container_name: shuffle-frontend
|
container_name: shuffle-frontend
|
||||||
hostname: shuffle-frontend
|
hostname: shuffle-frontend
|
||||||
@@ -14,7 +14,7 @@ services:
|
|||||||
depends_on:
|
depends_on:
|
||||||
- backend
|
- backend
|
||||||
backend:
|
backend:
|
||||||
#build: ./backend
|
build: ./backend
|
||||||
image: frikky/shuffle:backend
|
image: frikky/shuffle:backend
|
||||||
container_name: shuffle-backend
|
container_name: shuffle-backend
|
||||||
hostname: ${BACKEND_HOSTNAME}
|
hostname: ${BACKEND_HOSTNAME}
|
||||||
|
|||||||
Reference in New Issue
Block a user