Page 1 of 1

Is there a way to add a header or title to the front end?

Posted: Sun Nov 21, 2021 5:45 pm
by idic
I run multiple instances of deluge in containers and VMs for [reasons]. It would be super handy if there was a way I could visually identify what one I'm on in my browser by a header or something. Yes, i could just look at the port and IP and such but a quick visual way would be so much simpler. Is this something that I could modify easily?

Re: Is there a way to add a header or title to the front end?

Posted: Tue Nov 23, 2021 8:59 pm
by Cas
You could modify the title in deluge/ui/web/index.html for each instance. Otherwise would require writing a plugin to change the document.title

Re: Is there a way to add a header or title to the front end?

Posted: Wed Nov 24, 2021 3:53 pm
by idic
Great. Thanks Cas