Add status of each app to the ported list

Also disclaimer for ChangeDetection
This commit is contained in:
Sam Heinz
2024-04-08 22:18:17 +10:00
parent 246bbf41d5
commit 000171434b
2 changed files with 45 additions and 35 deletions
+44 -34
View File
@@ -27,40 +27,50 @@ Any applications not in ported or unsupported need to be tested for whether they
<details> <details>
<summary>Currently ported applications</summary> <summary>Currently ported applications</summary>
<li>ActualBudget</li> <b><big>Status Guide:</big></b><br>
<li>Adguard</li> <b>Tested using the application: </b>✅<br>
<li>AgentDVR</li> <b>Tested creating the container: </b>☑️<br>
<li>Apache Cassandra</li> <b>View notes: </b>🔘<br>
<li>Apache CouchDB</li> <b>Untested: </b> ⭕
<li>APT Cacher NG</li> <li>☑️ ActualBudget</li>
<li>Audiobookshelf</li> <li>☑️ Adguard</li>
<li>Autobrr</li> <li>☑️ AgentDVR</li>
<li>Bazarr</li> <li>☑️ Apache Cassandra</li>
<li>Blocky</li> <li>⭕ Apache CouchDB</li>
<li>CasaOS</li> <li>⭕ APT Cacher NG</li>
<li>ChangeDetection</li> <li>⭕ Audiobookshelf</li>
<li>Channels</li> <li>⭕ Autobrr</li>
<li>Cloudflared</li> <li>⭕ Bazarr</li>
<li>Commafeed</li> <li>⭕ Blocky</li>
<li>Cronicle</li> <li>⭕ CasaOS</li>
<li>Dashy</li> <li>☑️🔘 ChangeDetection</li>
<li>deConz</li> <li>⭕ Channels</li>
<li>Deluge</li> <li>⭕ Cloudflared</li>
<li>Docker</li> <li>⭕ Commafeed</li>
<li>Dockage</li> <li>⭕ Cronicle</li>
<li>Emby</li> <li>⭕ Dashy</li>
<li>EMQX</li> <li>⭕ deConz</li>
<li>ESPHome</li> <li>⭕ Deluge</li>
<li>Fhem</li> <li>☑️ Docker</li>
<li>FlowiseAI</li> <li>⭕ Dockage</li>
<li>Frigate</li> <li>⭕ Emby</li>
<li>Go2RTC</li> <li>⭕ EMQX</li>
<li>Jellyseerr</li> <li>⭕ ESPHome</li>
<li>Mafl</li> <li>⭕ Fhem</li>
<li>Nginx Proxy Manager</li> <li>⭕ FlowiseAI</li>
<li>Prowlarr</li> <li>⭕ Frigate</li>
<li>Radarr</li> <li>⭕ Go2RTC</li>
<li>Sonarr</li> <li>⭕ Jellyseerr</li>
<li>⭕ Mafl</li>
<li>⭕ Nginx Proxy Manager</li>
<li>⭕ Prowlarr</li>
<li>✅ Radarr</li>
<li>✅ Sonarr</li>
</details>
<details>
<summary>App Notes</summary>
<li>ChangeDetection - in my testing I had a font package require manual input for the accepting of a EULA, make sure to enable verbose (changed to be enabled in the default config) to be able to accept it.</li>
</details> </details>
<details> <details>
+1 -1
View File
@@ -48,7 +48,7 @@ function default_settings() {
MAC="" MAC=""
VLAN="" VLAN=""
SSH="no" SSH="no"
VERB="no" VERB="yes"
echo_default echo_default
} }