Commit Graph

43 Commits

Author SHA1 Message Date
ivanovd
803f658f04 Update freebsd.md (#3462)
Another formatting error, hopefully the last one :)
2023-11-20 15:48:37 +01:00
ivanovd
376aae2d54 doc: fix code style in freebsd section (#3461)
Fixed a formatting error in the Elixir step
2023-11-20 15:38:04 +01:00
Dulanic
695cb4911f Update docker.md
resolves #3320
2023-11-13 18:51:55 -06:00
uqs
57d5d502c7 Fix FreeBSD install instructions (#3277)
- add missing shebang
- add optional mqtt username/password, so people can see how it needs to be spelled
- small markup fixes

Co-authored-by: DrMichael <DrMichael@users.noreply.github.com>
2023-11-13 16:51:33 +01:00
Brian May
96b836e2e3 Update pr0ps-trackmap-panel version in docs (#3385)
Fixes #3383
2023-11-13 07:12:43 -06:00
Adrian Kumpf
9df62aee54 Update repo URL 2023-11-12 19:30:36 +01:00
ivanovd
f29b288eb6 Update freebsd.md (#3394)
Updated the instructions. Tested on FreeBSD 13.2 jail - fresh install.
2023-11-12 18:13:20 +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
8756c66bca Fix typos 2023-02-03 21:20:10 +01:00
Victor Igumnov
88bd61936b Improve freebsd installation documentation (#2885)
* Update freebsd documentation, fix some instruction issues encountered.

* Fix a few typos

Co-authored-by: Victor Igumnov <victor.igumnov@ticketmaster.com>
2023-01-13 14:02:48 +01:00
Adrian Kumpf
fde306bbe3 Bump minimum supported Elixir version to 1.12
Related to #2777
2022-07-19 10:18:00 +02:00
Adrian Kumpf
816eeb608e Update Debian guide 2022-07-15 12:15:03 +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
Toni
41b9a1c4d7 DC charge curve scatter graph (#2093)
* DC charge curve scatter graph

* Display geofence name if possible

* Add natel-plotly-panel to plugins (docs)

Co-authored-by: Adrian Kumpf <8999358+adriankumpf@users.noreply.github.com>
2022-02-18 16:28:59 +01:00
Adrian Kumpf
b4b33af497 Migrate discrete-panels to native timeline panel 2022-01-21 17:31:38 +01:00
Adrian Kumpf
8dca810cfd Migrate Charging Stats dashboard
- New native pie charts
- Upgrade panodata-map-panel
2022-01-21 17:31:36 +01:00
rustikles
7662e3ebe6 Update freebsd.md (#2226)
Additional package dependencies for freebsd installations of teslamate.
2022-01-21 10:52:20 +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
Adrian Kumpf
70468ea762 Migrate from webpack to esbuild 2021-09-22 22:07:14 +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
Iulius
fd66b2c4d2 rc.d script updated (#1712)
adds data model migration to start up
2021-06-15 12:13:00 +02:00
Iulius
493177571f Documentation update: FreeBSD added (#1646)
* Create freebsd.md

Basic instruction how to install Teslamate on FreeBSD

* Small adjustments necessary for FreeBSD reflected

* Add empty line before closing tag

* Add FreeBSD guide to the sidebar

* Move FreeBSD upgrade instruction into separate tab

Co-authored-by: Adrian Kumpf <8999358+adriankumpf@users.noreply.github.com>
2021-06-04 12:04:04 +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
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
8a44481048 Update installation docs 2020-12-22 16:10:27 +01:00
Adrian Kumpf
0831124f08 Update sample docker-compose configs 2020-10-05 12:25:49 +02:00
Adrian Kumpf
05be81816c Update CHANGELOG 2020-10-03 14:29:22 +02:00
Adrian Kumpf
209b995ad7 Update instruction for checking out latest release
Closes #873
2020-08-27 19:57:30 +02:00
Adrian Kumpf
daf29a5ac3 Update links to other documents 2020-07-26 13:25:14 +02:00
Dulanic
1e34b9e92d Updated charging stats to show charging map (#666)
* Update charging-stats.json

Address https://github.com/adriankumpf/teslamate/issues/476 by adding world map of charges. Will need to add world map plugin also, addressing in different change.

* Update Dockerfile

Add worldmap panel plugin for update to dashboard.

* Update charging-stats.json

Updated initial zoom to a lower level zoom to get more local snapshots around main areas.

* Update charging-stats.json

update default zoom

* Update charging-stats.json

Enabled mouse wheel scroll due to default zoom being further out.

* Update Dockerfile

Replaced worldmappanel /w panodata modified world map panel.

* Update charging-stats.json

Changed to use panodata world map as will default zoom to data set. Updated query to build off kwh added vs # of charges and adjusted pct to be pct of max kwh vs % of total.

* Update charging-stats.json

Adjusted alignment

* Update installation guide with grafana-worldmap-panel

Co-authored-by: Adrian Kumpf <adrian.kumpf@posteo.de>
2020-05-02 13:11:35 +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
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
68c98aab20 Wrap path in code block 2020-04-10 13:02:11 +02:00
DrMichael
e6cb1590ae Added apache2 as requirement and some clarifications (#570)
* Update docker_advanced_apache.md

Clarification for prerequisites of the installation.

* Update docker_advanced_apache.md

Added modules for Apache2

* Update docker_advanced_apache.md

Add mod_proxy_http

* Update docker_advanced_apache.md

Typo fixed.

* Update docker_advanced_apache.md

Added "RewriteEngine on" also to the first 80 entry.

* Update docker_advanced_apache.md

Added proxy_wstunnel
2020-04-10 12:59:21 +02:00
Adrian Kumpf
c6b265788c Migrate docs to docusaurus
Fixes #564
2020-04-07 19:32:18 +02:00