From 000171434b165730d72509a59888d586eb432ebd Mon Sep 17 00:00:00 2001 From: Sam Heinz <54530346+asylumexp@users.noreply.github.com> Date: Mon, 8 Apr 2024 22:18:17 +1000 Subject: [PATCH] Add status of each app to the ported list Also disclaimer for ChangeDetection --- README.md | 78 ++++++++++++++++++++++++------------------- ct/changedetection.sh | 2 +- 2 files changed, 45 insertions(+), 35 deletions(-) diff --git a/README.md b/README.md index b15e55d34..880a194b4 100644 --- a/README.md +++ b/README.md @@ -27,40 +27,50 @@ Any applications not in ported or unsupported need to be tested for whether they
Currently ported applications -
  • ActualBudget
  • -
  • Adguard
  • -
  • AgentDVR
  • -
  • Apache Cassandra
  • -
  • Apache CouchDB
  • -
  • APT Cacher NG
  • -
  • Audiobookshelf
  • -
  • Autobrr
  • -
  • Bazarr
  • -
  • Blocky
  • -
  • CasaOS
  • -
  • ChangeDetection
  • -
  • Channels
  • -
  • Cloudflared
  • -
  • Commafeed
  • -
  • Cronicle
  • -
  • Dashy
  • -
  • deConz
  • -
  • Deluge
  • -
  • Docker
  • -
  • Dockage
  • -
  • Emby
  • -
  • EMQX
  • -
  • ESPHome
  • -
  • Fhem
  • -
  • FlowiseAI
  • -
  • Frigate
  • -
  • Go2RTC
  • -
  • Jellyseerr
  • -
  • Mafl
  • -
  • Nginx Proxy Manager
  • -
  • Prowlarr
  • -
  • Radarr
  • -
  • Sonarr
  • + Status Guide:
    + Tested using the application:
    + Tested creating the container: ☑️
    + View notes: 🔘
    + Untested: ⭕ +
  • ☑️ ActualBudget
  • +
  • ☑️ Adguard
  • +
  • ☑️ AgentDVR
  • +
  • ☑️ Apache Cassandra
  • +
  • ⭕ Apache CouchDB
  • +
  • ⭕ APT Cacher NG
  • +
  • ⭕ Audiobookshelf
  • +
  • ⭕ Autobrr
  • +
  • ⭕ Bazarr
  • +
  • ⭕ Blocky
  • +
  • ⭕ CasaOS
  • +
  • ☑️🔘 ChangeDetection
  • +
  • ⭕ Channels
  • +
  • ⭕ Cloudflared
  • +
  • ⭕ Commafeed
  • +
  • ⭕ Cronicle
  • +
  • ⭕ Dashy
  • +
  • ⭕ deConz
  • +
  • ⭕ Deluge
  • +
  • ☑️ Docker
  • +
  • ⭕ Dockage
  • +
  • ⭕ Emby
  • +
  • ⭕ EMQX
  • +
  • ⭕ ESPHome
  • +
  • ⭕ Fhem
  • +
  • ⭕ FlowiseAI
  • +
  • ⭕ Frigate
  • +
  • ⭕ Go2RTC
  • +
  • ⭕ Jellyseerr
  • +
  • ⭕ Mafl
  • +
  • ⭕ Nginx Proxy Manager
  • +
  • ⭕ Prowlarr
  • +
  • ✅ Radarr
  • +
  • ✅ Sonarr
  • +
    + +
    + App Notes +
  • 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.
  • diff --git a/ct/changedetection.sh b/ct/changedetection.sh index d3becf1c8..1abf3bcb4 100644 --- a/ct/changedetection.sh +++ b/ct/changedetection.sh @@ -48,7 +48,7 @@ function default_settings() { MAC="" VLAN="" SSH="no" - VERB="no" + VERB="yes" echo_default }