Luca Vitucci
Luca Vitucci
Two solutions that worked for me: ## Symlink 1. Stop wireguard-ui 2. Remove `config/wg0.conf` 3. Make a symlink to the correct file `config/wg0.conf > config/wg_confs/wg0.conf` 4. Start wireguard-ui ## Configuration...
@remko Just a suggestion, apparently while not supporting `__kind__` queries, firestore in datastore mode seems to support querying without kind, such as `SELECT *`. Obviously grossly inefficient to discover kinds...
@drei01 the official docs are wrong in that `--export-on-exit` does not seem to be working at all, however the import seems to be working for me. My workaround is to...
Are your rules using type resolution? If so this is related to #126 , the plugin does not support type resolution currently.