Michael J. Kidd

Results 28 comments of Michael J. Kidd

Well, this is very odd... - I booted a fresh install of [Raspberry Pi OS 64bit Lite - Bullseye](https://downloads.raspberrypi.org/raspios_lite_arm64/images/raspios_lite_arm64-2021-11-08/2021-10-30-raspios-bullseye-arm64-lite.zip) - ran `apt update && apt -y full-upgrade` - rebooted -...

Well... I must have had my next update in a 'Preview' state and never saved it.. :( I tested with a clean install of [64bit buster](https://downloads.raspberrypi.org/raspios_lite_arm64/images/raspios_lite_arm64-2021-05-28/2021-05-07-raspios-buster-arm64-lite.zip) release: - `apt update...

Hi @Jonk2 -- Wondering if you've had an opportunity to test the image reload / re-install? Either the 32bit or 64bit should work fine with a fresh install based on...

The need to escape the `$` is due to the use of double quotes to enclose the [password variable](https://github.com/thomasjacquin/allsky/blob/master/config_repo/ftp-settings.sh.repo#L77). Double quotes allows bash to expand the `$` as if it...

A few thoughts on config stuffs. - Current Method: - `settings_(ZWO|RPiHQ).json` for camera settings - `config.sh` for post-image processing config ( upload, timelapse, delete old, etc ) - `scripts/filename.sh` for...

I chatted with @thomasjacquin on this topic... highlights below: - Unified INI file seems a good fit ( ease of manual editing, ease of programmatic editing, centralized config ) -...

@ckuethe check out my first blush of the [allsky.conf unified config](https://github.com/linuxkidd/allsky/blob/packaging/config/allsky.conf.repo).

- Point taken on trailing /, removed as requirement - Added units to property names -- I may have missed some, open to suggestions. - Renamed `bin` to `binning`, lemme...

snake_case is fine with me. I teetered back and forth on putting a main [upload] section with each flag, or putting the flag into each section. Ultimately, I opted for...

I like it... added. Also, re: Text params (and others) I don't intend for options from a given section to be strictly enforced to only that application. However, the text...