Commit Graph

320 Commits

Author SHA1 Message Date
Pablo Revilla 2d7dbdff49 Readded node_graphs 2025-05-22 18:24:08 -07:00
Pablo Revilla b1f1e7c6da Added self updating firehose.html and chat.html 2025-05-22 15:56:33 -07:00
Pablo Revilla ada5c1e0a3 Merge remote-tracking branch 'origin/master' 2025-05-22 15:51:05 -07:00
Pablo Revilla 0c443dde25 Added self updating firehose.html and chat.html 2025-05-22 15:50:47 -07:00
Pablo Revilla a203d5ee30 Update README.md 2025-05-22 14:20:49 -07:00
Pablo Revilla 1ddc3445c3 Update README.md 2025-05-22 14:14:41 -07:00
Pablo Revilla 960a18586d Added self updating firehose.html and chat.html 2025-05-22 10:29:10 -07:00
Pablo Revilla f08f6f9b93 Added self updating firehose.html and chat.html 2025-05-22 10:19:50 -07:00
Pablo Revilla 56fef8312b Cleaned up the import section as we removed 4 packages 2025-05-21 12:17:19 -07:00
Pablo Revilla 85427fd2a8 Modified all graphs to eliminate the errors and use eCharts 2025-05-21 12:13:51 -07:00
Pablo Revilla 32437584a9 Modified all graphs to eliminate the errors and use eCharts 2025-05-21 11:56:17 -07:00
Pablo Revilla 33bdb9d668 Modified all graphs to eliminate the errors and use eCharts 2025-05-21 11:29:41 -07:00
Pablo Revilla dfb4b72056 Modified all graphs to eliminate the errors and use eCharts 2025-05-21 11:18:36 -07:00
Pablo Revilla 2b3be8bf93 Modified the Neighbours graphs to eliminate the errors. 2025-05-21 09:37:23 -07:00
Pablo Revilla a6c9970054 Modified the Neighbours graphs to eliminate the errors. 2025-05-21 09:14:17 -07:00
Pablo Revilla f9319472b1 Added site in Spain 2025-05-20 22:09:55 -07:00
Pablo Revilla 404996716a Added site in Spain 2025-05-20 10:58:58 -07:00
Pablo Revilla 5631f84b1a Updates to README.md 2025-05-12 11:07:40 -07:00
Pablo Revilla ae15f0f291 Updates to README.md 2025-05-12 11:02:49 -07:00
Pablo Revilla 6f13be8a58 Added the ability to show receiving node location on map even if the main node is does not have location 2025-05-08 11:09:22 -07:00
Pablo Revilla 295f7083d7 Added the ability to show receiving node location on map even if the main node is does not have location 2025-05-08 10:49:18 -07:00
Pablo Revilla 67f769ec8e Merge all Graphs into one section 2025-05-08 10:20:16 -07:00
Pablo Revilla 6a66e3e579 Merge all Graphs into one section 2025-05-08 10:19:05 -07:00
Pablo Revilla 20f3ec4fab Merge all Graphs into one section 2025-05-07 22:04:43 -07:00
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