The Charm Store will undergo scheduled database maintenance on July 5, 2026 22:00 to July 6, 02:00 UTC. During this time, you may be unable to access charm and bundle metadata or publish updates. No user action is required and services will automatically resume once maintenance is complete.

Ubuntu Debuginfod

Jonas Jelten Publisher

Platform:

Ubuntu
24.04
Channel Revision Published Runs on
latest/edge 11 28 Apr 2026
Ubuntu 24.04
juju deploy ubuntu-debuginfod --channel edge

Learn about configurations >

  • lp_credentials | secret

    launchpad secret as the contents of a lp.cred file. obtain with: runuser -u mirror -- /usr/share/ubuntu-debuginfod/utils/obtain-launchpad-credentials.py /tmp/lp.cred

    store it in juju (you'll get the secret_id): juju add-secret debuginfod-launchpad cred#file=/tmp/lp.cred

    and granted to the ubuntu-debuginfod application: juju grant-secret debuginfod-launchpad $application

    get the secret id: juju secrets

    and finally by setting this config option: juju config $application lp_credentials=secret:$secret_id

  • testmode | boolean

    operate in test mode (e.g. juju integration test), so we don't process the whole archive.

  • update_ddeb | boolean

    perform periodic debug data updates by polling launchpad

  • use_reverse_proxy | boolean

    use nginx reverse proxy on port 80 in front of debuginfod (port 8002). When false, debuginfod is directly exposed.