Snap Store Proxy

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

Platform:

Ubuntu
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 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.