{% extends "base.xhtml" %} {% from "macros/page-hero.xhtml" import page_hero %} {% block content %}
{{ page_hero("Admin", "Config", "Project settings and OS test-image registry for Molecule pulls.") }}

Project & runner

Stored in the database (app_config.project). Used by workers and UI labels where applicable.

Shown under the logo in the sidebar and in the browser tab title (with App name).

OS images registry (Molecule pull)

When a test uses roleforge-os:<os> and the image is not local, RoleForge pulls from this registry and tags it. Credentials are encrypted in the database (Fernet, app secret). Public Docker Hub repos need no login.

{% endblock %}