WoofBot

Results 4 comments of WoofBot

> As a temporary solution, though super hackey, the consuming app could do something like: > > ```js > function wrappedFromOutputScript(script, network) { > const oldWarn = console.warn > console.warn...

Any updates on this? It could be as simple as removing the `auth.jwt` handlers in places like: https://github.com/getumbrel/umbrel-manager/blob/fc823490591ea55e26734d144a0527fe9618166d/routes/v1/system.js#L136 so the api will be public + opening the MANAGER_IP to the...

@nevets963 Ping. A secure solution could be to have some cron job that will save the details in a file every X minutes, and then other apps could simply read...

Hi @nevets963 I've noticed that some apps mount volumes relative to the `UMBREL_ROOT` dir: https://github.com/getumbrel/umbrel-apps/blob/8615302f51e578b1fc3c7507dbfd2ed837a3466b/transmission/docker-compose.yml#L16 Should my app try to mount individual files relative to `${UMBREL_ROOT}` such as `${UMBREL_ROOT}/statuses/temperature-status.json`? Can...