Skip to content

Commit

Permalink
Add ignored tooling list
Browse files Browse the repository at this point in the history
  • Loading branch information
LukasMasuch committed Sep 19, 2019
1 parent a777dfe commit c61cf6c
Show file tree
Hide file tree
Showing 2 changed files with 62 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
Expand Up @@ -2,7 +2,6 @@
environment/
logs/
*.log
.workspace/

# IntelliJ
target/
Expand Down
62 changes: 62 additions & 0 deletions resources/home/.workspace/tools/1-workspace-tools.json
@@ -0,0 +1,62 @@
[
{
"id": "vnc-link",
"name": "VNC",
"url_path": "/tools/vnc/?password=vncpassword",
"description": "Desktop GUI for the workspace"
},
{
"id": "ungit-link",
"name": "Ungit",
"url_path": "/tools/ungit/#/repository?path=%2Fworkspace",
"description": "Interactive Git interface"
},
{
"id": "jupyterlab-link",
"name": "JupyterLab",
"url_path": "/lab",
"description": "Next-gen user interface for Jupyter"
},
{
"id": "vscode-link",
"name": "VS Code",
"url_path": "/tools/vscode/",
"description": "Visual Studio Code webapp"
},
{
"id": "terminal-link",
"name": "Terminal",
"url_path": "/terminals/1",
"description": "Open a command-line interface"
},
{
"id": "netdata-link",
"name": "Netdata",
"url_path": "/tools/netdata/",
"description": "Monitor hardware resources"
},
{
"id": "glances-link",
"name": "Glances",
"url_path": "/tools/glances/",
"description": "Monitor hardware resources"
},
{
"id": "filebrowser-link",
"name": "Filebrowser",
"url_path": "/shared/filebrowser/files/?token=admin",
"description": "Browse and manage workspace files"
},
{
"id": "access-port-button",
"name": "Access Port",
"url_path": "",
"description": "Access any workspace internal port"
},
{
"id": "ssh-access",
"name": "SSH",
"url_path": "",
"description": "Setup SSH connection to the workspace"
}
]

0 comments on commit c61cf6c

Please sign in to comment.