Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Heimdall: application list out-of-the-box #98

Open
yscialom opened this issue Jan 2, 2023 · 2 comments
Open

Heimdall: application list out-of-the-box #98

yscialom opened this issue Jan 2, 2023 · 2 comments
Labels
type:enhancement New feature or request

Comments

@yscialom
Copy link
Owner

yscialom commented Jan 2, 2023

Currently, heimdall application dashboard is empty at first start-up and needs to be manually configured, including the creation of application tokens for some services to recover metrics.

This surely could be done automatically.

@yscialom yscialom added the type:enhancement New feature or request label Jan 2, 2023
@glevil
Copy link
Collaborator

glevil commented Jan 21, 2023

Answer start here : https://github.com/linuxserver/Heimdall-Apps
=> file need to be added on directories "heimdall>data>SupportedApps" and "heimdall>data>icons".

=> problem: I don't resolved how to load URL in php files or app.json file.

@yscialom
Copy link
Owner Author

Idea: if acme.stagging is true, download and install the fake CA certificate into heimdall.

docker-compose exec heimdall bash
cd /usr/local/share/ca-certificates
curl -O https://letsencrypt.org/certs/staging/letsencrypt-stg-root-x1.pem
update-ca-certificates

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants