{% extends 'stackdio/page.html' %} {% load staticfiles %} {% block title %}Import Formula{% endblock %} {% block formula-class %}active{% endblock %} {% block stylesheets %} {{ block.super }} {% endblock %} {% block page-content %}

Formulas are imported from external repositories where you can build up an entire ecosystem of components to be installed on a Stack.

stackd.io has a set of supported formulas located at https://github.com/stackdio-formulas. Either select one of these formulas from the dropdown, or copy-and-paste the clone URL from a different repository.

Note: If your repository requires username/password authentication, you must include them in the repository URL like this:
https://<user>:<pass>@<hostname>/<repo>.git
PLEASE do not use your real user password here, as it will be stored in plain text.

Tip: If using GitHub, you can generate a personal access token in your user settings and use it here by inserting it in the url as your username with an empty password.
If you have GitHub two-factor authentication enabled, you MUST use a personal access token.

{% endblock %}