Skip to content

Submitting an app

KodeStar edited this page Jul 3, 2019 · 5 revisions

If you want to add an app to the database it's very easy, just follow these steps.

  1. Fork https://github.com/linuxserver/Heimdall-Apps
  2. Go to https://apps.heimdall.site/ and see if the application already exists.
    • If it exists as a foundation app, but you want to turn it into an enhanced app, then simply click the button to request an enhanced app and it will be added back into the request queue, then go to step 3.
    • If it's already in the queue, go to step 3.
    • If it doesn't already exist follow https://github.com/linuxserver/Heimdall-Apps/wiki/Requesting-Apps to create a request first, it's very important that you do this first, then go to step 3.
  3. Click on either the Foundation or Enhanced download button depending on what kind of app you are submitting.
  4. Create a new branch specific for the app
  5. Extract the zip into your new branch on your forked repository and push the changes back up.
  6. Create a PR back to the master list.

Please read the image requirements page The image requirements should have been followed when the request was made, but if not please make sure they are followed before submitting the PR

Below is a link to a video showing you the easiest way to do this, however it doesn't have the step for creating a branch, you can see how to do that part in this video that details editing current apps

Fulfilling an app request

Clone this wiki locally