Pirate Charmers Sabnzbd

  • By alchemy-charmers-legacy
Channel Revision Published Runs on
latest/stable 3 19 Mar 2021
Ubuntu 18.04 Ubuntu 16.04
juju deploy pirate-charmers-sabnzbd
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

  • hostname-dhcp | boolean

    Default: True

    Trigger DHCP renew after hostname change

  • port | int

    Default: 8080

    Port for binding sab daemon

  • proxy-domain | string

    Default: sabnzbd

    Subdomain to request from reverse proxy

  • proxy-group | string

    Default: sabnzbd

    The name of the backend this charm will use, this should be unique for deployment/reverseproxy. Sabnzbd 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: /sabnzbd

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

  • 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