diff --git a/.dockerignore b/.dockerignore index c7688ce..89a6b0a 100644 --- a/.dockerignore +++ b/.dockerignore @@ -1,5 +1,3 @@ -.git -.gitignore -.dockerignore -node_modules +test/* +.git/* diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..d570088 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +node_modules/ + diff --git a/CloudronManifest.json b/CloudronManifest.json index 3c9560a..4b5d488 100644 --- a/CloudronManifest.json +++ b/CloudronManifest.json @@ -1,5 +1,5 @@ { - "id": "org.traccar.coudronapp", + "id": "org.traccar.cloudronapp", "title": "Traccar", "author": "Traccar developers", "description": "file://DESCRIPTION.md", @@ -31,6 +31,10 @@ "tags": [ "gps", "tracking", "seek", "fleet" ], - "mediaLinks": [] + "mediaLinks": [ + "https://screenshots.cloudron.io/org.traccar.cloudronapp/web.png", + "https://screenshots.cloudron.io/org.traccar.cloudronapp/polyline.png", + "https://screenshots.cloudron.io/org.traccar.cloudronapp/command_new.png" + ] } diff --git a/screenshots/command_new.png b/screenshots/command_new.png new file mode 100644 index 0000000..ac6bf63 Binary files /dev/null and b/screenshots/command_new.png differ diff --git a/screenshots/polyline.png b/screenshots/polyline.png new file mode 100644 index 0000000..b722a41 Binary files /dev/null and b/screenshots/polyline.png differ diff --git a/screenshots/web.png b/screenshots/web.png new file mode 100644 index 0000000..aed37dc Binary files /dev/null and b/screenshots/web.png differ