PIPPO PIPPOTTO
This commit is contained in:
+4
-4
@@ -138,16 +138,16 @@ external:
|
||||
- name: "Tv Hat Frequency"
|
||||
icon: "fas fa-broadcast-tower"
|
||||
subtitle: ""
|
||||
url: "/dvbStatus?t=0"
|
||||
url: "/dvbStatus?t=1"
|
||||
- name: "Tv Hat Channel"
|
||||
icon: "fas fa-tv"
|
||||
subtitle: ""
|
||||
url: "/dvbChannel?t=0"
|
||||
url: "/dvbChannel?t=1"
|
||||
- name: "USB tuner Frequency"
|
||||
icon: "fas fa-broadcast-tower"
|
||||
subtitle: ""
|
||||
url: "/dvbStatus?t=1"
|
||||
url: "/dvbStatus?t=0"
|
||||
- name: "USB Tv Channel"
|
||||
icon: "fas fa-tv"
|
||||
subtitle: ""
|
||||
url: "/dvbChannel?t=1"
|
||||
url: "/dvbChannel?t=0"
|
||||
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"name": "forbidden-fruit-dashboard",
|
||||
"version": "3.0.0",
|
||||
"license": "Apache-2.0",
|
||||
|
||||
"dependencies": {
|
||||
"compression": "^1.7.4",
|
||||
"dotenv": "^8.2.0",
|
||||
"express": "^4.17.1",
|
||||
"ping": "^0.3.0",
|
||||
"rpio": "^2.2.0",
|
||||
"passport": "^0.4.1",
|
||||
"passport-local": "^1.0.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user