This commit is contained in:
CanbiZ 2025-11-07 13:22:58 +01:00
commit a17daeed48

View File

@ -24,7 +24,7 @@ fetch_and_deploy_gh_release "pangolin" "fosrl/pangolin" "tarball"
fetch_and_deploy_gh_release "gerbil" "fosrl/gerbil" "singlefile" "latest" "/usr/bin" "gerbil_linux_amd64" fetch_and_deploy_gh_release "gerbil" "fosrl/gerbil" "singlefile" "latest" "/usr/bin" "gerbil_linux_amd64"
fetch_and_deploy_gh_release "traefik" "traefik/traefik" "prebuild" "latest" "/usr/bin" "traefik_v*_linux_amd64.tar.gz" fetch_and_deploy_gh_release "traefik" "traefik/traefik" "prebuild" "latest" "/usr/bin" "traefik_v*_linux_amd64.tar.gz"
read -rp "${TAB3}Enter your Pangolin URL: " pango_url read -rp "${TAB3}Enter your Pangolin URL (ex: https://pangolin.example.com): " pango_url
read -rp "${TAB3}Enter your email address: " pango_email read -rp "${TAB3}Enter your email address: " pango_email
msg_info "Setup Pangolin" msg_info "Setup Pangolin"
@ -70,7 +70,7 @@ flags:
disable_user_create_org: false disable_user_create_org: false
EOF EOF
cat <<EOF >/opt/pangolin/config/traefik/traefik_config.yaml cat <<EOF >/opt/pangolin/config/traefik/traefik_config.yml
api: api:
insecure: true insecure: true
dashboard: true dashboard: true