aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/traccar/package.json
diff options
context:
space:
mode:
authorLibravatar Luiz Kill <luizkill@gmail.com>2024-01-28 00:27:01 -0300
committerLibravatar GitHub <noreply@github.com>2024-01-27 20:27:01 -0700
commitf5b618f47b29597eb05e4c09ea664d827dcbda2c (patch)
tree7fa3ba6572933c203f8c8cc86bfa7ba8c70c4036 /recipes/traccar/package.json
parentfix: addy.io self host option (#500) (diff)
downloadferdium-recipes-f5b618f47b29597eb05e4c09ea664d827dcbda2c.tar.gz
ferdium-recipes-f5b618f47b29597eb05e4c09ea664d827dcbda2c.tar.zst
ferdium-recipes-f5b618f47b29597eb05e4c09ea664d827dcbda2c.zip
add recipe for traccar gps tracking software (#502)
Diffstat (limited to 'recipes/traccar/package.json')
-rw-r--r--recipes/traccar/package.json11
1 files changed, 11 insertions, 0 deletions
diff --git a/recipes/traccar/package.json b/recipes/traccar/package.json
new file mode 100644
index 0000000..4a2ab98
--- /dev/null
+++ b/recipes/traccar/package.json
@@ -0,0 +1,11 @@
1{
2 "id": "traccar",
3 "name": "Traccar",
4 "version": "1.0.0",
5 "license": "MIT",
6 "config": {
7 "hasHostedOption": true,
8 "hasCustomUrl": true,
9 "hasNotificationSound": true
10 }
11}