{% from "settings/components/connection_modals.html" import connection_modals %} {% macro connections_tab(portainer_settings, nginx_settings, site_settings, git_settings, cloudflare_settings, stripe_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
Stripe Connection
Your Stripe publishable key (starts with pk_test_ or pk_live_)
Your Stripe secret key (starts with sk_test_ or sk_live_)
Webhook endpoint secret for secure event handling
URL for customers to manage their subscriptions and billing
Enable this to use Stripe test mode for development
{{ connection_modals() }} {% endmacro %}