Commit Graph

21 Commits

Author SHA1 Message Date
Jakob Lichterfeld
dbf23faa31 doc: remove update steps in installation instructions and link to maintenance section 2024-03-28 08:58:05 +01:00
Jakob Lichterfeld
ed6b4e7629 doc: version tag in docker-compose.yml is obsolete since docker 25.05
closes: #3761
2024-03-22 09:12:36 +01:00
Dulanic
695cb4911f Update docker.md
resolves #3320
2023-11-13 18:51:55 -06:00
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
8756c66bca Fix typos 2023-02-03 21:20:10 +01: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
Adrian Kumpf
fff6915e73 Disable anonymous login to Grafana 2022-01-12 00:23:16 +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 7f84b1c99a6c25141b3f83034b67aa5a25ad3349.

Co-authored-by: Adrian Kumpf <8999358+adriankumpf@users.noreply.github.com>
2021-05-02 13:55:34 +02:00
Adrian Kumpf
90dedcb0d5 Fix typo 2021-01-03 23:06:22 +01:00
Frank van Boven
3beb8161aa Add Docker update documentation (#1170) 2021-01-03 21:35:59 +01:00
Adrian Kumpf
0831124f08 Update sample docker-compose configs 2020-10-05 12:25:49 +02:00
Adrian Kumpf
daf29a5ac3 Update links to other documents 2020-07-26 13:25:14 +02:00
Adrian Kumpf
6620a2491f Update dependencies 2020-04-11 20:51:25 +02:00
Adrian Kumpf
adca2fc4f4 Update docs 2020-04-11 16:07:09 +02:00
Adrian Kumpf
c6b265788c Migrate docs to docusaurus
Fixes #564
2020-04-07 19:32:18 +02:00