Skip to content

Commit

Permalink
Made logo file customizable (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
Crivella authored Sep 25, 2023
1 parent 3458e10 commit 922df1a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions defaults/main.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
aiidalab_logo_file: aiidalab_wide.png
aiidalab_apache_config: apache.conf
aiidalab_server_config: jupyterhub_config.py
aiidalab_server_mem_limit: 4G # memory limit per user
Expand Down
2 changes: 1 addition & 1 deletion tasks/jupyterhub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@

- name: copy aiidalab logo
copy:
src: aiidalab_wide.png
src: "{{ aiidalab_logo_file }}"
dest: /etc/jupyterhub/
owner: root
group: root
Expand Down

0 comments on commit 922df1a

Please sign in to comment.