bigbluebutton / greenlight

A really simple end-user interface for your BigBlueButton server.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Commit e58cea0 breaks logo&avatar uploads

Ithanil opened this issue · comments

Since the Greenlight container is now running as user greenlight, it cannot anymore write to /usr/src/app/storage, where avatar and logo images are stored.

storage directory needs to be owned by greenlight and if storage is bind-mounted from host filesystem, the directory needs userid 999 as owner there. That means the gl-install.sh method will also be broken without modification.

@danimo

Good catch!

Fair point, we have our own Dockerfile and Kubernetes deployment which does that.

Thanks for testing @Ithanil