Skip to content
Snippets Groups Projects
customize-cozy.sh 776 B
Newer Older
#!/bin/bash
docker-compose exec cozy ./cozy assets add --url file:///tmp/assets/default-wallpaper.jpg --name /images/default-wallpaper.jpg --context open-id-connect
docker-compose exec cozy ./cozy assets add --url file:///tmp/assets/default-wallpaper.jpg --name /images/default-wallpaper.jpg --context default

# `/styles/theme.css`: a CSS file where you can override the colors and put other CSS rules
# `/favicon-16x16.png` and `/favicon-32x32.png`: the two variants of the favicon
# `/apple-touch-icon.png`: the same but for Apple
# `/images/default-avatar.png`: the image to use as the default avatar
# `/images/default-wallpaper.png`: the image to use as the default wallpapper on the home
# `/images/icon-cozy-home.svg`: the home icon used and displayed by the cozy-bar