YunoHost / issues

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

Highlight app installation from a folder / from an url #2120

Open selfhoster1312 opened 1 year ago

selfhoster1312 commented 1 year ago

Custom apps can only be installed via http(s) git remote. For testing, it is nice to allow local absolute path to git repo.

tituspijean commented 1 year ago
# yunohost app install --help
      usage: yunohost app install app
                            [-h] [-l LABEL] [-a ARGS] [-n] [-f]

Install apps

positional arguments:
  app                   Name, local path or git URL of the app to install

optional arguments:
...

Isn't the CLI enough to do so?

selfhoster1312 commented 1 year ago

It works, thanks! It will do the trick for me. I will leave the bug open because i think it should be fixed, or documented on webdocs and in the web interface to add application.

selfhoster1312 commented 1 year ago

It's actually mentioned in the packaging docs. Should probably be added in other places where talking about adding applications.