Snap Store Proxy
- Wouter van Bommel
Channel | Revision | Published | Runs on |
---|---|---|---|
latest/stable | 7 | 27 Apr 2022 | |
latest/edge | 11 | 22 May 2024 |
juju deploy snap-store-proxy
Deploy universal operators easily with Juju, the Universal Operator Lifecycle Manager.
Platform:
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.