Skip to content

Files

Latest commit

 

History

History

heimdall

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Heimdall

Requirements

  • Docker
  • Docker-compose
  • traefik as a reverse proxy in front of it

Setup

.env file

Change the domain and the time zone in the .env.

DOMAIN="example.com"
TimeZone='Europe/Berlin'
$ cd heimdall
$ docker-compose up -d

or

./docker.sh -S heimdall -r

Done. Now open https://example.com or https://www.example.com heimdall

Source