Omen Wild

Results 9 comments of Omen Wild

+1 for this feature. I like to stuff services into their own container, but want anything not specified to fall back to a default container (that I can occasionally delete...

I am still sticking with Containerise, and would love to have sync'd storage.

I just pushed a new version that I've been sitting on for a while. It requires a long lived token to comply with security updates on the HA side. You...

> there is this project [borgmatic](https://github.com/witten/borgmatic/) for `borg` that does a nice job of implementing a config-files-system for borg. maybe it could either be forked for `restic` or at least...

I wanted to confirm that release [v0.3.15](https://github.com/dlarrick/hass-kumo/releases/tag/v0.3.15) resolved this issue for me. Thank you!

Have you looked at [lsyncd](https://axkibe.github.io/lsyncd/) for the continuous monitoring by any chance? lsyncd is designed to watch the filesystem for changes, then call a sync process (supports [direct copy, rsync,...

Hi [J-PC](https://github.com/J-PC), I implemented sorting by Levenshtein distance (https://github.com/quantumsheep/sshs/pull/140). This covers most of your examples in the first group. It fails on the last two, and you have to skip...

It might make more sense if the list displayed `prefix-*` even if I have typed `prefix-host1` in the search. That way I would know, exactly, which section of my ssh...

Hi [quantumsheep](https://github.com/quantumsheep), With more use, I realized that rather than match globs, it's easiest for my use case to simply return what I typed if there are no matches. This...