Results 67 comments of wojas

It's not possible, because the field will not be on the model you have a queryset for if the __ trick is used. Additionally, at the moment you use it,...

Hi, I actually got it to detect my BD drive after adding some extra API calls. The cli version appeared to work fine. The UI did not work as desired,...

It looks like you branch (https://github.com/speed47/dvdisaster/commit/1a54355efbbd4306cf349fc6975eef5235f670ca) addresses some of my remaining open issues. When I have time, I will merge it in PR #58 and try it out. Thanks!

I cannot reproduce it with Docker Desktop 4.1.1 on an Intel Mac. I don't have any M1 Mac to test with.

It will be generated in the root folder of this repository. Note that this may take about 30 seconds, as it needs to generate keys. If this does not work,...

@rfer I'm not sure about the confirmation, but the configs will be regenerated if `docker-for-mac.ovpn` is missing. You can manually delete `config/*`, which will at least work around the confirmation...

This change is based on #2, which includes undesired changes to `docker-compose.yml`. But I have no objection to making this port configurable.

I do no mind splitting these locations, but this PR contains changes to `docker-compose.yml` that would affect current users upgrading: it restricts the network to a specific network and the...

@tkaefer Sorry for the late response. Merging, thanks!

Regarding preventing backup data from being destroyed by someone that hacks the server: rest-server has recently gained an "append only mode" with PR https://github.com/restic/rest-server/pull/28 that prevents exactly this.