PenguinDome
PenguinDome copied to clipboard
Simple Linux Mobile Device Management
Bumps [pymongo](https://github.com/mongodb/mongo-python-driver) from 4.5.0 to 4.6.3. Release notes Sourced from pymongo's releases. PyMongo 4.6.2 Release notes: https://www.mongodb.com/community/forums/t/pymongo-4-6-2-released/267404 PyMongo 4.6.1 Release notes: https://www.mongodb.com/community/forums/t/pymongo-4-6-1-released/255752 PyMongo 4.6.0 Release notes: https://www.mongodb.com/community/forums/t/pymongo-4-6-0-released/251866 Changelog Sourced from...
I had to dockerize penguinDome and deploy it on our kubernetes cluster and would like to push the DockerFile to make it easier for anyone who wants to do the...
* Move to nginx+gunicorn for web stack. * Implement redis for sharing pipes across multiple threads / instances * server/initialize.py now creates a penguindomeSVC account on the server machine *...
I have installed xidlehook in arch linux via AUR and it seems as though the comment here: https://github.com/quantopian/PenguinDome/blob/master/client/plugins/screenlock.py#L125 reflects a perhaps-out-of-date version of xidlehook. My usage of xidlehook only uses...
Support versions of xidlehook which have removed the `mode` argument to `--timer`, while continuing, at least for the time being, to also support the older syntax. Fixes #24.
Bumps [requests](https://github.com/psf/requests) from 2.31.0 to 2.32.0. Release notes Sourced from requests's releases. v2.32.0 2.32.0 (2024-05-20) 🐍 PYCON US 2024 EDITION 🐍 Security Fixed an issue where setting verify=False on the...
The current version of PyMongo retries reads and writes by default so we can probably get rid of MongoDBProxy after we ensure that we're using a version of PyMongo new...
Hi, I'll do this in my local installation, and I think it would be a minor yet interesting change. It would required one less '3rd party' dependency, or, to be...
I reported in this fork the tests I did on my test env, everything seems to work fine. Some already installed clients updated just fine and continued to work with...