Skip to content

Files

Latest commit

 

History

History

gotify

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Gotify

Requirements

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

Setup

.env file

Change the domain in the .env file to your domain.

DOMAIN="example.com"
$ cd gotify
$ docker-compose up -d

or use the script in the root directory of this repo

./docker.sh -S proxy -r
./docker.sh -S gotify -r

Done. Now open https://push.example.com. Default login: username: admin password: admin

Source