Hi! I am not a sysadmin, so I installed with the yunohost package a couple of days ago, it's working great, and now I want to customize the CSS... but it doesn't say how to do that with yunohost. I tried to run 'poetry run inv compile-scss' but it get '-bash: poetry: command not found'. I tried to run this as the yunohost user, and also by having that user become root with 'sudo -i' (this was the only way I could get into the data directory to change the user icon, I don't know if I'm doing things wrong).
Any help would be very appreciated!
Hey,
You should be able to do:
sudo /opt/yunohost/microblogpub/inv.sh compile-scss
And then restart microblog.pub via the admin UI.
Let me know how it goes, Thanks!
Hi again,
Thanks, compiling works!
So now for the embarrassing bit: I swear I have looked and googled and read the yunohost documentation, but I just can't find where it is that I can restart an app (not just microblog.pub) from the yunohost admin UI.
Thanks for your help again!
Look in the menu for Tools/Services/
HI, me back again a year later... the above instructions for recompiling worked perfectly a year ago, but they no longer work. I have no idea how to do it anymore. Any help?