Underknowledge

Results 17 comments of Underknowledge

Here too: `sudo npm run start > [email protected] start /home/pi/dasher > node app.js warning: SIOCGIFADDR: en0: No such device - this may not actually work [Error: SIOCGIFHWADDR: No such device]...

Have been fighting this for a couple of hours now. apparently the planka container has issues with multiple networks ``` planka_1 | Error: connect EHOSTUNREACH 192.168.0.2:5432 planka_1 | at TCPConnectWrap.afterConnect...

I installed telnet inside of the app container and tried to reach the the PG database. I think I was getting a ` Connection refused ` but cant be certain...

Well, step 1... How much space is actually needed?

coming from here https://github.com/nikp123/scrcpy-desktop/issues/8#issuecomment-946403808 I have a stock OnePlus5 Cheeseburger and faced the same issue. after installing com.farmerbb.taskbar I got it running. only enabling display over other apps. Adding this...

just as an idea you could open the store with `adb shell am start -a android.intent.action.VIEW -d 'market://details?id=com.farmerbb.taskbar'` Would be nice to be able to query if there is an...

urgh, To ```bash ark_server | $UPDATE_ON_START is 'true'... ark_server | Running command 'update' for instance 'main' ark_server | [ ERROR ] Mod 1404697612 is requested but not installed. Run 'arkmanager...

> As a workaround, maybe https://github.com/efrecon/docker-s3fs-client could help? Has anyone tried using mounting S3 with FUSE? I guess it could work, but I would see the real benefit of using...

I think this comment still gives the best overview. > The past few days have seen significant discussion of the object storage topic amongst the maintainer team. There's no full...

Seeing it that way we can already do S3, Just use rclone to mount an S3 storage and then use it as a volume. Again, just my opinion, the real...