Compare commits

..

No commits in common. "a48f9dcb41cc8866cd69a6428207e682f0beec10" and "a4dcc0e0af4c9af6486fdbc581b02fe02db0d938" have entirely different histories.

5 changed files with 0 additions and 33 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 29 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 101 KiB

View File

@ -18,7 +18,6 @@ $queues = Queue::getList();
<link rel="apple-touch-icon" sizes="76x76" href="img/ic_MobileHA_ipad.png" />
<link rel="apple-touch-icon" sizes="120x120" href="img/ic_MobileHA_iphone.png" />
<link rel="apple-touch-icon" sizes="152x152" href="img/ic_MobileHA_ipad-retina.png" />
<link rel="manifest" href="/manifest.json" />
<link rel='stylesheet' href='jquery-ui-1.11.2/jquery-ui.min.css' />
<link rel='stylesheet' href='minimal.css' media='screen' />
<link rel='stylesheet' href='tf201.css' media='screen and (width: 800px) and (orientation: portrait)' />

View File

@ -1,19 +0,0 @@
{
"short_name": "JAJ Jukebox",
"description": "JAJ Jukebox: Whole House Audio Control",
"icons": [
{
"src": "/img/ic_MobileHA_512x512.png",
"type": "image/png",
"sizes": "512x512"
},
{
"src": "/img/ic_MobileHA_192x192.png",
"type": "image/png",
"sizes": "192x192"
}
],
"start_url": "/index.php",
"display": "fullscreen",
"scope": "/"
}

View File

@ -1,13 +0,0 @@
[Unit]
Description=Whole House Audio
After=apache2.service
Requires=apache2.service
[Service]
User=www-data
Group=www-data
WorkingDirectory=/var/www
ExecStart=/var/www/html.jukebox/scripts/homeaudio_music.pl
[Install]
WantedBy=multi-user.target