Skip to content

Releases: krypton-messenger/docker_server

v1.0.0

20 Jan 10:42
Compare
Choose a tag to compare
bugfix on .env files and more certbot instructions

Krypton Server Beta Release

04 Nov 20:15
57951b6
Compare
Choose a tag to compare
Pre-release

installation:

  1. download the sourcecode and extract it
  2. mount your persistent drives .encryptedFiles and .mysql into the extracted folder
  3. configure *.env (passwords, domains, limitations etc.)
  4. edit docker-compose.yml if you don't like the default ports
  5. cd to the project folder and run sudo docker-compose up -d --build && sudo docker-compose logs -f

Krypton Server Alpha Release

12 Aug 15:37
Compare
Choose a tag to compare
Pre-release

installation:

  1. download the sourcecode and extract it
  2. mount your persistent drives .encryptedFiles and .mysql into the extracted folder
  3. configure *.env (passwords, domains, limitations etc.)
  4. edit docker-compose.yml if you don't like the default ports
  5. cd to the project folder and run sudo docker-compose up -d --build && sudo docker-compose logs -f