VueTorrent / vuetorrent-backend

Simple backend service to store configuration server-side
GNU General Public License v3.0
8 stars 2 forks source link

Auto-configure backend on fresh start #27

Open Nosirus opened 2 months ago

Nosirus commented 2 months ago

I think the opposite would not be bad.

Let it be the backend that contacts vuetorrent to give it the settings.

In my case, my browser does not keep any trace each time it is closed, this would mean that I would have to enter the IP each time

Larsluph commented 2 months ago

I already thought about that but found no solution to fix that issue.

The only possible solution I found is to build your own image to include the backend URL inside.

Nosirus commented 1 month ago

After thinking about it, I don't see how to do it either.

On the other hand, the idea is good for the container, but why not directly integrate that as an environment variable in the dockermod?

I use the linuxserver container myself and I know that certain dockermod exposes new variables

Larsluph commented 1 month ago

We could do that but it would require that we build the app inside that container. For now, it's just a static build image that we import if you use the official one.