I am deploying vikunja on a local server not connected to internet therefore I cannot get logo from an external URL.
Would it be possible to make the variable VIKUNJA_SERVICE_CUSTOMLOGOURL support reading from a local file ? or add a new var for it.
Thank you
I would deploy lightweight HTTP server near Vikunja that returns the logo when accessing URL like localhost:8080/logo/custom_logo.png.
You would:
- Serve your custom logo via
localhost:8080/logo/custom_logo.png
.
- Set
VIKUNJA_SERVICE_CUSTOMLOGOURL=http://localhost:8080/logo/custom_logo.png
in the environment.
1 Like
I thought about it but that would be an overkill to deploy a full server just to serve a single image!
I hope supporting local paths would be added for completeness 
1 Like