alnoda-workspaces/workspaces/mkdocs-workspace/mkdocs
2022-07-20 17:08:36 +00:00
..
about.md mkdocs, notebooks, postgres workspaces 2022-07-20 17:08:36 +00:00
alnoda-dark.svg mkdocs, notebooks, postgres workspaces 2022-07-20 17:08:36 +00:00
alnoda-white.svg mkdocs, notebooks, postgres workspaces 2022-07-20 17:08:36 +00:00
helpers.py mkdocs, notebooks, postgres workspaces 2022-07-20 17:08:36 +00:00
IDE.jpg mkdocs, notebooks, postgres workspaces 2022-07-20 17:08:36 +00:00
Magicspace-web.png mkdocs, notebooks, postgres workspaces 2022-07-20 17:08:36 +00:00
mkdocs.yml mkdocs, notebooks, postgres workspaces 2022-07-20 17:08:36 +00:00
README.md mkdocs, notebooks, postgres workspaces 2022-07-20 17:08:36 +00:00
showcase.md mkdocs, notebooks, postgres workspaces 2022-07-20 17:08:36 +00:00

{% set tools = [ { "env": "IDE_URL", "name": "IDE", "image": "assets/home/IDE.jpg", "description": "Browser-based version of Visual Studio Code. Develop in any language, install hundreeds of extensions" }, { "env": "TERMINAL_URL", "name": "Terminal", "image": "assets/home/Terminal.png", "description": "Full-fledged browser-based terminal with Z-shell" }, { "env": "FILEBROWSER_URL", "name": "File Browser", "image": "assets/home/Filebrowser.png", "description": "Browse, upload and download files and folders to and from the Workspace" }, { "env": "MKDOCS_LIVE", "name": "MkDocs live server", "image": "assets/home/Magicspace-web.png", "description": "Serve your MkDocs project with live reload. For example, cd /home/examples/mkdocs-material; mkdocs serve -a 0.0.0.0:8030" }, { "env": "CRONICLE_URL", "name": "Cronicle", "image": "assets/home/Cronicle.jpg", "description": "Schedule jobs, manage schedules, observe and monitor executions (user/pass - admin/admin)" }, { "env": "UNGIT_URL", "name": "Ungit", "image": "assets/home/Ungit.jpg", "description": "Manage Git repositories and work flow using beautiful UI" }, { "env": "STATICFS_URL", "name": "Static File Server", "image": "assets/home/Static-server.png", "description": "Serve any static websites like a breeze" }, { "env": "MC_URL", "name": "M.Commander", "image": "assets/home/MC.jpg", "description": "Feature rich visual file manager with internal text viewer and editor" }, { "env": "HTOP_URL", "name": "Process monitor", "image": "assets/home/Htop.jpg", "description": "Monitor running process and resource utilization" } ] %}

{% for tool in tools %} {% set tool_url = get_tool_url(tool.env) %}
{{ tool.name }}
{{ tool.description }}
{% endfor %}