Replies: 3 comments 8 replies
-
Nice!
Yes
Right, it essentially selects Note that it's not specific to the string "production". The string "production" itself is arbitrary, and only specifies the name of the YAML file under
No. The server doesn't care which port it runs on, it should run fine on 8080 (or any arbitrary port too). You'll just need to make sure that you ask it to use the port you want, and it'll be happy to listen there.
From what I remember, the region should be the same as the |
Beta Was this translation helpful? Give feedback.
-
Thank you for all the answers @mnvr ! Since I am not really able to find any specific information about B2's regions usage, I am guessing I am just supposed to use the region provided in the endpoint itself? For example: When I set Error from Docker container
Logs from museum.log
Any clue as to why it is failing to start? It starts without any issues when it's set to local. I've also tried to delete database and let it generate from scratch since it mentions setupDatabase, but exact same result. |
Beta Was this translation helpful? Give feedback.
-
Not sure if this is the right place to ask :) But I have yet to find it it is possible/how we can disable self registration on a self-hosted instance. |
Beta Was this translation helpful? Give feedback.
-
Hello,
I've been tinkering and writing a detailed documentation on how to self-host Ente server using Traefik as a reverse proxy. So far I have successfully deployed Ente server using docker container and deployed Ente photos web on Cloudflare pages. However, I wanted to get some more info on a few things.
I chose the route of only using variables in .env to configure everything docker compose and Ente server related since you are able to override all of the configuration entries. I am wondering how would you override this particular setting? (https://github.com/ente-io/ente/blob/main/server/configurations/local.yaml#L102) since "hot_storage" already has underscore, would this still work "ENTE_S3_HOT_STORAGE_PRIMARY"?
What does "ENVIRONMENT=production" actually do? Does it only select production.yml configuration or is there more to it?
Since I am running Ente server under Traefik reverse proxy, would there be any issues running Ente server on 8080? The outside world sees Ente server running on 443 using proper certificates. Wondering if there's any internal limitations or checks that would cause any issues if use-tls is set to false in the configuration?
What do I set as region when using Backblaze B2? Is there a particular format or do I leave that empty?
Beta Was this translation helpful? Give feedback.
All reactions