Edit css of rclone serve http

I want to edit the css of rclone serve http

i mean this file below, but i don't know where it's located i'm using ubuntu 18.04:

Seems to me it is being compiled into the executable.

https://github.com/rclone/rclone/blob/master/cmd/serve/http/data/assets_generate.go
https://github.com/shurcooL/vfsgen

Maybe you can use the --template argument and specify path to your own modified version?

It worked, thanks!

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.