Commit Graph

112 Commits

Author SHA1 Message Date
Jason Rhinelander 88e929d767 Add /service_nodes
Plus:
- change `disp_inactive` etc. to `limit_inactive` etc.
- show "Not Received" for 0 timestamp last uptime proof
2020-08-19 19:41:22 -03:00
Jason Rhinelander fa9a17092c Move lmq connection & FutureJSON into lmq.py
Also delays creating the lmq instance until get_connection() is called,
which seems pretty much required if using multiple threads/processes as
we need each process to have its own connection.
2020-08-19 18:54:53 -03:00
Jason Rhinelander a14d33fc6d Update pylokimq for crash fix 2020-08-19 18:54:53 -03:00
Jason Rhinelander b4b6b6c8ec Rename "app.py" to "observer.py" 2020-08-19 18:54:53 -03:00
Jason Rhinelander c0a464bba8 Only set debug stuff if running as main 2020-08-19 18:54:53 -03:00
Jason Rhinelander 49daf35a16 Move config to separate file 2020-08-19 18:54:53 -03:00
Jason Rhinelander 09d19459e1 Add a note about needing a new Jinja 2020-08-19 12:39:38 -03:00
Jason Rhinelander 614986de79 Add service node info on index 2020-08-18 13:42:24 -03:00
Jason Rhinelander 47a23f543e Update pylokimq & increase request size
SN info is huge, the 1MB default really isn't enough.
2020-08-18 12:19:49 -03:00
Jason Rhinelander 71c36169bc Add babel to requirements 2020-08-17 23:28:16 -03:00
Jason Rhinelander 0bee29b5ca Add primitive readme 2020-08-17 22:39:32 -03:00
Jason Rhinelander 4b27018965 Initial commit
Basic working prototype of most of the first pages (templates brought in
from the old explorer but updated for jinja).
2020-08-17 22:17:06 -03:00