Commit Graph

26 Commits

Author SHA1 Message Date
PhracturedBlue
3cc0102090 Support listening on unix domain socket (#3328)
* Support connection on unix domain socket

* Better support for unix domain sockets

* Document Unix Domain sockets

* Fix typos caught by review
2024-01-29 13:43:45 +01:00
Justin Lee
294b7c7a85 update docker-compose.yml for Docker Compose version v2.24.1 (#3626) 2024-01-21 18:05:45 +01: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
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
Benoit Masson
59d81c8105 Update grafana rule to limit to teslamate host (#1937)
useful if you share an already running traefik or have multiple domain
2021-08-30 12:14:37 +02: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
97ac8f2b19 Bump traefik to v2.4 (#1496) 2021-03-31 23:20:56 +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
Peter Boothby
19352545a8 updated traefik guide to use a single public hostname instead of two (#1101)
* Fix overlapping timestamps in Discrete map

Fix overlapping timestamps in Discrete map of state changes by adding 1 second to start times for charging_processes, drives and updates tables.

* Update traefik.md

Edited to show how to configure with a single public hostname instead of two as in the original guide.

* Lowercase header key

Co-authored-by: Adrian Kumpf <adrian.kumpf@posteo.de>
2020-12-01 17:49:30 +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
daf29a5ac3 Update links to other documents 2020-07-26 13:25:14 +02:00
Adrian Kumpf
f234283baf Update docs 2020-04-26 10:00:44 +02:00
Adrian Kumpf
6dc03fdb21 Update traefik docs 2020-04-25 22:23:23 +02:00
Tobias Lindberg
e1609d5423 Fixing a few things in the docs.. (#611)
* adding swedish translation

* adding comments from endlish errors.po

* adding new translations for swedish

* fix #524 of adriankumpf/teslamate

* adding translation for geo-fence in swedish

* fixing translation of charge limit in swedish

* fixiing translation of mileage in swedish

* Fix typos

* adding swedish translations

* adjustment of swedish translation suggested by Thomas Hennig

* MQTT_HOST default should be 127.0.0.1 for screen, as in systemd

* adding drop_cap to traefik example, which all other guides have

* removing quotation marks around ports for portainer

* adjusting volumes for portainer to match other guides

Co-authored-by: Adrian Kumpf <adrian.kumpf@posteo.de>
2020-04-20 15:03:55 +02:00
oittaa
2d4971a5c6 traefik v2.2 (#603)
https://docs.traefik.io/v2.2/migration/v2/#v21-to-v22
2020-04-19 12:44:00 +02:00
DrMichael
4288e187c8 Add portainer to the documentation (#581)
* Create portainer

Created portainer installation description.

* Update portainer

* Update sidebars.js

Added portainer

* Rename portainer to portainer.md

* Update portainer.md

* Fix JSX syntax errors

Co-authored-by: Adrian Kumpf <adrian.kumpf@posteo.de>
2020-04-14 11:51:47 +02:00
Adrian Kumpf
adca2fc4f4 Update docs 2020-04-11 16:07:09 +02:00