caprover / caprover-cli

Command Line Interface for https://github.com/caprover/caprover
72 stars 40 forks source link

Create variable to override captain sub-domain #114

Closed joseviniciusnunes closed 2 years ago

joseviniciusnunes commented 2 years ago

Hi

Adaptation of the cli for the existing configuration of caprover in the file "/captain/data/config-override.json":

{"captainSubDomain":"my_domain"}

Created new variable "CAPROVER_ADMIN_DOMAIN_OVERRIDE"

Suggested by @githubsaturn in PR #113

githubsaturn commented 2 years ago

Thanks!