Commit Graph

14 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
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
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
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
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
b4b33af497 Migrate discrete-panels to native timeline panel 2022-01-21 17:31:38 +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
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
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