diff --git a/assets/icons/OpenU.png b/assets/icons/OpenU.png new file mode 100644 index 0000000..3a53b58 Binary files /dev/null and b/assets/icons/OpenU.png differ diff --git a/config/bookmarks.yaml b/config/bookmarks.yaml index 2b82ea7..28c3761 100644 --- a/config/bookmarks.yaml +++ b/config/bookmarks.yaml @@ -7,10 +7,16 @@ - abbr: GH href: https://github.com/ -- Social: - - Reddit: - - abbr: RE - href: https://reddit.com/ +- Study: + - OpenU: + - icon: icons/OpenU.png + href: https://www.openu.ac.il/ + - Univeli: + - abbr: UVI + href: https://www.univeli.com/ + - Mishay: + - abbr: MSY + href: https://www.mishay.co.il/ - Entertainment: - YouTube: diff --git a/docker-compose.yaml b/docker-compose.yaml index 2f25bca..8d9cf8c 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -6,4 +6,5 @@ services: - 3000:3000 volumes: - ./config:/app/config # Make sure your local config directory exists + - ./assets/icons:/app/public/icons # Make sure your local config directory exists - /var/run/docker.sock:/var/run/docker.sock # (optional) For docker integrations \ No newline at end of file