Results 128 issues of MichaIng

#### For bugs - Rule Id (if any, e.g. SC1000): **SC1091** - My shellcheck version (`shellcheck --version` or "online"): **0.8.0** - [x] The rule's wiki page does not already cover...

Companion PR to https://github.com/morpheus65535/bazarr-binaries/pull/1.

Did you thing about a systemd service? Something like: ``` [Unit] Description=vmtouch Documentation=https://github.com/hoytech/vmtouch/blob/master/vmtouch.pod DefaultDependencies=no After=local-fs.target Conflicts=shutdown.target Before=shutdown.target [Service] EnvironmentFile=/etc/default/vmtouch ExecStart=/usr/bin/vmtouch $VMTOUCH_OPTIONS $VMTOUCH_FILES [Install] WantedBy=local-fs.target ``` A problem is that it...

`ssh-copy-id` currently copies authorized keys to `/etc/dropbear/authorized_keys` when Dropbear is detected as SSH server. This is wrong as Dropbear by default looks for authorized keys in `~/.ssh/authorized_keys`, like OpenSSH does....

Additionally: - Do partial imports for some modules - Migrate to f-strings where applicable ToDo: - [ ] Inform Home Assistant addon developers once this has been merged: https://github.com/hassio-addons/addon-motioneye/issues/350

enhancement
help wanted
motion

https://github.com/motioneye-project/motioneye/pull/2403#issuecomment-1089056122

bug

@cclauss @Mictronics @jmichault and everyone else, let's make a plan how to continue with this project, now moved to the new @motioneye-project GitHub organisation. First of all, everyone who has...

python update

Most open pull requests have been merged, or major parts of larger collection PRs. Left are minor or layout/GUI additions, or feature PRs which require a rebase with conflicts resolving,...

meta

I tested motionEye on Debian Buster with native repo `motion` v4.1, and a bunch of settings motionEye applies are not supported (yet): ``` Mar 11 18:55:33 VM-Buster motion[3878]: [-1660513328:motion] [NTC]...

enhancement
help wanted
motion

SHA1 is ancient and simple to brute-force. We should switch to something modern, like pbkdf2_hmac, available without 3rd party libraries: https://nitratine.net/blog/post/how-to-hash-passwords-in-python/ But to not lock out users, we must keep...

security
Python