Note: CGI has been removed from the Python standard library as of Python 3.13. To use this with Python versions >= 3.13, install the legacy-cgi module: https://pypi ...
The need to transfer files over a network is one that arises often. GNU/Linux systems support multiple protocols and tools for doing so, some of which are designed for somewhat permanent file sharing ...
HTTP(s) "monitoring" powered by FastAPI+Jinja2+aiohttp. Inspired by bash-http-monitoring. Installation can be done with pipenv or Docker. Targets can be changed on runtime since they are read in each ...