Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 1.18 KB

File metadata and controls

35 lines (24 loc) · 1.18 KB

First steps after installation

  1. Open the app's URL. You will land on Heimdall's empty dashboard.

  2. Create your first user under Settings → Users → Add and enable login protection. Heimdall starts with no admin user; the dashboard is publicly viewable until you add a user and enable authentication.

  3. Optionally enable 2FA per user in the same settings page.

  4. Add your first tile via the + button on the dashboard. Heimdall ships with templates for hundreds of common selfhosted apps (Paperless-NGX, Nextcloud, Vaultwarden, …); pick one to autofill name, icon and colour.

  5. Heimdall's Application Settings → Search Provider lets you turn the dashboard into a default search page (DuckDuckGo, Bing, Custom).

Logs

cloudron logs --app $CLOUDRON-APP-FQDN -f

Apache's access and error logs stream to the same channel.

Persistent data

Everything under /app/data is backed up:

  • /app/data/database.sqlite — Heimdall's SQLite database (users, tiles, layout)
  • /app/data/.env — Laravel runtime configuration (APP_KEY, mail settings)
  • /app/data/storage/ — uploaded icons, session files, framework cache, application logs