How to trigger a rescan?
-
@jdaviescoates yeah this is not the cloudron cli, this is the one of navidrome. So you just open up a web-terminal window from the app and paste that command in there.
-
-
@jdaviescoates such a button would be nice, however it is basically impossible to figure out what your Cloudron dashboard domain is from the docs perspective to craft such a url
-
@jdaviescoates such a button would be nice, however it is basically impossible to figure out what your Cloudron dashboard domain is from the docs perspective to craft such a url
@nebulon I'm confused. I haven't said anything about a button!
I'm just suggesting that you improve the navidrome docs at https://docs.cloudron.io/apps/navidrome/#cli to make it clearer how to trigger a scan, i.e.
To trigger a scan open up the web terminal for your Navidrome app and paste this command
gosu cloudron:cloudron /app/code/navidrome -c /app/data/config.toml scan -f -
@nebulon I'm confused. I haven't said anything about a button!
I'm just suggesting that you improve the navidrome docs at https://docs.cloudron.io/apps/navidrome/#cli to make it clearer how to trigger a scan, i.e.
To trigger a scan open up the web terminal for your Navidrome app and paste this command
gosu cloudron:cloudron /app/code/navidrome -c /app/data/config.toml scan -f -
@jdaviescoates ah of course, I've added a line for that now in the docs.
@nebulon thanks. Seems like you need to keep the browser web terminal window open until the process finishes too? I guess perhaps add something about that too?
-
The app package does not contain
screenso one option would be to ssh into the server and use screen there (apt install screenif not installed, that should be fine). You can thendocker exec -ti <appid or containerid> /bin/bashin the screen session and trigger the rescan.

