Martin Stone

Results 127 comments of Martin Stone

> Thanks, I would not have seen that. I find Git Hub really confusing and don't know how to navigate. It's a wonder I was even able to find my...

> I've tested it with a few sites and each pic is always saved in its own individual folder (with ".jpg" at the end of the folder name) What mask...

> This mask: > `*url*\*name*.*ext*` > > Results in every JPEG having its own individual folder. Ok. Yes, that will do that, because you've told DTA to create a folder...

> It's like the folder structure and filename are being treated as one long string. [Yes, that's what a URL is...](https://en.wikipedia.org/wiki/Url)

You're right - there seem to be 2 `` tags sitting on top of them. I suspect they just need to be placed in their own `` (with an appropriate...

> 2> An option to disable updates. Firefox allows you to disable updates for any addon - about:addons, `...`, Manage, "Allow automatic updates"

> drwxr-xr-x 2 lychee root 0 Jan 6 19:14 . The entrypoint script shouldn't leave them like this.. > If I understand correctly, this is owned by lychee and www-data...

Yeah, that's starting to sound like CIFS not handling the group ownership properly. It *might* work if you rerun it with `USER=www-data` in the `environment` section of your config. I...

> Running with www-data [potential bug] Ah. I think I've figured this one out (though I haven't tested it). * We don't change the permissions of `storage` after the Docker...

That is very weird. > * USER=www-data,PUID=33,PGID=33 --> this keeps www-data as 33 and lychee as 1000; That is my understanding. It should output the UID/GID on startup (from entrypoint)...