{% extends "base.html" %} {% from "_hub.html" import hub %} {% block title %}Sources — Config — karyab{% endblock %} {% block content %}

Config

{% if flash %} {% if flash_error %}
{{ flash }}
{% else %}
{{ flash }}
{% endif %} {% endif %} {% call hub(hub_sections) %}

Sources

Enable/disable job sources and configure their settings. API secrets (keys, passwords) live in secrets.toml — never entered here.

{# Greenhouse #}
{# Lever #}
{# Ashby #}
{# Teamtailor #}
{# Adzuna #}
{% if adzuna_secret_configured %} API key configured ✓ {% else %} API key not configured {% endif %}

API secrets (app_id, app_key) must be set in secrets.toml — not editable here.

{# Themuse #}
{# Remotive #}
{# Simple toggle sources #}
{# JobTech #}

Keyless Swedish Platsbanken API. No API key required.

{% endcall %} {% endblock %}