tincanfury

Results 9 comments of tincanfury

Would love this feature for sharing trip photos with friends. Right now we I have to have them upload to a normal nextcloud shared folder then move them over into...

pre-generation. basically an option so preview generation only creates previews for local files.

Understood! I"ll look at installing the version from backports. Thanks for responding!

``` 2024-06-20T23:19:28.668Z Server Listening on http://192.168.1.50:51821 node:events:497 throw er; // Unhandled 'error' event ^ Error: listen EADDRNOTAVAIL: address not available 192.168.1.50:51821 at Server.setupListenHandle [as _listen2] (node:net:1881:21) at listenInCluster (node:net:1946:12) at...

> Try unquote PORT and WG_PORT, set WEBUI_HOST=localhost (or let default) , if doesnt help, check your firewall rules. changing to localhost doesn't throw the js error above (a quick...

from the container log, ``` $ wg-quick down wg0 $ wg-quick up wg0 2024-06-23T23:07:12.521Z WireGuard Config syncing... $ wg syncconf wg0

thanks for this investigate thought! ``` $ sudo lsof -i -P -n | grep LISTEN|grep 5182 docker-pr 1071901 root 4u IPv4 85636033 0t0 TCP *:51821 (LISTEN) docker-pr 1071908 root 4u...

> Try to not specify `WEBUI_HOST` or write `WEBUI_HOST=0.0.0.0` (default value). `localhost` means it can be accessed only from inside of container (for example like `curl http://localhost:51821` from container). _still...

ahh, gotcha, yea, makes sense. thanks for the explanation!