jace
jace
I don't know about Portainer, but I just created a pull request to run this as a non-root user, and you can specify the PUID/PGID as environmental variables.
A benefit is that it will run as not-root, even if you do nothing else. If you really need root, you can set the EVs to 0. But, it allows...
Do you have it published anywhere that people would use it without modifying the Dockerfile and building it themselves?
This way allows the end user to map that user to something that exists on their system, that can have who knows what permissions or whatever. If you add it,...
/shrugs. I just downloaded this because it used the v2 Paper API. By default, it ran as root and this issue existed.
It looks like --user is newer, but the EVs for for PUID/PGID are still in pretty widespread use, like all of the Linuxserver.io packages, and some things were designed to...
These appear to have been added upstream, does this need to have them added in notifmsg.py as below as well? module.addPyCode("""\ EVT_NOTIFICATION_MESSAGE_CLICK = wx.PyEventBinder ( wxEVT_NOTIFICATION_MESSAGE_CLICK ) EVT_NOTIFICATION_MESSAGE_DISMISSED = wx.PyEventBinder...
I just checked on this in 4.2, and it appears to remain un-implemented.
Yeah, I did that, installed the current version, and the error changes: /usr/bin/eyeD3:6: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html from pkg_resources import load_entry_point eyed3.plugins:WARNING: Plugin '('lastfm.py', '/usr/lib/python3/dist-packages/eyed3/plugins')'...