Quick Question regarding snap store proxy.
Consider an air-gapped environment which has access to a dmz, which is allowed to access the internet.
I want to access the snapstore from within the air gapped env. Thus I basically want to try to chain two snap-store-proxies behind each other.
Local Machines connect to snap.internal, snap.internal connects to snap.external and snap.external connects to the public canoncial snapstore. That would be the goal.
Any Ideas if such a scenario is possible?
Reason is, the current air-gapped mode for the snap-store-proxy is working, but its usability is massivly limited tbh.
Manually importing snaps is annoying, i’ve scripted it as far as I could but its still annoying. Thus proxying it live would be good here.
But the bigger pain point is, that exporting snaps does not include dependecy snaps (like common-gtk, or similar). This forces multiple downloads and test installs of the snap, before the snap actually works.
Download → copy → import → install on testsystem → error → download dependency 1 → copy → import → and so on.
This is massively time consuming.
Thanks