Firdaus
Firdaus
DDokploy
Created by Firdaus on 11/4/2024 in #help
Traefik + Pgadmin, maybe certification issue, causing 404 not found
at one point I was able to access the service, but it still threw an error
45 replies
DDokploy
Created by Firdaus on 11/4/2024 in #help
Traefik + Pgadmin, maybe certification issue, causing 404 not found
Added this to pgadmin docker-compose
45 replies
DDokploy
Created by Firdaus on 11/4/2024 in #help
Traefik + Pgadmin, maybe certification issue, causing 404 not found
- PGADMIN_CONFIG_X_CONTENT_TYPE_OPTIONS=""
- PGADMIN_CONFIG_X_XSS_PROTECTION="0"
- PGADMIN_CONFIG_ENHANCED_COOKIE_PROTECTION=False
- PGADMIN_CONFIG_X_CONTENT_TYPE_OPTIONS=""
- PGADMIN_CONFIG_X_XSS_PROTECTION="0"
- PGADMIN_CONFIG_ENHANCED_COOKIE_PROTECTION=False
45 replies
DDokploy
Created by Firdaus on 11/4/2024 in #help
Traefik + Pgadmin, maybe certification issue, causing 404 not found
45 replies
DDokploy
Created by Firdaus on 11/4/2024 in #help
Traefik + Pgadmin, maybe certification issue, causing 404 not found
solved, but not for the reasons we thought
45 replies
DDokploy
Created by Firdaus on 11/4/2024 in #help
Traefik + Pgadmin, maybe certification issue, causing 404 not found
k let me try
45 replies
DDokploy
Created by Firdaus on 11/4/2024 in #help
Traefik + Pgadmin, maybe certification issue, causing 404 not found
but isnt traefik using 80?
45 replies
DDokploy
Created by Firdaus on 11/4/2024 in #help
Traefik + Pgadmin, maybe certification issue, causing 404 not found
pgadmin port was originally set to 80, but that clashes with traefik i believe, so I changed it to something else
45 replies
DDokploy
Created by Firdaus on 11/4/2024 in #help
Traefik + Pgadmin, maybe certification issue, causing 404 not found
they are all in the same docker-compose
45 replies
DDokploy
Created by Firdaus on 11/4/2024 in #help
Traefik + Pgadmin, maybe certification issue, causing 404 not found
yes
45 replies
DDokploy
Created by Firdaus on 11/4/2024 in #help
Traefik + Pgadmin, maybe certification issue, causing 404 not found
i dont mind, but I think that would be the last resort, i can run any commands you give me
45 replies
DDokploy
Created by Firdaus on 11/4/2024 in #help
Traefik + Pgadmin, maybe certification issue, causing 404 not found
my other container can be accesed from the internet with this whole setup, except for this pgadmin
45 replies
DDokploy
Created by Firdaus on 11/4/2024 in #help
Traefik + Pgadmin, maybe certification issue, causing 404 not found
full strict
45 replies
DDokploy
Created by Firdaus on 11/4/2024 in #help
Traefik + Pgadmin, maybe certification issue, causing 404 not found
unable to generate a certificate for the domains [my.domain.com]: acme: error: 429 :: POST :: https://acme-v02.api.letsencrypt.org/acme/new-order :: urn:ietf:params:acme:error:rateLimited :: too many failed authorizations (5) for \"my.domain.com\" in the last 1h0m0s, retry after 2024-11-04 15:45:58 UTC: see https://letsencrypt.org/docs/rate-limits/#authorization-failures-per-hostname-per-account
unable to generate a certificate for the domains [my.domain.com]: acme: error: 429 :: POST :: https://acme-v02.api.letsencrypt.org/acme/new-order :: urn:ietf:params:acme:error:rateLimited :: too many failed authorizations (5) for \"my.domain.com\" in the last 1h0m0s, retry after 2024-11-04 15:45:58 UTC: see https://letsencrypt.org/docs/rate-limits/#authorization-failures-per-hostname-per-account
45 replies
DDokploy
Created by Firdaus on 11/4/2024 in #help
Traefik + Pgadmin, maybe certification issue, causing 404 not found
still no luck
45 replies
DDokploy
Created by Firdaus on 11/4/2024 in #help
Traefik + Pgadmin, maybe certification issue, causing 404 not found
yeah, I have deployed, rebuild, restart the container etc.
45 replies
DDokploy
Created by Firdaus on 11/4/2024 in #help
Traefik + Pgadmin, maybe certification issue, causing 404 not found
and this is my docker-compose.yml. The one in dokploy has been populated automatically, but this is what is in my repo
pgadmin:
container_name: pgadmin
image: dpage/pgadmin4:2024-10-19-2
ports:
- port:port
environment:
- PGADMIN_DEFAULT_EMAIL=<email>
- PGADMIN_DEFAULT_PASSWORD=<pass>
- PGADMIN_LISTEN_PORT=<port>
networks:
- dokploy-network
labels:
- "traefik.enable=true"
- "traefik.http.routers.pgadmin-app.entrypoints=websecure"
- "traefik.http.routers.pgadmin-app.tls.certResolver=letsencrypt"
- "traefik.http.routers.pgadmin-app.rule=Host(`my.domain.com`)"
- "traefik.http.services.pgadmin-app.loadbalancer.server.port=<port>"
pgadmin:
container_name: pgadmin
image: dpage/pgadmin4:2024-10-19-2
ports:
- port:port
environment:
- PGADMIN_DEFAULT_EMAIL=<email>
- PGADMIN_DEFAULT_PASSWORD=<pass>
- PGADMIN_LISTEN_PORT=<port>
networks:
- dokploy-network
labels:
- "traefik.enable=true"
- "traefik.http.routers.pgadmin-app.entrypoints=websecure"
- "traefik.http.routers.pgadmin-app.tls.certResolver=letsencrypt"
- "traefik.http.routers.pgadmin-app.rule=Host(`my.domain.com`)"
- "traefik.http.services.pgadmin-app.loadbalancer.server.port=<port>"
45 replies
DDokploy
Created by Firdaus on 11/4/2024 in #help
Traefik + Pgadmin, maybe certification issue, causing 404 not found
and when I try to access it in my browser, I got 404 not found
45 replies
DDokploy
Created by Firdaus on 11/4/2024 in #help
Traefik + Pgadmin, maybe certification issue, causing 404 not found
the url in dokploy is the same as the one in cloudflare
45 replies
DDokploy
Created by Firdaus on 11/4/2024 in #help
Traefik + Pgadmin, maybe certification issue, causing 404 not found
its the pgadmin one
45 replies