Tobias Carlbom

Results 9 comments of Tobias Carlbom

Sorry to hear that! You are more then welcome to contribute to the project though. @unocelli is doing quite some heavy lifting on this project and i think he needs...

Hi, There is already a issue regarding this topic. Please continue the discussion there. https://github.com/frangoteam/FUXA/issues/935

If you are in a Windows environment, I am certain that it is a driver or High DPI scaling issue. Have you tried running glabels-batch-qt with an elevated command prompt...

Hi :) Sure. I have limited the content of wg0.conf ``` [Interface] Address = 10.0.40.1 ListenPort = 60040 PrivateKey = PostUp = iptables -A FORWARD -i %i -j ACCEPT; iptables...

feel free to try out the alarm history symbol which i recently created. https://github.com/tobias-carlbom/fuxa-widget-library/

Any updates on this? Is it still not possible to set multiple subnets for AllowedIPs on SERVER? Eg ` [Interface] PrivateKey = AllowedIPs = 10.10.1.1/32, 192.168.1.0/24 [Peer] #PeerB PublicKey =

As I see it a quick fix would be show the red banner with 100vh open disconnection, this would disable user input whilst disconnected. Also decreasing the timeout for when...

A working, but not perfect fix is to do the following. In Fuxa editor; click on Settings => Layout => Custom style: ``` .banner{ height: 100vh !important; opacity: 0.8 !important;...