disabled share_instance for reliable announces

With share_instance = Yes, announces weren't being sent over TCP
in Docker environments. Setting it to No ensures each TinyWeb
instance manages its own Reticulum interfaces directly.
This commit is contained in:
lichenblankie 2026-03-26 21:39:37 -07:00
parent f8f04ce4f2
commit bfb8acf946
2 changed files with 2 additions and 2 deletions

View file

@ -11,7 +11,7 @@ if [ ! -f "$CONFIG_FILE" ]; then
cat > "$CONFIG_FILE" <<EOF
[reticulum]
enable_transport = False
share_instance = Yes
share_instance = No
[logging]
loglevel = 4