Ravinou / borgwarehouse

A fast and modern WebUI for a BorgBackup's central repository server.
https://borgwarehouse.com
GNU Affero General Public License v3.0
362 stars 21 forks source link

Issue with Docker Deploy #155

Closed jcunix closed 6 months ago

jcunix commented 7 months ago

I am running into an issue where the borgwarehouse container gets stuck at:

CRONJOB_KEY not found or empty. Generating a random key... NEXTAUTH_SECRET not found or empty. Generating a random key... Getting SSH fingerprints...

Whats odd is Cronjob_key and nextauth_secret are both defined in variables using the proper formatting. Any thoughts on what is going on?

Ravinou commented 7 months ago

Hello, are you sure you've placed your .env file in the right place? Also check the syntax against the documentation. I need more information if you want help.

Sabinno commented 7 months ago

Hi! I have a very similar issue, where it gets stuck at "Getting SSH fingerprints..." but never does anything past that. My instance does not say anything about the secrets not being found.

Thus, this is clearly still an issue that needs to be addressed. If you want, I'll open a new issue, but this one seems very similar.

Ravinou commented 6 months ago

Hi, After running the docker-compose up command, the last step is to retrieve the keys, so it's normal that nothing is displayed afterwards this message "Getting SSH fingerprints...". But your application is started up normally.

I'm going to add a message confirming the startup.