oooo-ps

Results 24 issues of oooo-ps

Minor CSS patch to make theme adaptive ![image](https://github.com/user-attachments/assets/b58d4c49-9d26-4679-839b-3f11fee46875)

Thoughts on how to display my UDP node address to users of the statistics.html page? I believe it would also be a good idea to show the binding address or...

I found a missing option in the documentation, but I'm not sure when I can add it: https://halloy.chat/configuration/file-transfer/ ``` config.toml [file_transfer] enabled = true ``` And a few questions, without...

Solution for #592 The logic is as follows: 1. If a server proxy is provided, it will be used. 2. If a server proxy is not provided, the global proxy...

I'm using MeshChat (current repository version) on a remote server and can't find out if this feature is available or not. I mean popup alerts in the browser when someone...

``` Wants=network-online.target ```

repository version, fixed manually with `mkdir` ``` File "/home/reticulum/.local/lib/python3.11/site-packages/aiohttp/web_urldispatcher.py", line 568, in __init__ raise ValueError(f"'{directory}' does not exist") from error ValueError: '/home/reticulum/reticulum-meshchat/public/' does not exist ```

Trying to setup access to host I2P, and got SNI/router issue, described here: * https://github.com/mbrubeck/agate/issues/165#issuecomment-1081148646 * gemini://bbs.geminispace.org/s/Geminispace/33453 > Peer sent fatal TLS alert: Access was denied Tunnel configuration: ``` tunnels.conf...

I found that Alfis is listening for all IPv4 (`0.0.0.0`) and IPv6 (`::`) interfaces even if I'm using `yggdrasil_only` option: ``` bash netstat -tuln ``` The implementation is here: https://github.com/Revertron/Alfis/blob/master/src/dns/client.rs#L102...

According to #384 I'm using this branch for Yggdrasil + Mycelium networks. Details in the commit description. Sorry about the autofmt, but I think it's required anyway, according to the...