Pietro Bonaldo Gregori

Results 37 comments of Pietro Bonaldo Gregori

i’m getting this same issue running yacht in a debian 12 proxmox vm

Sure, I ran it while transcoding using jellyfin to test with high CPU usage, here’s the output of `docker stats`: ``` CONTAINER ID NAME CPU % MEM USAGE / LIMIT...

has this feature been abandoned? i am absolutely looking forward to this :)

I went insane trying to make this work since my setup also has each service running on a subpath reverse proxy. This seems to be a FastAPI-related problem however even...

+1 for importing the existing jellyfin library

for anyone who might want to work on this i found [this useful sandbox](https://codesandbox.io/s/editor-katex-uc0fxj?file=/src/index.js) of someone using `customHTMLRenderer` and KaTeX to create this feature. I tried doing the same but...

Sure, here's the section that dealed with gossa in my nginx.conf: ```nginx # Gossa location /gossa { return 302 http://$host/gossa/; } location /gossa/ { proxy_pass http://gossa:8001/gossa/; } ``` and here's...

might be worth looking at projects like [markdownpastebin](https://markdownpastebin.com/) and [rentry](https://rentry.co/)

This could be done using `customHTMLRenderer` by appending a custom button to the content of `codeblock` nodes with the onclick function that copies the content of the codeblock. Unfortunately I...