Open mcmikemn opened 2 days ago
Can you tell a bit more about what are you trying to achieve? Simply running http-host? What is your DNS setup? Cloudflare with orange proxy by any chance?
Yes, I'm only trying to install OFM with http-host - not the tile-gen.
I host my DNS zone on Digital Ocean. I have a droplet with Traefik on it that is VPNed (wireguard) to Traefik on a server in my homelab which then forwards traffic to the appropraite Docker container.
The self hosting docs say to "copy
.env.sample
to.env
and set the values", but it doesn't mentionconfig/rclone.conf.sample
. I ignoredrclone.conf.sample
and got:When I copy
config/rclone.conf.sample
toconfig/rclone.conf
and enter values for my MinIO service, I get past the previous error (which tells me thatreclone.conf
needs to exist) but I now get:My assumption is that I'm supposed to enter the s3 endpoint where I want the tiles stored. Is that correct? If so, what
provider
value would work for MinIO?Or maybe the script is trying to download source files from a public s3 on Cloudflare. If so, what are the creds and endpoint for that?
I appreciate any help.