InvoiceShelf, manually add module?

What app is this about, and its version: InvoiceShelf 2.1.1
What YunoHost version are you running: 12.1.36 (stable)
What type of hardware are you using: VPS bought online

Describe your issue

Hi there,

I just installed this app and it’s GREAT. I wanted to install their whitelabel module from github, but it doesn’t appear to be possible on Yunohost? Kindly let me know if it is and how. Couldn’t find anything about it online.

I could possibly install the module via the install modules section within the app’s settings, however the invoiceshelf website is DOWN atm.

Thanks a ton!
SVT

Share relevant logs or error messages

None

Welcome!

Here is what should work, based on the module’s installation instructions:

yunohost app shell invoiceshelf
# this will open a dedicated shell for the app, with appropriate directories and php version loaded
cd Modules
wget https://github.com/InvoiceShelf/module-whitelabel/releases/download/v1.1.3/Whitelabel.zip
unzip Whitelabel.zip -d Whitelabel
rm Whitelabel.zip
cd ..
php artisan install:module WhiteLabel 1.1.3

Check the module is indeed installed by loading the app site.

You can also open an issue in the InvoiceShelf github about the website down

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.