Flo
Flo
### What's the feature 🧐 Hi, I have another container that I'd like to connect to Gluetun, which uses environment variables to set the IP and forwarded port. Right now,...
Added basic fan status logging for use with external metrics collectors. Example for Telegraf: ``` [[inputs.file]] files = ["/var/log/fanshim_status"] name_override = "fanshim_status" data_format = "value" data_type = "integer" ```
Hello, I have five acA1440-220um cameras synchronised by an external hardware trigger (an Arduino). I can successfully retrieve frames data at 215-220 fps at the cameras native resolution (1440x1080) with...
Feature request: Support portforwarded endpoint on the HTTP control server for Wireguard connections
### What's the feature 🧐 ~~Title says almost all, according to [the wiki](https://github.com/qdm12/gluetun-wiki/blob/main/setup/advanced/control-server.md) there is a `/v1/publicip/ip` and a `/v1/openvpn/portforwarded` endpoints on the control server which are usable when connected...
Small changes to accomodate for libtbb's replacement, [oneTBB](https://oneapi-src.github.io/oneTBB/index.html) (including a bump to mapmap's [latest commit](https://github.com/dthuerck/mapmap_cpu/commit/fa526e0963ca3e431a02aa7b9e87b85ba8a8e304) which builds fine with oneTBB)
As disussed in [this issue](https://github.com/BinaryBrain/Beetstream/issues/12), here's the PR that implements SQL-based paging. However it also includes pretty heavy rewrites of the response-construction logic (and thus, of all endpoints functions), along...
I'm using https://github.com/BinaryBrain/Beetstream to serve my beets database to Subsonic clients and wanted to have a clean way to install it. So here are two new environment variables: `PIP_EXTRA_PACKAGES` :...
### Is your feature request related to a problem? Please describe. Currently, when SFTPGo generates share links, it assumes the same host/URL that SFTPGo sees internally. In many setups—especially when...
Hi there, I work on a project that involves motion-capturing ants. I use 5 synchronised Basler cameras to film them. While I know vggt is not meant for video data...