]> _ Git - tortuga-home.git/commitdiff
.
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Wed, 25 Mar 2026 14:14:47 +0000 (15:14 +0100)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Wed, 25 Mar 2026 14:14:47 +0000 (15:14 +0100)
.idea/workspace.xml
config/dnsmasq.conf
config/media.php

index 88e0494cb4428dacd6448853279f454829147022..e3f79b196345e7723eaeefa6d16898beda8bc740 100644 (file)
@@ -6,9 +6,7 @@
   <component name="ChangeListManager">
     <list default="true" id="352ce63a-b52a-41a2-979b-becda7920939" name="Default" comment=".">
       <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
-      <change beforePath="$PROJECT_DIR$/js/home.js" beforeDir="false" afterPath="$PROJECT_DIR$/js/home.js" afterDir="false" />
-      <change beforePath="$PROJECT_DIR$/scripts/lib/lib.php" beforeDir="false" afterPath="$PROJECT_DIR$/scripts/lib/lib.php" afterDir="false" />
-      <change beforePath="$PROJECT_DIR$/style/remote.less" beforeDir="false" />
+      <change beforePath="$PROJECT_DIR$/config/media.php" beforeDir="false" afterPath="$PROJECT_DIR$/config/media.php" afterDir="false" />
     </list>
     <option name="SHOW_DIALOG" value="false" />
     <option name="HIGHLIGHT_CONFLICTS" value="true" />
       <workItem from="1773390371781" duration="506000" />
       <workItem from="1774028822942" duration="792000" />
       <workItem from="1774430967346" duration="6359000" />
-      <workItem from="1774441121722" duration="2045000" />
+      <workItem from="1774441121722" duration="2703000" />
     </task>
     <task id="LOCAL-00502" summary=".">
       <created>1641726946298</created>
       <option name="project" value="LOCAL" />
       <updated>1687259667913</updated>
     </task>
-    <option name="localTasksCounter" value="643" />
+    <option name="localTasksCounter" value="644" />
     <servers />
   </component>
   <component name="TypeScriptGeneratedFilesManager">
index bc864544e629bd1de30084919bb7101e423a8dac..9bd51e58499435026b6df59166e88e1173f17657 100644 (file)
@@ -22,8 +22,7 @@ address=/cour.home.tortuga.enhydra.fr/192.168.13.64
 address=/bureausun.home.tortuga.enhydra.fr/192.168.13.64
 # Mediaserver
 address=/squeezebox.home.tortuga.enhydra.fr/192.168.13.67
-# Backup
-address=/dockerbackup.home.tortuga.enhydra.fr/192.168.13.70
+
 # Home Assistant
 address=/homeassistant.home.tortuga.enhydra.fr/192.168.13.8
 address=/homeassistant.tortuga.enhydra.fr/192.168.13.8
index 5e560e1f9bf7ba28d6315f0977466b05f8ac1f14..832e04482679dd1448769925d3a31332120a5e34 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 $device = config('DEVICE');
 
-$shortcuts['media'] = [['label' => 'TV', 'type' => 'sub', 'sub' => 'tv']/*, ['label' => 'Ajoutés récemment', 'type' => 'sub', 'sub' => 'mediarecent']*/];
+$shortcuts['media'] = [];
 if ($device == 'salon' || $device == 'bureau' || $device == 'bureausun') {
     $shortcuts['media'][] = array('type' => 'netflix', 'url' => 'scripts/netflix.php?id=home', 'label' => '<img src="images/netflix.png">');
     $shortcuts['media'][] = array('type' => 'amazonprime', 'url' => 'scripts/shield.php?amazonprime=home', 'label' => '<img src="images/amazonprime.png">');