{% from "settings/components/connection_modals.html" import connection_modals %} {% macro connections_tab(portainer_settings, nginx_settings, site_settings, git_settings, cloudflare_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
Cloudflare Connection
The email address associated with your Cloudflare account
You can generate this in your Cloudflare account settings
The zone ID for your domain in Cloudflare
The IP address of this server for DNS management
{{ connection_modals() }} {% endmacro %}