-
Notifications
You must be signed in to change notification settings - Fork 184
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
13 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -40,8 +40,8 @@ Use the commands listed below to download the required configuration files | |
(`env.sh`, `.env.example`) and generate your own `.env` file. | ||
|
||
```bash | ||
curl -o env.sh https://raw.githubusercontent.com/TracecatHQ/tracecat/0.12.6/env.sh | ||
curl -o .env.example https://raw.githubusercontent.com/TracecatHQ/tracecat/0.12.6/.env.example | ||
curl -o env.sh https://raw.githubusercontent.com/TracecatHQ/tracecat/0.13.0/env.sh | ||
curl -o .env.example https://raw.githubusercontent.com/TracecatHQ/tracecat/0.13.0/.env.example | ||
chmod +x env.sh && ./env.sh | ||
``` | ||
|
||
|
@@ -67,13 +67,13 @@ Tracecat uses Caddy as a reverse proxy. | |
You'll need to download the following `Caddyfile` to configure this service. | ||
|
||
```bash | ||
curl -o Caddyfile https://raw.githubusercontent.com/TracecatHQ/tracecat/0.12.6/Caddyfile | ||
curl -o Caddyfile https://raw.githubusercontent.com/TracecatHQ/tracecat/0.13.0/Caddyfile | ||
``` | ||
|
||
## Download Docker Compose File | ||
|
||
```bash | ||
curl -o docker-compose.yml https://raw.githubusercontent.com/TracecatHQ/tracecat/0.12.6/docker-compose.yml | ||
curl -o docker-compose.yml https://raw.githubusercontent.com/TracecatHQ/tracecat/0.13.0/docker-compose.yml | ||
``` | ||
|
||
## Start Tracecat | ||
|
@@ -114,5 +114,5 @@ The login the first time: default email is `[email protected]` and the default pa | |
|
||
- Log into Tracecat and build your first playbook. [View quickstart](/quickstart). | ||
- Tracecat comes with basic (email + password) authentication. Find out how to configure other authentication methods. [View docs](/self-hosting/authentication/introduction). | ||
- Read inline comments in the generated `.env` file to better understand Tracecat's configurations. [View `.env.example` file](https://raw.githubusercontent.com/TracecatHQ/tracecat/0.12.6/.env.example) | ||
- Read inline comments in the generated `.env` file to better understand Tracecat's configurations. [View `.env.example` file](https://raw.githubusercontent.com/TracecatHQ/tracecat/0.13.0/.env.example) | ||
- (Optional) Configure external-facing webhooks. [View docs](/self-hosting/webhooks). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
"""Tracecat is the open source Tines / Splunk SOAR alternative.""" | ||
|
||
__version__ = "0.12.6" | ||
__version__ = "0.13.0" |