linuxserver / Heimdall

An Application dashboard and launcher
MIT License
7.91k stars 551 forks source link

Installing Custom Apps: Could not open input file: artisan #1359

Closed ThunderTechnologies closed 3 weeks ago

ThunderTechnologies commented 4 months ago

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.

LinuxServer-CI commented 3 months ago

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.

LordSexy commented 3 months ago

I found my artisan file in /app/www

so use

cd /app/www
php artisan register:app APCUPSDUPSNetworkMonitor

It worked for though

LinuxServer-CI commented 2 months ago

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.

KodeStar commented 3 weeks ago

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.