You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When installing, I have set my Lutim instance to be accessible to YNH users only. Despite that, shared images should be accessible by everybody as described here :
help.en = "If you set Lutim as visitors, everyone will be able to upload images and share them.<br>But even if not public, everyone can see an image from a link shared with your Lutim."
It is not the case, shared images are locked behind the SSO.
Context
Hardware: VPS bought online
YunoHost version: 11.2.27
I have access to my server: Through SSH | through the webadmin
Are you in a special context or did you perform some particular tweaking on your YunoHost instance?: no
Using, or trying to install package version/branch: 0.17.0~ynh1
help.en = "If you set Lutim as visitors, everyone will be able to upload images and share them.<br>But even if not public, everyone can see an image from a link shared with your Lutim."
Upload should be limited to YNH users while viewing of uploaded images should be available to everybody
Other attemps
I have tried to install the app as public and obviously it is accessible without being logged in. Changing it afterwards to YNH users only leads to the same incorrect behaviour as described in the issue above.
My knowledge of Linux/NGINX is not good enough for me to try to tinker with the config files, that said, I did not find anything in the config files of this repo that would suggest the behaviour described in manifest.toml is actually implemented (but I could be very wrong there).
Either way, thank you for your work on this app (and YNH) and please let me know if there is anything else that I can do.
The text was updated successfully, but these errors were encountered:
I don't see any nginx config that would allow accessing the uploaded images without login, thus I wonder why it says that this is possible... Maybe I'll look into nginx config for that
Describe the bug
When installing, I have set my Lutim instance to be accessible to YNH users only. Despite that, shared images should be accessible by everybody as described here :
lutim_ynh/manifest.toml
Line 38 in 319b762
It is not the case, shared images are locked behind the SSO.
Context
Steps to reproduce
Expected behavior
It is described here:
lutim_ynh/manifest.toml
Line 38 in 319b762
Upload should be limited to YNH users while viewing of uploaded images should be available to everybody
Other attemps
I have tried to install the app as public and obviously it is accessible without being logged in. Changing it afterwards to YNH users only leads to the same incorrect behaviour as described in the issue above.
My knowledge of Linux/NGINX is not good enough for me to try to tinker with the config files, that said, I did not find anything in the config files of this repo that would suggest the behaviour described in
manifest.toml
is actually implemented (but I could be very wrong there).Either way, thank you for your work on this app (and YNH) and please let me know if there is anything else that I can do.
The text was updated successfully, but these errors were encountered: