Patrick Gaskin
Patrick Gaskin
This is a duplicate of #17, but the situation has changed a bit, so I'm willing to reconsider this. With the rewrite of the kepubify conversion code I did for...
Some ideas:  https://excalidraw.com/#json=6553667784146944,WckCXdTcnWCjwbrYK4kMww
Some considerations: - How will directories be kept track of in the file list, since pathtransform has different behaviour for them? - Maybe I should just have completely different path...
This has been discussed quite a bit before (see the kobopatch threads in MobileRead), but most approaches were considered to have more disadvantages than advantages (especially as you can already...
I've already been playing around with the annotations API (back in August), but I don't remember the details about the endpoints. I'll take another look when I have time.
I use Gitea on the same server as caddy, and I want to serve a private repo from the bare repo in the Gitea data folder.
/srv/gitea/repositories/geek1011/whatever.git
Because the repo is private, I don't want to put my ssh key on the server, and gitea is proxied through caddy (so it would deadlock).
Yes, I am aware of that.
This is because the temperatures for the RPi need to be retrieved using `vcgencmd measure_temp` or `/sys/class/thermal/thermal_zone0/temp`, and gopsutil [gets](https://github.com/shirou/gopsutil/blob/a11c78ba2c13c5b1ee59c53296ba35f92f0ce658/host/host_linux.go#L612) the temperature using `/sys/class/hwmon`. The RPi does not support hwmon.