chore: update export statistics with latest data and formatting adjustments

This commit is contained in:
bot
2024-11-27 14:58:02 +00:00
parent 9ee53eae01
commit 83578d2376
5 changed files with 21 additions and 2 deletions
+14
View File
@@ -8,3 +8,17 @@ License: MIT
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: aiohttp
# Zhurnal
Application for running and monitoring multiple applications.
The monitoring goes trough web.
The web interface will show life updates of stdout and stderr of configured applications.
## Instalation
1. Run `make`. This will build envionment and will install the application.
2. Run Zhurnal with the commands as parameters followed by the host / port to serve on. `./.venv/bin/zhurnal "ping google.nl" "ping google.nl" --host=127.0.0.1 --port=8081`
## Todo
1. Optional Basic Auth configurable trough command line.
2. Process filtering in web interface by pressing a digit. Escape to show all processes.