imagegenius / docker-obico

Monolithic (Single) Docker Container for Obico Server
https://hub.docker.com/r/imagegenius/obico
GNU General Public License v3.0
8 stars 3 forks source link

Using your Unraid Obico App, how does one configure dotenv.example if it doesn't exist? #13

Closed superdong69 closed 1 year ago

superdong69 commented 1 year ago

Trying to configure the Unraid Docker Application to send alerts via email. I've got everything else working lovely, but I can't figure out how to get alerts to work.

hydazz commented 1 year ago

you just copy the variables from the .env into extra variables in the template

superdong69 commented 1 year ago

you just copy the variables from the .env into extra variables in the template

I'm sorry, what do you mean when you say extra variables in the template? You mean in the unraid variables when you edit the docker settings of the application?

hydazz commented 1 year ago

yes, within the template, at the bottom click Add another Path, Port, Variable, Label or Device, set Config Type to Variable and set the Key to the variable from the .env, eg EMAIL_HOST, repeat for any other variables from https://github.com/TheSpaghettiDetective/obico-server/blob/release/dotenv.example

superdong69 commented 1 year ago

Yup, got that all sorted. Testing notifications just give me a server 500 error when configuring for SMTP Gmail. Followed all the instructions for using the google app password, and using the same account I use for unraid notifications which work fine.

hydazz commented 1 year ago

notifications just give me a server 500 error when configuring for SMTP Gmail

please continue this issue here: https://github.com/imagegenius/docker-obico/issues/10

ill mark the variables issue closed :)