Pirate Charmers Radarr

  • By alchemy-charmers-legacy
Channel Revision Published Runs on
latest/stable 2 19 Mar 2021
Ubuntu 18.04 Ubuntu 16.04
latest/edge 0 19 Mar 2021
Ubuntu 18.04 Ubuntu 16.04
juju deploy pirate-charmers-radarr
Show information

Platform:

Ubuntu
18.04 16.04

Learn about configurations >

  • backup-count | int

    Number of backups to keep

  • backup-cron | string

    Default: @daily

    Interval to create backup, takes a cron compatible string

  • backup-location | string

    Location to store backups

  • hostname | string

    The host name to set

  • port | int

    Default: 7878

    Port for radarr

  • proxy-domain | string

    Default: radarr

    Subdomain to request from reverse proxy

  • proxy-group | string

    Default: radarr

    The name of the backend this charm will use, this should be unique for deployment/reverseproxy. radarr is not designed to be run in HA with multiple units grouped

  • proxy-port | int

    Default: 443

    Port to request for reverse proxy access

  • proxy-url | string

    Default: /radarr

    Urlbase for revrse proxy, must start with a "/"

  • radarr-user | string

    Default: radarr

    The user and groups to install radarr under. These will be created automatically

  • restore-config | boolean

    Restore a previous configuration from resource

  • system-additional-groups | string

    Comma separated list of groups to create. User accounts will not be created

  • system-additional-users | string

    Comma separated list of users to create. Groups with the same name will be created.

  • system-gidmap | string

    Ensure the provided groups, comma separated, have the GID specified after '='. e.g. ubuntu=1000,storage=1001

  • system-group-membership | string

    Ensure the users provided, comma separated, are members of the provided groups, colon separated, following '='. e.g. ubuntu=sudo:wheel,storage=storage,sudo

  • system-uidmap | string

    Ensure the provided users, comma separated, have the UID specified after '='. e.g. ubuntu=1000,storage=1001