traccar: replace owntracks with traccar
Some checks failed
Build and Deploy / deploy (push) Failing after 2m0s
Some checks failed
Build and Deploy / deploy (push) Failing after 2m0s
This commit is contained in:
@@ -68,6 +68,10 @@ rec {
|
||||
port = 64738;
|
||||
proto = "both";
|
||||
};
|
||||
traccar_tracking = {
|
||||
port = 5056;
|
||||
proto = "tcp";
|
||||
};
|
||||
};
|
||||
|
||||
# Ports bound to localhost / VPN only. The flake asserts none of
|
||||
@@ -197,6 +201,10 @@ rec {
|
||||
port = 5500;
|
||||
proto = "tcp";
|
||||
};
|
||||
traccar_web = {
|
||||
port = 8082;
|
||||
proto = "tcp";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
@@ -330,6 +338,10 @@ rec {
|
||||
dataDir = services_dir + "/trilium";
|
||||
};
|
||||
|
||||
traccar = {
|
||||
domain = "traccar.${https.domain}";
|
||||
};
|
||||
|
||||
media = {
|
||||
moviesDir = torrents_path + "/media/movies";
|
||||
tvDir = torrents_path + "/media/tv";
|
||||
|
||||
Reference in New Issue
Block a user