Archivebox CLI commands

The official docs for Archivebox say to use the SSH Command Line to issue commands similar to this topic

I cannot find the executable to run it on an SSH session into my Yunohost (running on a Lenovo Mini PC on the bare metal) - what am I doing wrong?

Given all apps are now packaged using v2 format you should be able to use interactive shell feature to enter a shell, as a correct user, in the right directory. With that and some hackery based on archivebox_ynh/scripts/install at af3446fc08d1d2039496ae2f35af1ada4d0758e8 · YunoHost-Apps/archivebox_ynh · GitHub you should be able to:

sudo yunohost app shell archivebox
source venv/bin/activate
venv/bin/archivebox <**some command you wish to run**>
2 Likes

Thank you so much that has fixed my problem