GitLab CE
Self-hosted Git + issues + CI/CD pipelines. Tip: Add your SSH key in Settings → SSH Keys, then enable 2FA before pushing code.
GitLab Pages
Host internal documentation or microsites. Tip: Use a pages
branch and enable Pages in your project settings.
Nextcloud
Collaborate on files, calendars, and contacts. Tip: Install the desktop client to auto-sync project folders.
Vaultwarden
Secure vault for passwords and TOTP codes. Tip: Use the browser extension for one-click logins and enable auto-lock timeout for extra security.
Open-WebUI
Web-based interface for running Stable Diffusion. Tip: Upload your model files under “Models” and experiment with different prompt configurations.
Ollama
Local LLM inference with HTTP API. Tip: Pull models with ollama pull
and test using curl http://ollama.leapfrognuclear.us/v1/chat/completions
.
PlantUML
Generate UML diagrams from text via REST. Tip: Integrate into CI—commit .puml
files and render diagrams automatically.
LaTeX / Pandoc
Convert Markdown ↔ PDF/Word. Tip: Mount your docs folder; run pandoc -s input.md -o output.pdf
in a container shell.
Zotero Library
Access our shared research library. Tip: Use the Zotero desktop app or web client; sync collections automatically.
JupyterLab
Interactive Python notebooks for analysis. Tip: Map a host folder under notebooks/
and install extra kernels as needed.
Python Docs
The official Python documentation. Tip: Bookmark frequently used modules for quick lookup.
Public Website
Visit our public-facing site for company news and updates. Note: External link.