Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/syahidfrd/asynqmon-handler
Asynqmon handler with basic auth
https://github.com/syahidfrd/asynqmon-handler
asynq asynqmon go
Last synced: about 5 hours ago
JSON representation
Asynqmon handler with basic auth
- Host: GitHub
- URL: https://github.com/syahidfrd/asynqmon-handler
- Owner: syahidfrd
- License: mit
- Created: 2022-07-17T02:45:57.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-07-18T05:34:53.000Z (over 2 years ago)
- Last Synced: 2023-03-10T15:50:38.300Z (over 1 year ago)
- Topics: asynq, asynqmon, go
- Language: Go
- Homepage:
- Size: 14.6 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# [Asynqmon](https://github.com/hibiken/asynqmon) handler with basic auth
### Docker image
```bash
# Pull the latest image
docker pull syahidfrd/asynqmon-handler# Or specify the image by tag
docker pull syahidfrd/asynqmon-handler[:tag]
```### Run the binary
```
docker run --rm \
--name asynqmon-handler \
-e ASYNQMON_USER=admin \
-e ASYNQMON_PASSWORD=secure123 \
-p 3000:3000 \
syahidfrd/asynqmon-handler
```Here's the available env:
| Env | Default | Description |
|---------------------|---------|-------------------|
| `ASYNQMON_USER` | `admin` | Asynqmon user |
| `ASYNQMON_PASSWORD` | `admin` | Asynqmon password |
| `REDIS_ADDR` | `:6379` | Redis address |Next, go to [localhost:3000](http://localhost:3000) and see Asynqmon dashboard