Just getting started with setting up Torq, and I've run into a few areas that could be configured better by prompting the user to enter information. * [ ] Ask user if they want to use LND or CLN, uncomment torq.conf accordingly * [ ] Volumes for mounting macaroon / TLS cert / pem files * Should take into account LND vs CLN prompt * [ ] Bridge mode networking * No prompt necessary, should use existing bridge vs host prompt * docker-compose.yml - `extra_hosts: ["host.docker.internal:host-gateway"]` * torq.conf - `url = "host.docker.internal:10009"` and `url = "host.docker.internal:17272"`
Just getting started with setting up Torq, and I've run into a few areas that could be configured better by prompting the user to enter information.
extra_hosts: ["host.docker.internal:host-gateway"]url = "host.docker.internal:10009"andurl = "host.docker.internal:17272"