Snap Store Proxy

  • By Wouter van Bommel
Channel Revision Published Runs on
latest/stable 7 27 Apr 2022
Ubuntu 20.04
latest/edge 11 22 May 2024
Ubuntu 24.04 Ubuntu 22.04 Ubuntu 20.04
juju deploy snap-store-proxy
Show information

Platform:

Ubuntu
24.04 22.04 20.04

A charm that install the snap-store-proxy snap

To get started, deploy the charm in a test environment as follows:

juju deploy postgresql
juju config postgresql plugin_btree_gist_enable=True
juju deploy snap-store-proxy
juju relate postgresql:db-admin snap-store-proxy:db-admin
juju config snap-store-proxy registration_bundle=\
    $(cat <registration bundle>)

For more information on how to obtain a registration bundle see here.

For more information about PostgreSQL and the relation see this section.