Ahmad Ahmadi

Results 12 comments of Ahmad Ahmadi

Is there any suggested solution to persist `timeWindowUsed` to prevent multiple usage of same TOTP token? I'm doing this simply using cache with absolute expiration of `step`-seconds (which is used...

Yes of course. I've got the `specified install disk does not exist: "/dev/sda"` error. So I think the connection is fine. I also check the console logs: ![image](https://user-images.githubusercontent.com/5775036/161300838-59f074f8-3441-4f83-9716-9e0d1f5a5003.png)

> this feels like a bug, but please try `talosctl disks --insecure -e -n ` Ran this command with the same order, but it returns nothing.

It's running on VMWare ESXi (updated post to reflect it). I successfully run Debian and Ubuntu with main and additional disks.

Do you mean this project? https://github.com/rubykube/tower

What command results in these errors? Because of this error line `docker-compose run --rm peatio bash -c "./...` I think this may be related to invalid state in container volumes....

It's a critical requirement for cloud environments. I'd like to see this requirement in the project's roadmap (is there any?). I'd like to participate in writing Kubernetes manifests and make...

404 means the server (Traefik) is up and running but the domain you're requesting is not found. Make sure the domain name specified in `/etc/hosts` and `config/app.yml` are the same....

Because of the microservices architecture, we need a reverse proxy tool (Traefik is used in OpenDAX) to proxy different requests (app.local/api, app.local/tower, etc.) to different backends. So using a Virtual...

I'm new to this project but I deployed it using README.md instruction and I succeed each time. So I think you're missing something that's specific to your case. As the...