Felix Bünemann

Results 317 comments of Felix Bünemann

Btw. it is also trivial to implement acme challenge in pure nginx using a regex location match and the account key fingerprint: ``` location ~ ^/\.well-known/acme-challenge/([-_a-zA-Z0-9]+)$ { default_type text/plain; return...

The easiest way to get the right permissions is to run plexdrive as the plex user instead of as root.

I'm not quite sure what to do about that, since the forward slash (/) is reserved as a directory separator in most Unix systems.

What probably could be done is to completely ignore file names with illegal characters and logging a warning. Any form of substitution scheme is prone to conflicting with existing files,...

How useful is a docker image? You also need to run something like plexmediaserver to stream the media from the container.

Plexdrive 5 only caches the filesystem metadata to ~/.plexdrive/cache.bolt, but that should be less than 100 MiB.

I just checked and my cache.bolt is 8 MiB, 250 MiB is pretty large, but my point was that the cache.bolt file is unlikely to really help with freeing up...

@Nothing4You Have you inspected the bolt db using the bolt cli or the text dump to see what is causing it to get so huge?

Ah OK, that's a massive amount of files. – I only have about 10k objects according to `rclone size`.

I think this error is generated if the plexdrive process has crashed or exited, so that the mount is stale. Would be interesting to get more details on why that...