Skip to content

Creating Private Apps

KodeStar edited this page Nov 6, 2018 · 5 revisions

Some apps you may not want to share publicly, they are for your own private use, this is how you do that.

Go to https://apps.heindall.site, depending if the app is a foundation or enhanced ap go to the relevant section and download the Zip for any application (More actions).

  • Extract the zip and rename the folder
  • Rename the appname.php to exactly match your folder name
  • Open the app.json, change the name field to exactly match the folder name, change the appid to something unique.
  • Go to the root of the app and type php artisan register:app Foldername.

If you are running the docker image, the SupportedApps folder is in the config folder and you will need to run docker exec -it heimdall bash then cd /var/www/localhost/heimdall/ to run the command.

Clone this wiki locally