Skip to content

Commit

Permalink
Add shortcut
Browse files Browse the repository at this point in the history
  • Loading branch information
unkcpz committed May 30, 2023
1 parent 2b95d62 commit 693d22b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,6 @@ Vagrant.configure(2) do |config|
d.run "ghcr.io/aiidalab/qe:pr-381",
daemonize: true,
restart: "always",
args: "-e JUPYTER_TOKEN='easy' -p 8899:8888 -v /var/aiidalab_volume:/home/jovyan"
args: "-e JUPYTER_TOKEN='max' -p 8899:8888 -v /var/aiidalab_volume:/home/jovyan"
end
end
8 changes: 4 additions & 4 deletions local/tasks/aiidalab.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@
src: images/aiidalab-qe-logo.png
dest: /usr/share/icons/

- name: create desktop shortcut to Jupyter Lab
- name: create desktop shortcut to AiiDALab
copy:
dest: "${HOME}/Desktop/jupyterlab.desktop"
dest: "${HOME}/Desktop/aiidalab.desktop"
mode: "0753"
content: |
[Desktop Entry]
Encoding=UTF-8
Name=AiiDAlab QE
Comment=Launch AiiDAlab QE
Exec={{ vm_browser }} "http://localhost:8899/?token=easy"
Exec={{ vm_browser }} "http://localhost:8899/apps/apps/quantum-espresso/qe.ipynb?token=max"
Terminal=false
Icon=/usr/share/icons/aiidalab-qe-logo.png
Type=Application

0 comments on commit 693d22b

Please sign in to comment.