Skip to content
This repository has been archived by the owner on May 30, 2023. It is now read-only.

Allow changing ListenAddresses through evironment variables #3

Open
Hobadee opened this issue Feb 14, 2021 · 0 comments
Open

Allow changing ListenAddresses through evironment variables #3

Hobadee opened this issue Feb 14, 2021 · 0 comments
Milestone

Comments

@Hobadee
Copy link
Owner

Hobadee commented Feb 14, 2021

Allow adding/changing ListenAddresses via environment variables. Perhaps use comma delimitation for multiple entries?

JSON of config is as follows:

{
  "ListenAddresses": [
    {
      "ListenAddress": "0.0.0.0:8060"
    },
    {
      "ListenAddress": "0.0.0.0:443",
      "AutoSSLDomains": "backup.example.com"
    },
    {
      "ListenAddress": "0.0.0.0:443",
      "SSLCertPath": "",
      "SSLIntermediate": "",
      "SSLCertKey": ""
    },
    {
      "ListenAddress": "0.0.0.0:443",
      "SSLPfxPath": "",
      "SSLPfxPassword": ""
    }
  ]
}

Depends on #2

@Hobadee Hobadee added this to the 1.0.2 milestone Feb 14, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant