keesfluitman
keesfluitman
So certain dependencies on unraid are missing? There is a plugin to install certain dependencies...maybe that would work? Ill see if i can test the beta. Id love to help.
could it be that custom class in the shortcode has no effect yet? nozoom works. but class=customClass has no effect.
> I managed to figure out how to implement. All resources should be processed with a hugo pipeline. Better late than never. Im a bit of a beginner. Im trying...
i've tried it on openmediavault and my unraid server. Set ownership and chmod to nobody and all. But it still won't find my modules. Any other tips? I've also tested...
fixed. I was mounting the wrong path. And my custom config wasnt working so I was using default config. That meant /mnt/extra-addons was used and had to be mounted. I...
> same here. how can i reset to default theme. I have it working with Kaleidochromic adding this to custom css in general ``` @import url('https://cdn.jsdelivr.net/gh/CTalvio/Ultrachromic/presets/kaleidochromic_preset.css'); ``` But I had...
Just wanted to give you a thanks. Learned a lot from your Project. Im just a hobbyist, but currently trying to convert it to a partly SPA. Since that is...
this is a general hugo thing to not render raw HTML. I also use it sometimes, Depending on how you structure your config files. If you have a _default folder,...
Is it possible to use this for apps that use basic auth for authentication for api endpoints? I'd like to protect my /pub endpoint of owntracks, but it's not working....
Hey @ZaMeR12 Im also looking into this. I was tryingto do it in sveltekit and got a response, but cant get it to stream in chat yet. Im too inexperienced...