Search Criteria
Package Details: teslamate 3.0.0-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/teslamate.git (read-only, click to copy) |
|---|---|
| Package Base: | teslamate |
| Description: | A self-hosted data logger for your Tesla |
| Upstream URL: | https://github.com/teslamate-org/teslamate |
| Licenses: | AGPL-3.0-only |
| Submitter: | bwrsandman |
| Maintainer: | buzo (VVL) |
| Last Packager: | buzo |
| Votes: | 3 |
| Popularity: | 0.000000 |
| First Submitted: | 2021-09-30 21:43 (UTC) |
| Last Updated: | 2026-02-28 20:38 (UTC) |
Dependencies (10)
- elixir (elixir-gitAUR) (make)
- erlang-parsetools (make)
- erlang-public_key (make)
- erlang-sasl (make)
- erlang-ssl (make)
- erlang-syntax_tools (make)
- nodejs (nodejs-gitAUR, python-nodejs-wheelAUR, nodejs-lts-hydrogenAUR, nodejs-lts-iron, nodejs-lts-jod, nodejs-lts-krypton) (make)
- npm (python-nodejs-wheelAUR, npm-corepackAUR) (make)
- grafana (grafana-gitAUR, grafana-binAUR) (optional) – for visualization and data analysis
- postgresql (postgresql-12AUR, postgresql13AUR, postgresql18-docsAUR, postgresql18AUR, postgresql17-docsAUR, postgresql17AUR, postgresql16-docsAUR, postgresql16AUR, postgresql15-docsAUR, postgresql15AUR, postgresql-gitAUR) (optional) – Database backend
Latest Comments
micwoj92 commented on 2024-08-20 20:53 (UTC)
Wouldn't it work if you did something like
HEX_HOME=${srcdir}/.hex MIX_HOME=${srcdir}/.mix MIX_ENV=prod mix do phx.digest, release --overwrite --path=${srcdir}/usr/share/webapps/${pkgname}or whatever other path and then move the files in package()?Obviously I haven't tried it, but it might be simplest solution.
I see that in first incarnation this PKGBUILD used this
mix docommand both in build and in package.VVL commented on 2024-08-20 20:30 (UTC)
Hello! mix do phx.digest requires $pkgdir folder, which in turn appears at the stage of package().
micwoj92 commented on 2024-08-15 23:41 (UTC)
Hello, could you move the compile/mix step to build() instead of package()? I think it would make more sense. Thanks
VVL commented on 2024-01-27 17:58 (UTC)
I fixed all needed (as I think). Please check you email, I send you proposed config.
VVL commented on 2024-01-27 15:54 (UTC)
VVL commented on 2024-01-27 15:51 (UTC)
bendavis78 commented on 2024-01-22 22:57 (UTC)
What is the recommended way to set the ENCRYPTION_KEY variable w/o setting it system-wide?