alnoda-workspaces/workspaces/base-workspace/mkdocs/docs/pages/home/home.md

3.1 KiB

{% set tools = [ { "env": "TERMINAL_URL", "name": "Terminal", "image": "Terminal.png", "description": "Full-fledged WEB-based Command Line Interface" }, { "env": "FILEBROWSER_URL", "name": "File Browser", "image": "Filebrowser.png", "description": "Browse, upload and download files and folders to and from the Workspace" }, { "env": "CRONICLE_URL", "name": "Cronicle", "image": "Cronicle.jpg", "description": "Schedule jobs, manage schedules, observe and monitor executions (user/pass - admin/admin)" }, { "env": "UNGIT_URL", "name": "Ungit", "image": "Ungit.jpg", "description": "Manage Git repositories and work flow using beautiful UI" }, { "env": "STATICFS_URL", "name": "Static File Server", "image": "Static-server.png", "description": "Serve any static websites like a breeze" }, { "env": "MC_URL", "name": "M.Commander", "image": "MC.jpg", "description": "Feature rich visual file manager with internal text viewer and editor" }, { "env": "HTOP_URL", "name": "Resource monitor", "image": "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 %}