-
-
Notifications
You must be signed in to change notification settings - Fork 325
Offline or Selfhosted Apps
Attila Kerekes edited this page Dec 22, 2022
·
2 revisions
(Work in progress)
The steps below should describe how to get a fully self hosted version of Heimdall with all apps. Note: For obvious reason the automatic update functionality for the apps will be lost this way.
- Download the apps in a zip from https://github.com/linuxserver/Heimdall-Apps to your web server root, for example
/var/www/Heimdall-Apps
(or download zip and extract it there) - create a new vhost e.g. heimdall-apps.local document root to
/var/www/Heimdall-Apps/dist
- edit /var/www/Heimdall-Apps/CNAME to your hostname e.g.
heimdall-apps.local
- run again:
node /var/www/Heimdall-Apps index.js
- in your Heimdall installtion add to: .env
APP_SOURCE=https://heimdall-apps.local/dist/
and your good to go.
Thanks to Philip L. for providing the steps.