HTTPRequest Lego provider

  • By Canonical IS DevOps
Channel Revision Published Runs on
latest/edge 27 04 Sep 2024
Ubuntu 22.04
juju deploy httprequest-lego-provider --channel edge
Show information

Platform:

Learn about configurations >

  • django-allowed-hosts | string

    A comma-separated list of host/domain names that this Django site can serve. This configuration will set the DJANGO_ALLOWED_HOSTS environment variable with its content being a JSON encoded list.

  • django-debug | boolean

    Whether Django debug mode is enabled.

  • django-secret-key | string

    The secret key used for securely signing the session cookie and for any other security related needs by your Django application. This configuration will set the DJANGO_SECRET_KEY environment variable.

  • git_repo | string

    The repository URL where the DNS records are stored. The username has to be provided as in git+ssh://username@repository@branch, where the branch is optional.

  • git_ssh_key | string

    The private key for SSH authentication.

  • webserver-keepalive | int

    Time in seconds for webserver to wait for requests on a Keep-Alive connection.

  • webserver-threads | int

    Run each webserver worker with the specified number of threads.

  • webserver-timeout | int

    Time in seconds to kill and restart silent webserver workers.

  • webserver-workers | int

    The number of webserver worker processes for handling requests.