Skip to content
This repository has been archived by the owner on Feb 20, 2024. It is now read-only.

Commit

Permalink
cleaned up docs and enabled automatic trusted https with caddy
Browse files Browse the repository at this point in the history
  • Loading branch information
adonm committed May 28, 2022
1 parent 799484b commit 74d1790
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,6 @@ General utilities for querying SIEMs, container images planned for simple deploy

Run the below in Azure Cloud Shell
```bash
az container create --subscription ... -g ... --name siem-query-utils --image ghcr.io/wagov/siem-query-utils:main --assign-identity --secure-environment-variables API_TOKEN=... --ports 443 --cpu 2 --memory 4 --dns-name-label siem-query-utils
az container create --subscription ... -g ... --name siem-query-utils --image ghcr.io/wagov/siem-query-utils:main --assign-identity --secure-environment-variables API_TOKEN=... FQDN=uniqueapiname.australiaeast.azurecontainer.io --ports 80 443 --cpu 2 --memory 4 --dns-name-label uniqueapiname
```

## Roadmap

Improve state management and caching using https://litestream.io/guides/azure/ and https://fastapi.tiangolo.com/tutorial/sql-databases/
Make sure all state loaded/saved from snapshots on blob storage so database is temporary/local for life of container only.

0 comments on commit 74d1790

Please sign in to comment.