Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cleaned up the code, removed extranneous microservices. hived is a monolith ↵arbitrage | terminaldweller | 2024-06-06 | 1 | -17/+18 |
| | | | | again. using pocketbase for AAA. | ||||
* | added new ticker endpoint that periodically sends crypto prices over telegram | terminaldweller | 2024-02-29 | 1 | -7/+17 |
| | |||||
* | golang lint fixes | terminaldweller | 2023-02-28 | 1 | -6/+6 |
| | |||||
* | added goproxy env var to the docker images | terminaldweller | 2022-07-05 | 1 | -3/+3 |
| | |||||
* | update | terminaldweller | 2022-05-18 | 1 | -0/+4 |
| | |||||
* | added some security headers | terminaldweller | 2022-03-28 | 1 | -7/+4 |
| | |||||
* | added a health endpoint. change endpoint name to alert. added a health ↵ | terminaldweller | 2021-02-26 | 1 | -2/+2 |
| | | | | endpoint.maybe a travis fix? | ||||
* | maybe localhost? | terminaldweller | 2021-02-25 | 1 | -4/+6 |
| | |||||
* | turns out we really need that health endpoint after all. travis fix... | terminaldweller | 2021-02-25 | 1 | -0/+2 |
| | |||||
* | added a new endpoint for changelly. added somewhat decent logging. cleaned ↵ | terminaldweller | 2021-02-25 | 1 | -0/+7 |
up the code a bit. the secrets are all environment variables now since we want publicly availale CI. the api and postman docs are added. added travis integration. |