Browse Source

Add files via upload

don 2 years ago
parent
commit
4ef758d533
1 changed files with 27 additions and 0 deletions
  1. 27 0
      template/apps/pi-weather-station.json

+ 27 - 0
template/apps/pi-weather-station.json

@@ -0,0 +1,27 @@
+{
+	"categories": [
+		"Other",
+		"Tools"
+	],
+	"description": "This is a weather station designed to be used with a Raspberry Pi on the official 7" 800x480 touchscreen. The weather station will require you to have API keys from Mapbox and ClimaCell (v4). Optionally, you can use an API key from LocationIQ to preform reverse geocoding.",
+	"image_arm64": "seanriggs/pi-weather-station:arm64",
+	"image_amd64": "seanriggs/pi-weather-station",
+	"logo": "https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/weather.png",
+	"name": "pi-weather-station",
+	"note": "MUST DO FIRST! - create volume call weatherdata",
+	"officialDoc": "https://github.com/SeanRiggs/pi-weather-station/blob/master/Docker%20Image/Docker-ReadMe.md",
+	"platform": "linux",
+	"ports": [
+		"8888:8080/tcp"
+	],
+	"restart_policy": "unless-stopped",
+	"title": "pi-weather-station",
+	"type": 1,
+        "volumes": [
+                {
+                        "bind": "weatherdata",
+                        "container": "/app"
+                }
+        ],
+	"webpage": "https://github.com/SeanRiggs/pi-weather-station"
+}