Commit Graph

16 Commits

Author SHA1 Message Date
Eden Yemini
c8b0df802f Docker compose command fixes (#3025)
* Replace `docker-compose` commands with `docker compose`

* Use official and up to date documentation for Docker and Compose installation

* Revert IDE automatic style changes

* Fix a dash from merging the upstream
2023-06-12 12:13:41 +02:00
Adrian Kumpf
b79a4544fb Bump recommended Postgres version to 15 2023-06-11 01:14:43 +02:00
Adrian Kumpf
a6bea752c8 Bump Docker images 2022-06-24 16:25:09 +02:00
Adrian Kumpf
0d6e288c70 Encrypt API tokens (#2360)
Store API tokens encrypted in the database.

During the database migration a randomly generated key will be used encrypt the tokens if no ENCRYPTION_KEY environment variable was provided.

If the application is started without the presence of an ENCRYPTION_KEY (or if the key failed to decrypt the existing tokens), the UI will display a warning with further instructions.
2022-02-18 17:03:13 +01:00
DrMichael
27dc029254 Added ProxyPreserveHost On to the Grafana entries in Apache2 config (#2471) 2022-02-18 14:21:57 +01:00
Adrian Kumpf
c0e4a0bee4 Update installation guides 2022-01-12 00:14:41 +01:00
Erik Billerby
a6a45ff325 Added a note about RAM needed after having issues, also a small clarification on where to place the .env file in the advanced guide. (#1857) 2021-07-24 12:37:30 +02:00
Adrian Kumpf
6cfb2a24cf Revert "postgres to alpine and runs on to latest ubuntu (#1576)"
This reverts commit 6050dc53f3.

The alpine images don't work on the Raspberry Pi because its package
sources contains an old version of libseccomp, which causes the time to
be at 1970: https://github.com/docker-library/postgres/issues/812
2021-05-03 16:39:49 +02:00
Adrian Kumpf
4284e04b05 Update Mosquitto version used in docker-compose examples 2021-05-03 11:30:21 +02:00
Tobias Lindberg
6050dc53f3 postgres to alpine and runs on to latest ubuntu (#1576)
* using ubuntu-latest instead of ubuntu-18.04

* appending -alpine to postgres

on workflow and in documentations

* Revert "using ubuntu-latest instead of ubuntu-18.04"

This reverts commit 7f84b1c99a.

Co-authored-by: Adrian Kumpf <8999358+adriankumpf@users.noreply.github.com>
2021-05-02 13:55:34 +02:00
Tobias Lindberg
27e4117f4f Updating docks with minor things (#1287)
* removing user param from grafana section

* switching to Berlin as timezone

* updating htpass to BCrypt encryption mode
2021-02-03 17:56:23 +01:00
Juanky
b2654f0e63 Update apache.md (#1124)
Grafana needs its own certificate
2020-12-19 21:49:48 +01:00
Adrian Kumpf
0831124f08 Update sample docker-compose configs 2020-10-05 12:25:49 +02:00
Adrian Kumpf
35add49583 Update Apache example config to not require auth for WS
Closes #952
2020-10-03 13:16:15 +02:00
Adrian Kumpf
f234283baf Update docs 2020-04-26 10:00:44 +02:00
Adrian Kumpf
adca2fc4f4 Update docs 2020-04-11 16:07:09 +02:00