Adrian Edwards
Adrian Edwards
> Thanks for looking into this issue. The triggers frontend is an optional component, so if you want to check the remaining parts, feel free to skip installing that one....
Oh i assumed Triggers Frontend was the frontend itself. Can you point me to what file i might look at modifying in order to disable it?
> If using ansible, just don't make any host triggers frontend. as in remove all hosts from the `[triggers_frontend]` section of the `inventory.cfg`? Wouldnt that break something since the README...
oh dang, i was searching for this on SO but i guess not hard enough. i'll make a PR to fix that. thanks!
`ansible -i inventory.cfg -m debug -a "var=hostvars[inventory_hostname]" all` is a modified version of a debugging command I found [here](https://stackoverflow.com/a/59766894/)
looks like (per that SO post) `ansible_default_ipv4.address` may be better to use
ah ok. i ran into issues trying to put a hostname into the (updated) `ansible_host` var in `inventory.cfg` (was getting an error like `":8098" cannot be converted to a(n) IP`...
Currently this seems to be the only quality whiteboard app on fDroid. I would love to contribute some time to making the app work entirely locally for people like me...
A lot of these sound like they are valid issues but may not be directly related to the offline whiteboards issue so i broke them out into new issues to...
So all thats needed is to wrap the online-dependent lines of code in a check/prompt to ask the user if they want to use online functionality or just skip that...