{% 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.

Tip: If using GitHub, you can generate a personal access token in your user settings and use it here by checking the 'Use access token' box.
If you have GitHub two-factor authentication enabled, you MUST use a personal access token.

{% endblock %}