fabrica - your own snap build factory

Install latest/stable of fabrica - your own snap build factory

Ubuntu 16.04 or later?

Make sure snap support is enabled in your Desktop store.


Install using the command line

sudo snap install fabrica

Don't have snapd? Get set up for snaps.

Channel Version Published

Build snaps by simply pointing a web form to a git tree

Fabrica is a web service to be run on an lxd appliance. It spawns a web ui that allows you to point to cloneable git trees, initializes lxd containers and builds snap packages of the provided source trees.

To use fabrica you can use the steps below:

 snap install lxd
 sudo lxd init # hit enter for all questions
 snap install fabrica
 snap connect fabrica:lxd lxd:lxd
 snap connect fabrica:mount-observe
 snap connect fabrica:system-observe
 snap connect fabrica:ssh-keys

Now fabrica will come up on port 8000. Point your web browser to http://localhost:8000 (or to the external IP instead of localhost) and add some git tree to it.

Note that in its current state fabrica only builds snap packages for the used host architecture (i.e. to build armhf or arm64 snaps, you need to use a raspberry Pi4 and install lxd and fabrica on it)

The branches are checked every 5 minutes for new commits. Builds start automatically when a new commit is detected.

Since the service is currently only available via http and also has no authentication management, it is recommended to only use it in in-house setups.

Issues and bugs should be filed at:

https://github.com/ogra1/fabrica/issues

Details for fabrica - your own snap build factory

License
  • AGPL-3.0

Last updated
  • 15 May 2021 - latest/stable
  • 15 May 2021 - latest/stable

Websites

Contact

Share this snap

Generate an embeddable card to be shared on external websites.


Install fabrica - your own snap build factory on your Linux distribution

Choose your Linux distribution to get detailed installation instructions. If yours is not shown, get more details on the installing snapd documentation.


Where people are using fabrica - your own snap build factory

Is there a problem with fabrica - your own snap build factory? Report this app