{% 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 server
You can generate this in your Portainer user settings
NGINX Connection
The URL of your NGINX Proxy Manager instance
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 %}