YunoHost / issues

General issue tracker for the YunoHost project
72 stars 8 forks source link

Allow installing an app "under" the subpath of another #2468

Open Salamandar opened 3 weeks ago

Salamandar commented 3 weeks ago

A use case :

We could have an app setting allow_app_under_path or something equivalent to declare that another app can be installed under it.

zamentur commented 3 weeks ago

For now it's totally forbidden to install an app on a subpath of another.I guess we could decide to allow it after making a curl check on the subpath. If it's 403, the subpath is already in use, if it's a 404, we could tolerate the choice of the admin... BUT, this approach has some limitations: