Is there a way to declare the location of custom_css or does it have to be in the conf folder? I placed my dashboards folder in my HA share so that I could easily edit files from windows. I’d like to be able to do the same with the custom_css folder. Possible?
Curious how everyone else is editing their files, maybe I’m going about this wrong.
I am editing my configs in place over ssh, using vim as editor. Tmux lets me keep the session running even when I disconnect, so I can continue where I left off with tmux attach -t <theSessionName>
Sounds like you have samba set up with some shares already, so perhaps the easiest route for you would be to add another share for HADashboard? The config file you need to update is probably in /etc/samba/
as soon as i want to edit files on my pi i start winscp on my pc.
i started with some shares to, but with winscp i get access to every file on my pi.
so as soon as i see somewhere recommended to use nano (or something like that) i just op the file from out of winscp.
second advantage i found is that it is easy to automaticly keep a copy from my config files in a windows dir without configurating anything.
Winscp is a good program, if I remember correctly it has an option to keep the remote and local directory in sync, so any changes you make gets uploaded as soon as you save the file.