Ghost

  • By Adam Stokes
Channel Revision Published Runs on
latest/stable 20 17 Dec 2020
Ubuntu 16.04 Ubuntu 14.04
latest/edge 17 17 Dec 2020
Ubuntu 16.04 Ubuntu 14.04
juju deploy ghost
Show information

Platform:

Ubuntu
16.04 14.04
  • amazon_ses_host | string

    The host value for your Amazon SES account. This is only necessary if you chose this option in the mail_service field above.

  • extra_packages | string

    Space separated list of extra deb packages to install.

  • from_address | string

    By default the `from` address for mail sent from Ghost will be set to "Blog Title <ghost@your-ghost-blog.com>" where 'Blog Title' is the title you have set in settings, and 'your-ghost-blog.com' is the value from the host configuration value above. You can override this value here. Supported formats are 'myemail@example.com' or 'Custom Name <myemail@example.com'.

  • host | string

    Default: 0.0.0.0

    Host to be passed to node's net.Server listen().

  • install_keys | string

    Default: - '68576280'

    List of signing keys for install_sources package sources, per charmhelpers standard format (a yaml list of strings encoded as a string). The keys should be the full ASCII armoured GPG public keys. While GPG key ids are also supported and looked up on a keyserver, operators should be aware that this mechanism is insecure. null can be used if a standard package signing key is used that will already be installed on the machine, and for PPA sources where the package signing key is securely retrieved from Launchpad.

  • install_sources | string

    Default: - "https://deb.nodesource.com/node_6.x main"

    List of extra apt sources, per charm-helpers standard format (a yaml list of strings encoded as a string). Each source may be either a line that can be added directly to sources.list(5), or in the form ppa:<user>/<ppa-name> for adding Personal Package Archives, or a distribution component to enable.

  • mail_service | string

    Pick one of the supported email services to allow Ghost to send emails for things like password recovery and new user acceptance. Valid options will require the corresponding username and password fields filled out below. The supported values are 'Mailgun', 'SES', and 'Gmail'. An empty value will remove the configuration from Ghost.

  • mailserver_password | string

    Password for the mail service chosen above. Information on where to find these credentials can be found here: http://support.ghost.org/mail/ .

  • mailserver_username | string

    Username for the mail service chosen above. Information on where to find these credentials can be found here: http://support.ghost.org/mail/ .

  • package_status | string

    Default: install

    The status of service-affecting packages will be set to this value in the dpkg database. Valid values are "install" and "hold".

  • port | int

    Default: 2368

    Port to be passed to node's net.Server listen().

  • url | string

    Default: http://my-ghost-blog.com

    The URL to use when providing links to the site.