Commit Graph

296 Commits

Author SHA1 Message Date
Pablo Revilla
8ce672c5ab Merge all Graphs into one section 2025-05-07 21:43:01 -07:00
Pablo Revilla
c0d69f13de Update README.md 2025-05-07 09:12:41 -07:00
Pablo Revilla
a3e867fc10 Merge pull request #20 from PSandro/master
config: fix server->bind when more than 1 char
2025-05-07 08:58:51 -07:00
Pablo Revilla
91bb0e006f Merge pull request #21 from PSandro/config-add-net-tag
add net_tag to sample.config.ini
2025-05-07 08:56:24 -07:00
Sandro Pischinger
35f8b4d234 add net_tag to sample.config.ini
Not having set net_tag in the config file causes a KeyError when opening
Weekly Net as the net_tag configuration is expected. Thus setting a default value.

Signed-off-by: Sandro Pischinger <mail@sandropischinger.de>
2025-05-04 18:09:01 +02:00
Sandro Pischinger
67f7d13ef6 config: fix server->bind when more than 1 char
Currently the bind option in the configuration file defaults to '*' and
is read during startup in web.py. The value of the host variable  is
of type string, but the current code tries to iterate through it,
suppusedly to support multiple hosts.
This would work if the value was of type array, holding multiple strings
of hostnames (similar to [mqtt]->topics, which is currently not
possible.

When setting 'bind=localhost', the code iterates through 'localhost'
and tries to start a TCPSite with a host of 'l', then 'o', then 'c' and
so on but failes at the first 'l' already since it cannot be resolved.

This commit changes the behaviour of 'bind' to only expect one value,
namely a string of the host where to bind to.

This change does not require any config changes in current productions
setups: The default bind value of '*' is still handled correctly and any
other bind values with more than one character currently fail anyways.

Signed-off-by: Sandro Pischinger <mail@sandropischinger.de>
2025-05-04 17:27:10 +02:00
Pablo Revilla
d374de7bf3 Merge remote-tracking branch 'origin/master' 2025-05-02 11:24:50 -07:00
Pablo Revilla
deb5b25da1 added version visivility. 2025-05-02 11:24:40 -07:00
Pablo Revilla
090d11fe28 added version visivility. 2025-05-02 11:23:13 -07:00
Pablo Revilla
c5d2f42013 added version visivility. 2025-05-02 11:21:21 -07:00
Pablo Revilla
c171ec52ec added version visivility. 2025-05-02 11:18:42 -07:00
Pablo Revilla
16332f928a Merge pull request #19 from tb0hdan/master
Add Canadaverse to the list of running instances
2025-05-01 20:27:53 -07:00
Pablo Revilla
36ddc97ca6 Made the number of node to show on map to be configurable 2025-05-01 20:17:00 -07:00
Pablo Revilla
afd86cb214 Made the number of node to show on map to be configurable 2025-05-01 20:13:45 -07:00
Bohdan Turkynewych
df5aa89946 Add Canadaverse to the list of running instances 2025-04-29 21:53:11 -04:00
Pablo Revilla
8fc04a5f18 Added popup link to the maps 2025-04-28 22:19:21 -07:00
Pablo Revilla
7d04035c60 Added popup link to the maps 2025-04-28 22:17:37 -07:00
Pablo Revilla
60ea735e11 Merge remote-tracking branch 'origin/master'
# Conflicts:
#	startdb.py
2025-04-28 22:11:26 -07:00
Pablo Revilla
f9e6765a68 Added popup link to the maps 2025-04-28 22:10:55 -07:00
Pablo Revilla
2851ee00bf Update startdb.py 2025-04-28 22:06:42 -07:00
Pablo Revilla
f9c874bcc1 Revert "Added popup link to the maps"
This reverts commit 48d5dcbf7d.
2025-04-28 21:58:06 -07:00
Pablo Revilla
b42630e6d0 Added popup link to the maps 2025-04-28 21:38:55 -07:00
Pablo Revilla
48d5dcbf7d Added popup link to the maps 2025-04-28 21:38:31 -07:00
Pablo Revilla
85c1e24b18 Added popup link to the maps 2025-04-28 21:37:11 -07:00
Pablo Revilla
94d23ed5a9 Added popup link to the maps 2025-04-28 21:36:20 -07:00
Pablo Revilla
36c754c49b Added popup link to the maps 2025-04-28 21:16:25 -07:00
Pablo Revilla
3663f8264e Trying to fix a bug that is reported by web.py when a packet id is requested and it does not exist. 2025-04-24 09:28:40 -07:00
Pablo Revilla
187284f5de Trying to fix a bug that is reported by web.py when a packet id is requested and it does not exist. 2025-04-24 09:17:47 -07:00
Pablo Revilla
422750599d Fix bug with time in map.html and web.py 2025-04-21 13:42:20 -07:00
Pablo Revilla
c3c59bda53 Fix bug with time in map.html and web.py 2025-04-21 13:41:50 -07:00
Pablo Revilla
9f40458597 Merge pull request #18 from prokrypt/patch-6
Update store.py: localtime again
2025-04-17 15:55:33 -07:00
Pablo Revilla
2b1380eed0 Added channel selection on Top users statistics 2025-04-17 14:47:43 -07:00
Pablo Revilla
94dba95489 Added channel selection on Top users statistics 2025-04-17 14:31:25 -07:00
prokrypt
3d7aeb5d4e Update store.py: localtime again
moar localtime, moaaaaar
2025-04-14 16:00:45 -07:00
Pablo Revilla
d1fb800534 Fixed the colors of the dots on the map. 2025-04-12 08:56:51 -07:00
Pablo Revilla
27f231deb2 Fixed the colors of the dots on the map. 2025-04-11 21:52:55 -07:00
Pablo Revilla
914910fe76 Adding new Top Users visualization 2025-04-11 09:18:56 -07:00
Pablo Revilla
a8b5f75942 Adding new Top Users visualization 2025-04-10 14:40:40 -07:00
Pablo Revilla
60a5d98555 Adding new Top Users visualization 2025-04-10 14:32:32 -07:00
Pablo Revilla
6b5bd26b54 Now the tag for the weekly mesh can be configurable 2025-04-07 09:38:41 -07:00
Pablo Revilla
b6af98925d Now the tag for the weekly mesh can be configurable 2025-04-07 09:36:53 -07:00
Pablo Revilla
1cbdb4fda6 Now the tag for the weekly mesh can be configurable 2025-04-07 09:08:28 -07:00
Pablo Revilla
0d536e2308 Now the tag for the weekly mesh can be configurable 2025-04-06 13:23:39 -07:00
Pablo Revilla
e65b1eaeb6 Now the tag for the weekly mesh can be configurable 2025-04-06 13:22:28 -07:00
Pablo Revilla
1bc7957c65 Now the tag for the weekly mesh can be configurable 2025-04-06 13:15:27 -07:00
Pablo Revilla
ad767ee457 Now the tag for the weekly mesh can be configurable 2025-04-06 11:56:02 -07:00
Pablo Revilla
2b39074e01 Updated Documentation 2025-04-06 10:52:55 -07:00
Pablo Revilla
5a39c166a7 Updated Documentation 2025-04-06 10:49:30 -07:00
Pablo Revilla
c49b600b11 Updated Documentation 2025-04-06 10:41:55 -07:00
Pablo Revilla
887084de0f Changes:
new config file changes
2025-04-01 22:22:53 -07:00