pred2k

Results 6 comments of pred2k

Also `wt_zmc`, please! Found on shared links from https://www.zeit.de/ e.g.: https://www.zeit.de/mobilitaet/2019-10/verkehrswende-maut-citymaut-stadtverkehr-klimaschutz?wt_zmc=sm.ext.zonaudev.twitter.ref.zeitde.share.link.x Edit: saw there is a PR open for `wt_zmc` #186

shouldn't `USER ntfy` be added to the Dockerfiles? https://docs.docker.com/develop/develop-images/instructions/#user

There is also a Dockerfile Best Practice saying: > Do not use a UID below 10,000 UIDs below 10,000 are a security risk on several systems, because if someone does...

am i blind of does the f-droid compiled v1.7 does not contain this added option?

I wanted to upgrade my docker based flexget installation from `image: flexget/flexget:3.12.1` to `image: flexget/flexget:3.15` my custom `entrypoint.sh` contains: `pip install irc_bot` (like suggested in the [docs](https://flexget.com/InstallWizard/Docker#custom-entrypoint)) After changing the...

With `image: flexget/flexget:3.15` and my `entrypoint.sh` i still cant get it running ```cat entrypoint.sh #!/bin/sh pip install uv uv tool install irc-bot --python 3.11 # https://flexget.com/CLI#flexget-level-arguments flexget --loglevel info daemon...