Heimdall icon indicating copy to clipboard operation
Heimdall copied to clipboard

Installing Custom Apps: Could not open input file: artisan

Open ThunderTechnologies opened this issue 1 year ago • 3 comments

I apologize if this is really simple or obvious. I've searched and have been unable to find a solution (and php is not my strong suit)

I've installed Heimdall (2.6.1) within docker on an ubuntu (22.04) server following these instructions: https://github.com/linuxserver/Heimdall/discussions/778

Now I'm trying to add an Enhanced App (specifically the APCUPSD app). I'm using these instructions: https://home-automation-india.github.io/docker-and-self-hosted-apps/heimdall/

When I get to step 6 and run: php artisan register:app APCUPSDUPSNetworkMonitor I get the result: Could not open input file: artisan

Any help on this would be greatly appreciated.

ThunderTechnologies avatar Jul 29 '24 20:07 ThunderTechnologies

This issue has been automatically marked as stale because it has not had recent activity. This might be due to missing feedback from OP. It will be closed if no further activity occurs. Thank you for your contributions.

LinuxServer-CI avatar Aug 29 '24 15:08 LinuxServer-CI

I found my artisan file in /app/www

so use

cd /app/www
php artisan register:app APCUPSDUPSNetworkMonitor

It worked for though

LordSexy avatar Aug 30 '24 14:08 LordSexy

This issue has been automatically marked as stale because it has not had recent activity. This might be due to missing feedback from OP. It will be closed if no further activity occurs. Thank you for your contributions.

LinuxServer-CI avatar Sep 29 '24 15:09 LinuxServer-CI

If there is an enhanced app available it will already be in the list, downloading just generates a template for someone to create an enhanced app, it isn't an enhanced app by itself.

KodeStar avatar Nov 04 '24 10:11 KodeStar

This issue is locked due to inactivity

github-actions[bot] avatar Dec 04 '24 15:12 github-actions[bot]