Please fill in the questionnaire below.
Technical Help Questionnaire
Have you read and followed the instructions at: *READ ME FIRST* Technical Help FAQs - #2 by nigel ?
Answer: I have
Self-Hosted Installation and Setup Questions
Delete this section if you are using Baserow.io.
How have you self-hosted Baserow.
I’m hosting it via portainer on a Synology NAS. While using internal port forwarding system.
What are the specs of the service or server you are using to host Baserow.
32GB RAM
Which version of Baserow are you using.
1.28.0
How have you configured your self-hosted installation?
baserow:
image: baserow/baserow
container_name: baserow
volumes:
- /volume1/docker/baserow/main:/baserow/data
restart: always
networks:
- stack
ports:
- 8082:80
- 8143:443
environment:
- BASEROW_PUBLIC_URL=https://baserow.domain.eu
- DATABASE_URL=postgresql://baserow:baserow@baserow-db:5432/baserow # Update port
- REDIS_URL=redis://redis:6379
- BASEROW_CADDY_ADDRESS=https://oksjonid.domain.eu
depends_on:
- database
- redis
DNS is already configured to use host oksjonid.domain.eu to a value baserow.domain.eu
Port 8082 is forwarded to baserow.domain.eu which works great. Even the api and webhooks do. It’s just the application publishing that’s a pain right now.
Tried BASEROW_CADDY_ADDRESS=:443 as well but no luck.
Describe the problem
Unable to use Application Builder on additional domain. An easy fix would be to just use it on sublink instead as such: baserow.domain.eu/oksjonid, but that’s not the case right now.
Currently when selecting domain as oksjonid.domain.eu and host automatically uses baserow.domain.eu it publishes successfully, but says unable to connect.