{% from "settings/components/connection_modals.html" import connection_modals %} {% macro connections_tab(portainer_settings, nginx_settings, site_settings, git_settings) %}
Portainer Connection
The URL of your Portainer instance
You can generate this in Portainer under Settings > API Keys
NGINX Proxy Manager Connection
The URL of your NGINX Proxy Manager instance
GitLab Connection
The URL of your GitLab server (use https://gitlab.com for GitLab.com)
You can generate this in your GitLab user settings > Access Tokens
Select the repository to connect to
Gitea Connection
The URL of your Gitea server
Required for token generation if you don't have an existing token
Required if you have two-factor authentication enabled
You can generate a new token or use an existing one
Select the repository to connect to
{{ connection_modals() }} {% endmacro %}