It basically reads a list of feed URLs, with categories, loads and parses them and writes out a simple HTML page with the headlines. Saves me a lot of trouble - just run it on a web server and publish the created HTML files in a directory.
Have you considered using OpenShift instead of Kubernetes? It comes with vastly improved multitenancy features, as well as other aspects, in regards to plain Kubernetes. OKD, the open sourced package of OpenShift allows full self-hosting: https://www.okd.io
If you are looking for self-hosted desktop streaming with OBS via nginx and RTMP, you might find some insights in my recent blog post: https://bitkeks.eu/blog/2020/03/desktop-video-streaming-serv...
The nginx module also supports DASH encoding, which can be delivered by dash.js - I have it in production, but not yet updated the article. Next I'll try setting up SRT.
Dokuwiki and optionally Mediawiki seem to go a long way in shared environments. For personal use, https://zim-wiki.org is my favorite right now. It uses files as the storage backend and can therefore be tracked and shared via git. Features are extendable via plug-ins.
As others have mentioned, using one single central tool is crucial, even if it is only used for references to external tools (e.g. reference to pads). It should represent the first point of entrance in the search for knowledge in any team.
This also includes the possibility of migration, export, and self-hosting to have full access and backups at any time.
Dokuwiki is great. Self-hosted, low requirements (no DB, just php), easy to maintanin, plain text files so data always accessible. It's a wiki so easy to edit and publish; readers can register and contribute.
It basically reads a list of feed URLs, with categories, loads and parses them and writes out a simple HTML page with the headlines. Saves me a lot of trouble - just run it on a web server and publish the created HTML files in a directory.