Bastien Wirtz
Bastien Wirtz
@Supersimmons This is expected, as there is no `npm run serve` command (there was at some point, that was the old name of the `npm run dev` command, it's the...
Hello @mucstudio, It's not possible, the search bar is only intended to search in the dashboard items.
Hi @lauridshub :wave: Homer is strictly client side (static HTML) and will never be able to that by itself. If you find a server side service / API that could...
Hi @DameGAD! Homer does have a custom css option. In your config.yml file, your can add ```yml stylesheet: - "assets/custom.css" ``` And you should be able to customize the font...
@DameGAD Good catch! I think it's better to not remove the CSS file once loaded (so if you switch back again you are not re-creating it again), but I just...
Hi @tomtreffke, From your first comment, everything seems to work great. Your curl request ends up in 200 ok and the HTML returned is Homer's code. I'm not sure what...
Hum that's weird :thinking: Does your chromium shows any errors in the web console?
Well done @mahnat! Thanks for sharing the solution. I'm closing this issue as it's resolved, feel free to reopen if anything.
Hey there, Sorry for letting you wait so long ! I'm will merge this in a new branch to update it before merging it. Thank for your contribution !
There you go: https://github.com/bastienwirtz/homer/blob/main/src/components/services/SpeedtestTracker.vue This is merged on main :+1: