summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVladislav2024-05-21 15:50:14 +0300
committerVladislav2024-05-21 15:50:14 +0300
commit93183db9ad8676eb3625dc4fd49c448169195cfa (patch)
treef33983b0889e2c6c6718b441c7b1237dd6931c52
parentab09a541f1bbb55077fae9029d830d37c3c5f791 (diff)
downloadaur-teslamate.tar.gz
1.29.1
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
-rw-r--r--teslamate.conf2
-rw-r--r--teslamate.tmpfiles2
4 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 18dc41af1b29..dba6ed10f3ee 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ pkgbase = teslamate
pkgdesc = A self-hosted data logger for your Tesla
pkgver = 1.29.1
pkgrel = 1
- url = https://teslamate.org
+ url = https://github.com/teslamate-org/teslamate
install = teslamate.install
arch = any
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index a4d006c76294..3a0b0fb8ef76 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgver=1.29.1
pkgrel=1
pkgdesc="A self-hosted data logger for your Tesla"
arch=('any')
-url="https://teslamate.org"
+url="https://github.com/teslamate-org/teslamate"
license=("MIT")
makedepends=("npm" "elixir" "nodejs")
source=("$pkgname-$pkgver.tar.gz::https://github.com/teslamate-org/teslamate/archive/refs/tags/v${pkgver}.tar.gz"
diff --git a/teslamate.conf b/teslamate.conf
index 97558bf798e9..6242e1856c1b 100644
--- a/teslamate.conf
+++ b/teslamate.conf
@@ -13,3 +13,5 @@ HTTP_BINDING_ADDRESS=127.0.0.1
MQTT_HOST=127.0.0.1
DISABLE_MQTT=false
TZ=Europe/Moscow
+HTTP_BINDING_ADDRESS=/run/teslamate/teslamate.sock
+SOCKET_PERM=666
diff --git a/teslamate.tmpfiles b/teslamate.tmpfiles
index a5060e24a241..05b078b8bdb8 100644
--- a/teslamate.tmpfiles
+++ b/teslamate.tmpfiles
@@ -1,2 +1,2 @@
Z /usr/share/webapps/teslamate/lib/tzdata-1.1.1/priv/ 0750 teslamate teslamate -
-d /run/teslamate/ 0777 teslamate teslamate -
+d /run/teslamate/ 0755 teslamate teslamate -