movim / movim_ynh

[UNMAINTAINED -> go to YunoHost-Apps/movim_ynh]
https://github.com/YunoHost-Apps/movim_ynh
Other
13 stars 6 forks source link

Missing YunoHost tile #36

Closed JimboJoe closed 7 years ago

JimboJoe commented 7 years ago

Add the required block to nginx configuration file:

# Include SSOWAT user panel.
include conf.d/yunohost_panel.conf.inc;

In case you fear it will make the app unusable because the tile button is on top of the send button by default, don't forget you can drag&drop it ;-)

Note: This will be required if we want this YunoHost package to become an official one.

src386 commented 7 years ago

I need to check it out, there's probably a reason why I commented the code in the vhost (but I don't remember, it was like 1y ago).

https://github.com/movim/movim_ynh/blob/master/conf/nginx.conf#L61

src386 commented 7 years ago

Done