├── .bladeformatterrc.json ├── .editorconfig ├── .github ├── ISSUE_TEMPLATE │ ├── bug_report.md │ └── feature_request.md ├── dependabot.yml └── workflows │ ├── call_issue_pr_tracker.yml │ ├── call_issues_cron.yml │ ├── linter.yml │ ├── main.yml │ ├── prchecks.yml │ ├── svgo.config.js │ └── svgo.yml ├── .gitignore ├── .prettierrc.json ├── AMP ├── AMP.php ├── amp.png └── app.json ├── AVMFritzbox ├── AVMFritzbox.php ├── app.json ├── avmfritzbox.png ├── config.blade.php └── livestats.blade.php ├── AWX ├── AWX.php ├── app.json ├── awx.svg ├── config.blade.php └── livestats.blade.php ├── Ackee ├── Ackee.php ├── ackee.png └── app.json ├── Actual ├── Actual.php ├── actual.png └── app.json ├── AdGuardHome ├── AdGuardHome.php ├── adguardhome.png ├── app.json ├── config.blade.php └── livestats.blade.php ├── Adminer ├── Adminer.php ├── adminer.svg └── app.json ├── AirDCWebClient ├── AirDCWebClient.php ├── airdcwebclient.png └── app.json ├── Airsonic ├── Airsonic.php ├── airsonic.png └── app.json ├── AlarmPI ├── AlarmPI.php ├── alarmpi.png ├── app.json ├── config.blade.php └── livestats.blade.php ├── Alertmanager ├── Alertmanager.php ├── alertmanager.png └── app.json ├── ArchiSteamFarm ├── ArchiSteamFarm.php ├── app.json ├── archisteamfarm.png ├── config.blade.php └── livestats.blade.php ├── ArchiveBox ├── ArchiveBox.php ├── app.json └── archivebox.png ├── ArchiveTeamWarrior ├── ArchiveTeamWarrior.php ├── app.json └── archiveteamwarrior.png ├── ArgoCD ├── ArgoCD.php ├── app.json └── argocd.svg ├── Argus ├── Argus.php ├── app.json ├── argus.png ├── config.blade.php └── livestats.blade.php ├── AriaNg ├── AriaNg.php ├── app.json ├── ariang.png ├── config.blade.php └── livestats.blade.php ├── Artifactory ├── Artifactory.php ├── app.json ├── artifactory.png ├── config.blade.php └── livestats.blade.php ├── AsrockRackIPMI ├── AsrockRackIPMI.php ├── app.json └── asrockrackipmi.png ├── Asustor ├── Asustor.php ├── app.json └── asustor.png ├── Asuswrt ├── Asuswrt.php ├── app.json └── asuswrt.png ├── Atlantis ├── Atlantis.php ├── app.json └── atlantis.png ├── Audiobookshelf ├── Audiobookshelf.php ├── app.json ├── audiobookshelf.svg ├── config.blade.php └── livestats.blade.php ├── Authelia ├── Authelia.php ├── app.json └── authelia.png ├── Authentik ├── Authentik.php ├── app.json ├── authentik.svg ├── config.blade.php └── livestats.blade.php ├── Autobrr ├── Autobrr.php ├── app.json ├── autobrr.png ├── config.blade.php └── livestats.blade.php ├── Bacula ├── Bacula.php ├── app.json └── bacula.png ├── Baikal ├── Baikal.php ├── app.json └── baikal.png ├── BarcodeBuddy ├── BarcodeBuddy.php ├── app.json └── barcodebuddy.png ├── Bastillion ├── Bastillion.php ├── app.json └── bastillion.png ├── Bazarr ├── Bazarr.php ├── app.json ├── bazarr.png ├── config.blade.php └── livestats.blade.php ├── Bitwarden ├── Bitwarden.php ├── app.json └── bitwarden.svg ├── Bludit ├── Bludit.php ├── app.json └── bludit.svg ├── BlueIrisNVR ├── BlueIrisNVR.php ├── app.json ├── blueirisnvr.png ├── config.blade.php └── livestats.blade.php ├── Booksonic ├── Booksonic.php ├── app.json └── booksonic.png ├── Bookstack ├── Bookstack.php ├── app.json ├── bookstack.svg ├── config.blade.php └── livestats.blade.php ├── Box ├── Box.php ├── app.json └── box.png ├── BrotherPrinter ├── BrotherPrinter.php ├── app.json └── brotherprinter.png ├── Budibase ├── Budibase.php ├── app.json ├── budibase.png ├── config.blade.php └── livestats.blade.php ├── ByteStash ├── ByteStash.php ├── app.json └── bytestash.png ├── CNAME ├── CNCjs ├── CNCjs.php ├── app.json └── cncjs.png ├── CUPS ├── CUPS.php ├── app.json └── cups.svg ├── Cabot ├── Cabot.php ├── app.json ├── cabot.png ├── config.blade.php └── livestats.blade.php ├── CalibreWeb ├── CalibreWeb.php ├── app.json └── calibreweb.png ├── Cannery ├── Cannery.php ├── app.json └── cannery.svg ├── Cardigann ├── Cardigann.php ├── app.json └── cardigann.png ├── Ceph ├── Ceph.php ├── app.json └── ceph.png ├── ChangeDetectionio ├── ChangeDetectionio.php ├── app.json └── changedetectionio.png ├── ChannelsDVR ├── ChannelsDVR.php ├── app.json ├── channelsdvr.svg ├── config.blade.php └── livestats.blade.php ├── Checkmk ├── Checkmk.php ├── app.json └── checkmk.svg ├── Chevereto ├── Chevereto.php ├── app.json └── chevereto.png ├── Chronograf ├── Chronograf.php ├── app.json └── chronograf.png ├── Clarkson ├── Clarkson.php ├── app.json └── clarkson.png ├── Clash ├── Clash.php ├── app.json ├── clash.png ├── config.blade.php └── livestats.blade.php ├── CloudCMD ├── CloudCMD.php ├── app.json └── cloudcmd.png ├── Cloudflare ├── Cloudflare.php ├── app.json └── cloudflare.svg ├── Cockpit ├── Cockpit.php ├── app.json └── cockpit.png ├── CockpitCMS ├── CockpitCMS.php ├── app.json └── cockpitcms.png ├── Codeserver ├── Codeserver.php ├── app.json └── codeserver.png ├── CodiMD ├── CodiMD.php ├── app.json └── codimd.png ├── Concourse ├── Concourse.php ├── app.json └── concourse.png ├── Confluence ├── Confluence.php ├── app.json └── confluence.svg ├── CouchPotato ├── CouchPotato.php ├── app.json ├── config.blade.php ├── couchpotato.svg └── livestats.blade.php ├── CraftyController ├── CraftyController.php ├── app.json ├── config.blade.php ├── craftycontroller.png └── livestats.blade.php ├── Crater ├── Crater.php ├── app.json └── crater.png ├── CrontabUI ├── CrontabUI.php ├── app.json └── crontabui.png ├── CryptPad ├── CryptPad.php ├── app.json └── cryptpad.png ├── Cyberchef ├── Cyberchef.php ├── app.json └── cyberchef.png ├── DaloRadius ├── DaloRadius.php ├── app.json └── daloradius.png ├── Dashdot ├── Dashdot.php ├── app.json └── dashdot.png ├── Deluge ├── Deluge.php ├── app.json ├── config.blade.php ├── deluge.svg └── livestats.blade.php ├── Diaspora ├── Diaspora.php ├── app.json ├── config.blade.php ├── diaspora.svg └── livestats.blade.php ├── Dillinger ├── Dillinger.php ├── app.json └── dillinger.png ├── DirectAdmin ├── DirectAdmin.php ├── app.json └── directadmin.svg ├── Directus ├── Directus.php ├── app.json └── directus.png ├── Dockge ├── Dockge.php ├── app.json └── dockge.svg ├── DokuWiki ├── DokuWiki.php ├── app.json └── dokuwiki.png ├── Domoticz ├── Domoticz.php ├── app.json ├── config.blade.php ├── domoticz.png └── livestats.blade.php ├── DoubleCommander ├── DoubleCommander.php ├── app.json └── doublecommander.svg ├── Dozzle ├── Dozzle.php ├── app.json └── dozzle.png ├── Drone ├── Drone.php ├── app.json └── drone.svg ├── Droppy ├── Droppy.php ├── app.json └── droppy.png ├── DuetWebControl ├── DuetWebControl.php ├── app.json ├── config.blade.php ├── duetwebcontrol.png └── livestats.blade.php ├── Duplicacy ├── Duplicacy.php ├── app.json └── duplicacy.png ├── Duplicati ├── Duplicati.php ├── app.json ├── config.blade.php ├── duplicati.png └── livestats.blade.php ├── ESPHome ├── ESPHome.php ├── app.json └── esphome.png ├── EcoDMS ├── EcoDMS.php ├── app.json └── ecodms.png ├── Element ├── Element.php ├── app.json └── element.png ├── Emby ├── Emby.php ├── app.json ├── config.blade.php ├── emby.png └── livestats.blade.php ├── EmbyStat ├── EmbyStat.php ├── app.json └── embystat.png ├── EmulatorJS ├── EmulatorJS.php ├── app.json └── emulatorjs.png ├── Etherpad ├── Etherpad.php ├── app.json └── etherpad.png ├── FileBot ├── FileBot.php ├── app.json └── filebot.svg ├── FileBrowser ├── FileBrowser.php ├── app.json ├── config.blade.php ├── filebrowser.svg └── livestats.blade.php ├── FileFlows ├── FileFlows.php ├── app.json ├── config.blade.php ├── fileflows.png └── livestats.blade.php ├── FileRun ├── FileRun.php ├── app.json └── filerun.svg ├── Firefly3 ├── Firefly3.php ├── app.json └── firefly.png ├── FirefoxSend ├── FirefoxSend.php ├── app.json └── firefoxsend.png ├── FlexGet ├── FlexGet.php ├── app.json └── flexget.png ├── Flood ├── Flood.php ├── app.json └── flood.png ├── Fluidd ├── Fluidd.php ├── app.json └── fluidd.svg ├── Focalboard ├── Focalboard.php ├── app.json └── focalboard.svg ├── FoldingHome ├── FoldingHome.php ├── app.json ├── config.blade.php ├── foldingathome.svg └── livestats.blade.php ├── Forgejo ├── Forgejo.php ├── app.json └── forgejo.svg ├── FortinetFortiMonitor ├── FortinetFortiMonitor.php ├── app.json ├── config.blade.php ├── fortinetfortimonitor.png └── livestats.blade.php ├── FreePBX ├── FreePBX.php ├── app.json └── freepbx.png ├── Freenas ├── Freenas.php ├── app.json ├── config.blade.php ├── freenas.png └── livestats.blade.php ├── FreshRSS ├── FreshRSS.php ├── app.json ├── config.blade.php ├── freshrss.png ├── freshrss.svg └── livestats.blade.php ├── FreshTomato ├── FreshTomato.php ├── app.json └── freshtomato.png ├── Frigate ├── Frigate.php ├── app.json └── frigate.svg ├── Fronius ├── Fronius.php ├── app.json ├── config.blade.php ├── fronius.svg └── livestats.blade.php ├── Funkwhale ├── Funkwhale.php ├── app.json └── funkwhale.svg ├── GNS3 ├── GNS3.php ├── app.json ├── config.blade.php ├── gns3.png └── livestats.blade.php ├── Gardener ├── Gardener.php ├── app.json └── gardener.svg ├── Gatus ├── Gatus.php ├── app.json └── gatus.png ├── Ghost ├── Ghost.php ├── app.json ├── config.blade.php ├── ghost.png └── livestats.blade.php ├── Ghostfolio ├── Ghostfolio.php ├── app.json ├── config.blade.php ├── ghostfolio.png └── livestats.blade.php ├── GitHub ├── GitHub.php ├── app.json └── github.svg ├── GitLab ├── GitLab.php ├── app.json ├── config.blade.php ├── gitlab.svg └── livestats.blade.php ├── Gitea ├── Gitea.php ├── app.json ├── config.blade.php ├── gitea.svg └── livestats.blade.php ├── Glances ├── Glances.php ├── app.json ├── config.blade.php ├── glances.png └── livestats.blade.php ├── Gogs ├── Gogs.php ├── app.json ├── config.blade.php ├── gogs.png └── livestats.blade.php ├── Gotify ├── Gotify.php ├── app.json ├── config.blade.php ├── gotify.png └── livestats.blade.php ├── Grafana ├── Grafana.php ├── app.json └── grafana.svg ├── Grav ├── Grav.php ├── app.json └── grav.png ├── Graylog ├── Graylog.php ├── app.json └── graylog.svg ├── Grist ├── Grist.php ├── app.json └── grist.png ├── Grocy ├── Grocy.php ├── app.json └── grocy.svg ├── Guacamole ├── Guacamole.php ├── app.json ├── config.blade.php ├── guacamole.png └── livestats.blade.php ├── HAProxy ├── HAProxy.php ├── app.json └── haproxy.png ├── HDHomeRun ├── HDHomeRun.php ├── app.json ├── config.blade.php ├── hdhomerun.png └── livestats.blade.php ├── Handbrake ├── Handbrake.php ├── app.json └── handbrake.png ├── Harbor ├── Harbor.php ├── app.json └── harbor.svg ├── Hasura ├── Hasura.php ├── app.json └── hasura.svg ├── Headphones ├── Headphones.php ├── app.json └── headphones.png ├── Healthchecks ├── Healthchecks.php ├── app.json └── healthchecks.png ├── Heimdall ├── Heimdall.php ├── app.json ├── config.blade.php ├── heimdall.png └── livestats.blade.php ├── Hoarder ├── Hoarder.php ├── app.json └── hoarder.png ├── HomeAssistant ├── HomeAssistant.php ├── app.json ├── config.blade.php ├── homeassistant.svg └── livestats.blade.php ├── Homebox ├── Homebox.php ├── app.json └── homebox.svg ├── Homebridge ├── Homebridge.php ├── app.json ├── config.blade.php ├── homebridge.svg └── livestats.blade.php ├── Homer ├── Homer.php ├── app.json └── homer.svg ├── HortusFox ├── HortusFox.php ├── app.json └── hortusfox.png ├── Hubitat ├── Hubitat.php ├── app.json └── hubitat.png ├── Huginn ├── Huginn.php ├── app.json └── huginn.png ├── ISPConfig ├── ISPConfig.php ├── app.json └── ispconfig.png ├── ITTools ├── ITTools.php ├── app.json └── ittools.png ├── Icecast ├── Icecast.php ├── app.json └── icecast.png ├── IcingaWeb ├── IcingaWeb.php ├── app.json └── icingaweb.svg ├── Immich ├── Immich.php ├── app.json ├── config.blade.php ├── immich.svg └── livestats.blade.php ├── InfluxDB ├── InfluxDB.php ├── app.json └── influxdb.svg ├── Infoblox ├── Infoblox.php ├── app.json └── infoblox.svg ├── InvenTree ├── InvenTree.php ├── app.json └── inventree.svg ├── Invidious ├── Invidious.php ├── app.json └── invidious.svg ├── InvoiceNinja ├── InvoiceNinja.php ├── app.json └── invoiceninja.png ├── JDownloader ├── JDownloader.php ├── app.json └── jdownloader.png ├── Jackett ├── Jackett.php ├── app.json └── jackett.svg ├── Jaeger ├── Jaeger.php ├── app.json ├── config.blade.php ├── jaeger.svg └── livestats.blade.php ├── Jeedom ├── Jeedom.php ├── app.json └── jeedom.png ├── Jellyfin ├── Jellyfin.php ├── app.json ├── config.blade.php ├── jellyfin.svg └── livestats.blade.php ├── Jellyseerr ├── Jellyseerr.php ├── app.json ├── config.blade.php ├── jellyseerr.png └── livestats.blade.php ├── Jellystat ├── Jellystat.php ├── app.json ├── config.blade.php ├── jellystat.png └── livestats.blade.php ├── Jenkins ├── Jenkins.php ├── app.json ├── config.blade.php ├── jenkins.svg └── livestats.blade.php ├── Jira ├── Jira.php ├── app.json └── jira.svg ├── Jitsi ├── Jitsi.php ├── app.json └── jitsi.png ├── Joomla ├── Joomla.php ├── app.json └── joomla.png ├── JoplinServer ├── JoplinServer.php ├── app.json └── joplinserver.svg ├── Jupyter ├── Jupyter.php ├── app.json └── jupyter.svg ├── Kaizoku ├── Kaizoku.php ├── app.json └── kaizoku.png ├── Kanboard ├── Kanboard.php ├── app.json └── kanboard.png ├── KastenbyVeeam ├── KastenbyVeeam.php ├── app.json └── kastenbyveeam.svg ├── Kavita ├── Kavita.php ├── app.json └── kavita.svg ├── Keycloak ├── Keycloak.php ├── app.json └── keycloak.svg ├── Kibana ├── Kibana.php ├── app.json └── kibana.png ├── Kimai ├── Kimai.php ├── app.json └── kimai.png ├── Kitana ├── Kitana.php ├── app.json └── kitana.png ├── KitchenOwl ├── KitchenOwl.php ├── app.json └── kitchenowl.png ├── Kodi ├── Kodi.php ├── app.json ├── config.blade.php ├── kodi.svg └── livestats.blade.php ├── Komga ├── Komga.php ├── app.json ├── config.blade.php ├── komga.svg └── livestats.blade.php ├── Kopia ├── Kopia.php ├── app.json └── kopia.png ├── Krusader ├── Krusader.php ├── app.json └── krusader.svg ├── KubernetesDashboard ├── KubernetesDashboard.php ├── app.json └── kubernetesdashboard.svg ├── LICENSE ├── LazyLibrarian ├── LazyLibrarian.php ├── app.json └── lazylibrarian.png ├── LemonLDAPNG ├── LemonLDAPNG.php ├── app.json └── lemonldapng.png ├── LibreNMS ├── LibreNMS.php ├── app.json └── librenms.png ├── LibreSpeed ├── LibreSpeed.php ├── app.json └── librespeed.png ├── Lidarr ├── Lidarr.php ├── app.json ├── config.blade.php ├── lidarr.svg └── livestats.blade.php ├── LinkAce ├── LinkAce.php ├── app.json ├── config.blade.php ├── linkace.svg └── livestats.blade.php ├── Linkwarden ├── Linkwarden.php ├── app.json └── linkwarden.png ├── Listmonk ├── Listmonk.php ├── app.json └── listmonk.png ├── Longhorn ├── Longhorn.php ├── app.json └── longhorn.png ├── LoxoneMiniserver ├── LoxoneMiniserver.php ├── app.json └── loxoneminiserver.png ├── Lychee ├── Lychee.php ├── app.json └── lychee.png ├── MailCatcher ├── .gitkeep ├── MailCatcher.php ├── app.json └── mailcatcher.png ├── Mailcow ├── Mailcow.php ├── app.json ├── config.blade.php ├── livestats.blade.php └── mailcow.svg ├── MailcowSOGo ├── MailcowSOGo.php ├── app.json └── mailcowsogo.svg ├── Mailhog ├── Mailhog.php ├── app.json └── mailhog.png ├── Mainsail ├── Mainsail.php ├── app.json ├── config.blade.php ├── livestats.blade.php └── mainsail.png ├── Maintainerr ├── Maintainerr.php ├── app.json ├── config.blade.php ├── livestats.blade.php └── maintainerr.svg ├── Mastodon ├── Mastodon.php ├── app.json └── mastodon.svg ├── Mattermost ├── Mattermost.php ├── app.json └── mattermost.png ├── MayanEDMS ├── MayanEDMS.php ├── app.json └── mayanedms.png ├── McMyAdmin ├── McMyAdmin.php ├── app.json └── mcmyadmin.png ├── MeTube ├── MeTube.php ├── app.json ├── config.blade.php ├── livestats.blade.php └── metube.png ├── Mealie ├── Mealie.php ├── app.json └── mealie.png ├── MediaElch ├── MediaElch.php ├── MediaElch.png └── app.json ├── MediaWiki ├── MediaWiki.php ├── app.json └── mediawiki.png ├── Medusa ├── Medusa.php ├── app.json └── medusa.png ├── Memos ├── Memos.php ├── app.json └── memos.png ├── Meraki ├── Meraki.php ├── app.json └── meraki.png ├── Metabase ├── Metabase.php ├── app.json └── metabase.svg ├── MineOS ├── MineOS.php ├── app.json └── mineos.png ├── Miniflux ├── Miniflux.php ├── app.json ├── config.blade.php ├── livestats.blade.php └── miniflux.png ├── Minio ├── Minio.php ├── app.json └── minio.png ├── Monica ├── Monica.php ├── app.json ├── config.blade.php ├── livestats.blade.php └── monica.png ├── Monit ├── Monit.php ├── app.json ├── config.blade.php ├── livestats.blade.php └── monit.png ├── MotionEye ├── MotionEye.php ├── app.json └── motioneye.png ├── Munin ├── Munin.php ├── app.json └── munin.png ├── MusicBrainz ├── MusicBrainz.php ├── app.json └── musicbrainz.svg ├── Mylar ├── Mylar.php ├── app.json ├── config.blade.php ├── livestats.blade.php └── mylar.png ├── N8n ├── N8n.php ├── app.json └── n8n.svg ├── NAS ├── NAS.php ├── app.json └── nas.svg ├── NAV ├── NAV.php ├── app.json ├── config.blade.php ├── livestats.blade.php └── nav.svg ├── NZBHydra ├── NZBHydra.php ├── app.json └── nzbhydra.png ├── Nagios ├── Nagios.php ├── app.json └── nagios.png ├── Navidrome ├── Navidrome.php ├── app.json ├── config.blade.php ├── livestats.blade.php └── navidrome.svg ├── Nessus ├── Nessus.php ├── app.json ├── config.blade.php ├── livestats.blade.php └── nessus.png ├── NetBox ├── NetBox.php ├── app.json └── netbox.png ├── Netatmo ├── Netatmo.php ├── app.json └── netatmo.png ├── Netboot ├── Netboot.php ├── app.json └── netboot.png ├── Netdata ├── Netdata.php ├── app.json ├── config.blade.php ├── livestats.blade.php └── netdata.svg ├── NetgearOrbi ├── NetgearOrbi.php ├── app.json └── netgearorbi.png ├── NetworkUPSTools ├── NetworkUPSTools.php ├── app.json └── nut.png ├── Nextcloud ├── Nextcloud.php ├── app.json ├── config.blade.php ├── livestats.blade.php └── nextcloud.svg ├── NexusRepositoryManagerOSS3x ├── NexusRepositoryManagerOSS3x.php ├── app.json └── nexusrepositorymanageross3x.png ├── NginxProxyManager ├── NginxProxyManager.php ├── app.json ├── config.blade.php ├── livestats.blade.php └── nginxproxymanager.png ├── Nightscout ├── Nightscout.php ├── app.json └── nightscout.png ├── Nitter ├── Nitter.php ├── app.json └── nitter.svg ├── NodeRed ├── NodeRed.php ├── app.json └── nodered.png ├── NotifiarrClient ├── NotifiarrClient.php ├── app.json └── notifiarrclient.png ├── NowShowing ├── NowShowing.php ├── app.json └── nowshowing.png ├── NxFilter ├── NxFilter.php ├── app.json └── nxfilter.png ├── Nzbget ├── Nzbget.php ├── app.json ├── config.blade.php ├── livestats.blade.php └── nzbget.png ├── OPNsense ├── OPNsense.php ├── app.json └── opnsense.png ├── Octoprint ├── Octoprint.php ├── app.json ├── config.blade.php ├── livestats.blade.php └── octoprint.png ├── OliveTin ├── OliveTin.php ├── app.json └── olivetin.png ├── OmadaSDNController ├── OmadaSDNController.php ├── app.json └── omadasdncontroller.png ├── Ombi ├── Ombi.php ├── app.json ├── config.blade.php ├── livestats.blade.php └── ombi.png ├── OnlyOffice ├── OnlyOffice.php ├── app.json └── onlyoffice.png ├── OpenMapTiler ├── OpenMapTiler.php ├── app.json └── openmaptiler.png ├── OpenSpeedTest ├── OpenSpeedTest.php ├── app.json └── openspeedtest.png ├── OpenSprinkler ├── OpenSprinkler.php ├── app.json └── opensprinkler.png ├── OpenWrt ├── OpenWrt.php ├── app.json └── openwrt.png ├── Oscarr ├── Oscarr.php ├── app.json └── oscarr.svg ├── Overseerr ├── Overseerr.php ├── app.json ├── config.blade.php ├── livestats.blade.php └── overseerr.svg ├── OwnPhotos ├── OwnPhotos.php ├── app.json └── ownphotos.png ├── PRTG ├── PRTG.php ├── app.json ├── config.blade.php ├── livestats.blade.php └── prtg.png ├── PaloAltoNetworks ├── PaloAltoNetworks.php ├── app.json └── paloaltonetworks.png ├── Paperless ├── Paperless.php ├── app.json └── paperless.png ├── PaperlessNgx ├── PaperlessNgx.php ├── app.json ├── config.blade.php ├── livestats.blade.php └── paperlessngx.svg ├── Papermerge ├── Papermerge.php ├── app.json └── papermerge.svg ├── PartKeepr ├── PartKeepr.php ├── app.json └── partkeepr.png ├── Passbolt ├── Passbolt.php ├── app.json └── passbolt.png ├── PeerTube ├── PeerTube.php ├── app.json └── peertube.png ├── Phoscon ├── Phoscon.php ├── app.json └── phoscon.svg ├── PhotoPrism ├── PhotoPrism.php ├── app.json ├── config.blade.php ├── livestats.blade.php └── photoprism.png ├── Photonix ├── Photonix.php ├── app.json └── photonix.png ├── Photoview ├── Photoview.php ├── app.json └── photoview.svg ├── PiAlert ├── PiAlert.php ├── app.json └── pialert.png ├── PiAware ├── PiAware.php ├── app.json ├── config.blade.php ├── livestats.blade.php └── piaware.png ├── PiKVM ├── PiKVM.php ├── app.json └── pikvm.png ├── PiVPN ├── PiVPN.php ├── app.json └── pivpn.png ├── Pihole ├── Pihole.php ├── app.json ├── config.blade.php ├── livestats.blade.php └── pihole.svg ├── Piwigo ├── Piwigo.php ├── app.json └── piwigo.png ├── Pleroma ├── Pleroma.php ├── app.json └── pleroma.png ├── Plesk ├── Plesk.php ├── app.json └── plesk.png ├── Plex ├── Plex.php ├── app.json ├── config.blade.php ├── livestats.blade.php └── plex.png ├── PlexRequests ├── PlexRequests.php ├── app.json └── plexrequests.png ├── PlexRipper ├── PlexRipper.php ├── app.json └── plexripper.png ├── Plume ├── Plume.php ├── app.json └── plume.png ├── Podgrab ├── Podgrab.php ├── app.json └── podgrab.png ├── Portainer ├── Portainer.php ├── app.json ├── config.blade.php ├── livestats.blade.php └── portainer.svg ├── Poste ├── Poste.php ├── Poste.png └── app.json ├── Printer ├── Printer.php ├── app.json ├── printer.png └── printer.svg ├── Privatebin ├── Privatebin.php ├── app.json └── privatebin.png ├── ProjectSend ├── ProjectSend.php ├── app.json └── projectsend.png ├── Prometheus ├── Prometheus.php ├── app.json └── prometheus.png ├── Prowlarr ├── Prowlarr.php ├── app.json ├── config.blade.php ├── livestats.blade.php └── prowlarr.svg ├── Proxmox ├── Proxmox.php ├── app.json ├── config.blade.php ├── livestats.blade.php └── proxmox.svg ├── PrusaLink ├── PrusaLink.php ├── app.json ├── config.blade.php ├── livestats.blade.php └── prusalink.svg ├── PsiTransfer ├── PsiTransfer.php ├── app.json └── psitransfer.png ├── Pterodactyl ├── Pterodactyl.php ├── app.json └── pterodactyl.png ├── QNAP ├── QNAP.php ├── app.json └── qnap.png ├── README.md ├── RSSBridge ├── RSSBridge.php ├── app.json └── rssbridge.png ├── RSSHub ├── RSSHub.php ├── app.json └── rsshub.png ├── RStudioServer ├── RStudioServer.php ├── app.json └── rstudioserver.png ├── RabbitMQ ├── RabbitMQ.php ├── app.json ├── config.blade.php ├── livestats.blade.php └── rabbitmq.svg ├── Radarr ├── Radarr.php ├── app.json ├── config.blade.php ├── livestats.blade.php └── radarr.svg ├── Radicale ├── Radicale.php ├── app.json └── radicale.svg ├── Rainloop ├── Rainloop.php ├── app.json └── rainloop.png ├── Rancher ├── Rancher.php ├── app.json └── rancher.svg ├── Raneto ├── Raneto.php ├── app.json └── raneto.png ├── RaspberryMatic ├── RaspberryMatic.php ├── app.json └── raspberrymatic.svg ├── Rclone ├── Rclone.php ├── app.json └── rclone.png ├── RdioScanner ├── RdioScanner.php ├── app.json └── rdioscanner.png ├── Readarr ├── Readarr.php ├── app.json ├── config.blade.php ├── livestats.blade.php └── readarr.svg ├── Recalbox ├── Recalbox.php ├── app.json └── recalbox.png ├── RedisInsight ├── RedisInsight.php ├── app.json └── redisinsight.svg ├── Remmina ├── Remmina.php ├── Remmina.svg └── app.json ├── ReportServer ├── ReportServer.php ├── app.json └── reportserver.png ├── Requestrr ├── Requestrr.php ├── app.json └── requestrr.png ├── ResilioSync ├── ResilioSync.php ├── app.json └── resiliosync.png ├── RiotWeb ├── RiotWeb.php ├── app.json └── riotweb.svg ├── Robonect ├── Robonect.php ├── app.json └── robonect.png ├── RocketChat ├── RocketChat.php ├── app.json └── rocketchat.png ├── RomM ├── RomM.php ├── app.json ├── config.blade.php ├── livestats.blade.php └── romm.png ├── RompЯ ├── RompЯ.php ├── app.json └── rompya.png ├── Roundcube ├── Roundcube.php ├── app.json └── roundcube.png ├── Router ├── Router.php ├── app.json └── router.svg ├── Rspamd ├── Rspamd.php ├── app.json └── rspamd.png ├── Rundeck ├── Rundeck.php ├── app.json └── rundeck.png ├── RuneAudio ├── RuneAudio.php ├── app.json ├── config.blade.php ├── livestats.blade.php └── runeaudio.png ├── Rustdesk ├── Rustdesk.php ├── app.json └── rustdesk.png ├── SABnzbd ├── SABnzbd.php ├── app.json ├── config.blade.php ├── livestats.blade.php └── sabnzbd.svg ├── SOGo ├── SOGo.php ├── app.json └── sogo.svg ├── Scrutiny ├── Scrutiny.php ├── app.json ├── config.blade.php ├── livestats.blade.php └── scrutiny.png ├── Seafile ├── Seafile.php ├── app.json └── seafile.png ├── SearxMetasearchEngine ├── SearxMetasearchEngine.php ├── app.json └── searxmetasearchengine.png ├── Server ├── Server.php ├── app.json └── server.svg ├── Serviio ├── Serviio.php ├── app.json └── serviio.png ├── Shaarli ├── Shaarli.php ├── app.json └── shaarli.png ├── ShellinaBox ├── ShellinaBox.php ├── app.json └── shellinabox.png ├── ShellyPlug ├── ShellyPlug.php ├── app.json ├── config.blade.php ├── livestats.blade.php └── shellyplug.png ├── Shinobi ├── Shinobi.php ├── app.json └── shinobi.png ├── Shiori ├── Shiori.php ├── app.json └── shiori.svg ├── SickGear ├── SickGear.php ├── app.json └── sickgear.png ├── Sickchill ├── Sickchill.php ├── app.json └── sickchill.png ├── Slack ├── Slack.php ├── app.json └── slack.svg ├── Slskd ├── Slskd.php ├── app.json └── slskd.svg ├── Snapdrop ├── Snapdrop.php ├── app.json └── snapdrop.png ├── Snibox ├── Snibox.php ├── app.json └── snibox.png ├── SonarQube ├── SonarQube.php ├── app.json └── sonarqube.png ├── Sonarr ├── Sonarr.php ├── app.json ├── config.blade.php ├── livestats.blade.php └── sonarr.svg ├── Sourcegraph ├── Sourcegraph.php ├── app.json └── sourcegraph.png ├── SpeedtestTracker ├── SpeedtestTracker.php ├── app.json ├── config.blade.php ├── livestats.blade.php └── speedtesttracker.png ├── Splunk ├── Splunk.php ├── app.json └── splunk.png ├── Spotweb ├── Spotweb.php ├── app.json ├── config.blade.php ├── livestats.blade.php └── spotweb.png ├── Squidex ├── Squidex.php ├── app.json └── squidex.svg ├── Stash ├── Stash.php ├── app.json ├── config.blade.php ├── livestats.blade.php └── stash.svg ├── Statping ├── Statping.php ├── app.json └── statping.png ├── StirlingPDF ├── StirlingPDF.php ├── app.json └── stirlingpdf.svg ├── Strapi ├── Strapi.php ├── app.json └── strapi.png ├── Streama ├── Streama.php ├── app.json └── streama.png ├── SupermicroIPMI ├── SupermicroIPMI.php ├── app.json └── supermicroipmi.png ├── Sympa ├── Sympa.php ├── app.json └── sympa.svg ├── Synclounge ├── Synclounge.php ├── app.json └── synclounge.png ├── Syncthing ├── Syncthing.php ├── app.json ├── config.blade.php ├── livestats.blade.php └── syncthing.svg ├── Synology ├── Synology.php ├── app.json └── synology.png ├── SynologyDrive ├── SynologyDrive.php ├── app.json └── synologydrive.png ├── SynologyPhoto ├── SynologyPhoto.php ├── app.json └── synologyphoto.png ├── TVHeadend ├── TVHeadend.php ├── app.json └── tvheadend.png ├── TYPO3 ├── TYPO3.php ├── app.json └── typo3.svg ├── Tachidesk ├── Tachidesk.php ├── app.json └── tachidesk.png ├── Taiga ├── Taiga.php ├── app.json └── taiga.png ├── Tailscale ├── Tailscale.php ├── app.json └── tailscale.svg ├── TandoorRecipes ├── TandoorRecipes.php ├── app.json └── tandoorrecipes.svg ├── Tar1090 ├── Tar1090.php ├── app.json ├── config.blade.php ├── livestats.blade.php └── tar1090.png ├── Tartube ├── Tartube.php ├── app.json └── tartube.png ├── TasmoAdmin ├── TasmoAdmin.php ├── app.json └── tasmoadmin.png ├── Tasmota ├── Tasmota.php ├── app.json ├── config.blade.php ├── livestats.blade.php └── tasmota.png ├── Tautulli ├── Tautulli.php ├── app.json ├── config.blade.php ├── livestats.blade.php └── tautulli.png ├── Tdarr ├── Tdarr.php ├── app.json ├── config.blade.php ├── livestats.blade.php └── tdarr.png ├── TechnitiumDNS ├── TechnitiumDNS.php ├── app.json └── technitiumdns.png ├── Teedy ├── Teedy.php ├── app.json └── teedy.png ├── TeslaLogger ├── TeslaLogger.php ├── app.json └── teslalogger.png ├── TheLounge ├── TheLounge.php ├── app.json └── thelounge.png ├── Threadfin ├── Threadfin.php ├── app.json ├── config.blade.php ├── livestats.blade.php └── threadfin.svg ├── ThreeTwo ├── ThreeTwo.php ├── app.json └── threetwo.png ├── TinyTinyRSS ├── TinyTinyRSS.php ├── app.json └── tinytinyrss.png ├── Traccar ├── Traccar.php ├── app.json └── traccar.png ├── Traefik ├── Traefik.php ├── app.json ├── config.blade.php ├── livestats.blade.php └── traefik.svg ├── Transmission ├── Transmission.php ├── app.json ├── config.blade.php ├── livestats.blade.php └── transmission.svg ├── Trilium ├── Trilium.php ├── app.json └── trilium.png ├── TriliumNext ├── TriliumNext.php ├── app.json └── triliumnext.svg ├── TrueNAS ├── TrueNAS.php ├── app.json └── truenas.png ├── TrueNASCORE ├── TrueNASCORE.php ├── app.json ├── config.blade.php ├── livestats.blade.php └── truenascore.png ├── TrueNASSCALE ├── TrueNASSCALE.php ├── app.json ├── config.blade.php ├── livestats.blade.php └── truenasscale.png ├── Ubooquity ├── Ubooquity.php ├── app.json └── ubooquity.png ├── UniFi ├── UniFi.php ├── app.json ├── config.blade.php ├── livestats.blade.php └── unifi.svg ├── UniFiProtect ├── UniFiProtect.php ├── app.json └── unifiprotect.png ├── Unmanic ├── Unmanic.php ├── app.json └── unmanic.png ├── Unraid ├── Unraid.php ├── app.json └── unraid.png ├── UptimeKuma ├── UptimeKuma.php ├── app.json ├── config.blade.php ├── livestats.blade.php └── uptimekuma.svg ├── UptimeRobot ├── UptimeRobot.php ├── app.json └── uptimerobot.svg ├── UrBackup ├── UrBackup.php ├── app.json ├── config.blade.php ├── livestats.blade.php └── urbackup.png ├── VMwareESXi ├── VMwareESXi.php ├── app.json └── vmwareesxi.png ├── VMwarevCenter ├── VMwarevCenter.php ├── app.json └── vmwarevcenter.png ├── Valetudo ├── Valetudo.php ├── app.json ├── config.blade.php ├── livestats.blade.php └── valetudo.png ├── Vault ├── Vault.php ├── app.json └── vault.svg ├── Vaultwarden ├── Vaultwarden.php ├── app.json └── vaultwarden.png ├── ViMbAdmin ├── ViMbAdmin.php ├── app.json └── vimbadmin.png ├── Vikunja ├── Vikunja.php ├── app.json └── vikunja.png ├── VirtualRadarServer ├── VirtualRadarServer.php ├── app.json └── virtualradarserver.png ├── Virtualmin ├── Virtualmin.php ├── app.json └── virtualmin.svg ├── Volumio ├── Volumio.php ├── app.json ├── config.blade.php ├── livestats.blade.php └── volumio.png ├── VuPlus ├── VuPlus.php ├── app.json ├── config.blade.php ├── livestats.blade.php └── vuplus.png ├── WLED ├── WLED.php ├── app.json └── wled.png ├── Wallabag ├── Wallabag.php ├── app.json └── wallabag.png ├── WaniKani ├── WaniKani.php ├── app.json ├── config.blade.php ├── livestats.blade.php └── wanikani.png ├── WatchYourLAN ├── WatchYourLAN.php ├── app.json └── watchyourlan.png ├── Watcher ├── Watcher.php ├── app.json └── watcher.png ├── WebTools ├── WebTools.php ├── app.json └── webtools.png ├── Webmin ├── Webmin.php ├── app.json └── webmin.svg ├── WeightsBiases ├── WeightsBiases.php ├── app.json └── weightsbiases.svg ├── Wekan ├── Wekan.php ├── app.json └── wekan.png ├── Wetty ├── Wetty.php ├── app.json └── wetty.png ├── WgGenWeb ├── WgGenWeb.php ├── app.json └── wggenweb.png ├── Whoogle ├── Whoogle.php ├── app.json └── whoogle.png ├── Wikijs ├── Wikijs.php ├── app.json └── wikijs.png ├── WindowsAdminCenter ├── WindowsAdminCenter.php ├── app.json └── windowsadmincenter.png ├── WireGuard ├── WireGuard.php ├── app.json └── wireguard.png ├── WoodpeckerCI ├── WoodpeckerCI.php ├── app.json └── woodpeckerci.svg ├── WordPress ├── WordPress.php ├── app.json └── wordpress.svg ├── XWiki ├── XWiki.php ├── app.json └── xwiki.png ├── XenOrchestra ├── XenOrchestra.php ├── app.json └── xenorchestra.png ├── Xigmanas ├── Xigmanas.php ├── app.json └── xigmanas.png ├── YNAB ├── YNAB.php ├── app.json └── ynab.png ├── YOURLS ├── YOURLS.php ├── app.json └── yourls.svg ├── Yacht ├── Yacht.php ├── app.json └── yacht.svg ├── YourSpotify ├── YourSpotify.php ├── app.json └── yourspotify.svg ├── ZNC ├── ZNC.php ├── app.json └── znc.png ├── Zabbix ├── Zabbix.php ├── app.json └── zabbix.svg ├── Zammad ├── Zammad.php ├── app.json └── zammad.svg ├── Zigbee2MQTT ├── Zigbee2MQTT.php ├── Zigbee2MQTT.png └── app.json ├── ZoneMinder ├── ZoneMinder.php ├── app.json └── zoneminder.png ├── Zulip ├── Zulip.php ├── app.json └── zulip.png ├── Zwavejs2Mqtt ├── Zwavejs2Mqtt.php ├── app.json ├── zwavejs2mqtt.png └── zwavejs2mqtt.svg ├── apps.tests.js ├── cAdvisor ├── app.json ├── cAdvisor.php └── cadvisor.png ├── cPanel ├── app.json ├── cPanel.php └── cpanel.png ├── crowdsec ├── app.json ├── crowdsec.php └── crowdsec.png ├── iDRAC ├── app.json ├── iDRAC.php └── idrac.png ├── iLO ├── app.json ├── iLO.php └── ilo.svg ├── index.js ├── ioBroker ├── app.json ├── ioBroker.php └── iobroker.png ├── ntfy ├── app.json ├── ntfy.php └── ntfy.svg ├── ntopng ├── app.json ├── ntopng.php └── ntopng.png ├── oVirt ├── app.json ├── config.blade.php ├── livestats.blade.php ├── oVirt.php └── ovirt.svg ├── openHAB ├── app.json ├── openHAB.php └── openhab.png ├── openmediavault ├── app.json ├── config.blade.php ├── livestats.blade.php ├── openmediavault.php └── openmediavault.svg ├── openvscodeserver ├── app.json ├── openvscodeserver.php └── openvscodeserver.png ├── osTicket ├── app.json ├── osTicket.php └── osticket.png ├── ownCloud ├── app.json ├── ownCloud.php └── owncloud.png ├── package-lock.json ├── package.json ├── pfSense ├── app.json ├── pfSense.php └── pfsense.svg ├── pgAdmin ├── app.json ├── pgAdmin.php └── pgadmin.png ├── phpIPAM ├── app.json ├── phpIPAM.php └── phpipam.png ├── phpLDAPadmin ├── app.json ├── phpLDAPadmin.php └── phpldapadmin.png ├── phpMyAdmin ├── app.json ├── phpMyAdmin.php └── phpmyadmin.png ├── phpstan.neon ├── pyLoad ├── app.json ├── pyLoad.php └── pyload.png ├── qBittorrent ├── app.json ├── config.blade.php ├── livestats.blade.php ├── qBittorrent.php └── qbittorrent.svg ├── ruTorrent ├── app.json ├── config.blade.php ├── livestats.blade.php ├── ruTorrent.php └── rutorrent.png ├── sftpgo ├── app.json ├── sftpgo.php └── sftpgo.png ├── testHelpers.js ├── testRunner.js ├── vmwarehorizon ├── app.json ├── vmwarehorizon.php └── vmwarehorizon.png ├── xTeVe ├── app.json ├── xTeVe.php └── xteve.png └── youtubedl ├── app.json ├── youtubedl.php └── youtubedl.png /.bladeformatterrc.json: -------------------------------------------------------------------------------- 1 | { 2 | "indentSize": 4, 3 | "wrapAttributes": "auto", 4 | "wrapLineLength": 250, 5 | "endWithNewLine": true, 6 | "useTabs": false, 7 | "sortTailwindcssClasses": true 8 | } 9 | -------------------------------------------------------------------------------- /.github/dependabot.yml: -------------------------------------------------------------------------------- 1 | # Set update schedule for GitHub Actions 2 | version: 2 3 | updates: 4 | - package-ecosystem: "github-actions" 5 | directory: "/" 6 | schedule: 7 | interval: "weekly" 8 | -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | node_modules 2 | list.json 3 | dist 4 | Vaultwarden/Thumbs.db 5 | BrotherPrinter/Thumbs.db 6 | Rustdesk/Thumbs.db 7 | .idea 8 | .DS_Store 9 | -------------------------------------------------------------------------------- /.prettierrc.json: -------------------------------------------------------------------------------- 1 | { 2 | "phpVersion": "7.2", 3 | "overrides": [], 4 | "plugins": ["@shufo/prettier-plugin-blade", "@prettier/plugin-php"] 5 | } 6 | -------------------------------------------------------------------------------- /AMP/AMP.php: -------------------------------------------------------------------------------- 1 | 2 | @foreach ($visiblestats as $stat) 3 |
  • 4 | {!! $stat->title !!} 5 | {!! $stat->value !!} 6 |
  • 7 | @endforeach 8 | 9 | -------------------------------------------------------------------------------- /AWX/livestats.blade.php: -------------------------------------------------------------------------------- 1 | 11 | -------------------------------------------------------------------------------- /Ackee/Ackee.php: -------------------------------------------------------------------------------- 1 | 2 |
  • 3 | Queries 4 | {!! $dns_queries !!} 5 |
  • 6 |
  • 7 | Blocked 8 | {!! $blocked_filtering !!} 9 |
  • 10 | 11 | -------------------------------------------------------------------------------- /Adminer/Adminer.php: -------------------------------------------------------------------------------- 1 | 2 |
  • 3 | Status 4 | {!! $alarm_status !!} 5 |
  • 6 |
  • 7 | Sensors 8 | {!! $alarm_sensors !!} 9 |
  • 10 | 11 | -------------------------------------------------------------------------------- /Alertmanager/Alertmanager.php: -------------------------------------------------------------------------------- 1 | 2 |
  • RUN: {{ $running_count }}{!! $download_rate !!}
  • 3 |
  • DONE: {{ $stopped_count }}{!! $upload_rate !!}
  • 4 | 5 | -------------------------------------------------------------------------------- /Artifactory/artifactory.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxserver/Heimdall-Apps/614e103f2c5c5fbb5cb4519ba74f1b44a352144f/Artifactory/artifactory.png -------------------------------------------------------------------------------- /AsrockRackIPMI/AsrockRackIPMI.php: -------------------------------------------------------------------------------- 1 | 2 |
  • 3 | Total Playtime 4 | {!! $totalTime !!} 5 |
  • 6 | 7 | -------------------------------------------------------------------------------- /Authelia/Authelia.php: -------------------------------------------------------------------------------- 1 | 2 |
  • 3 | Applications 4 | {!! $applications !!} 5 |
  • 6 |
  • 7 | Users 8 | {!! $users !!} 9 |
  • 10 | 11 | -------------------------------------------------------------------------------- /Autobrr/autobrr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxserver/Heimdall-Apps/614e103f2c5c5fbb5cb4519ba74f1b44a352144f/Autobrr/autobrr.png -------------------------------------------------------------------------------- /Autobrr/livestats.blade.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Bacula/Bacula.php: -------------------------------------------------------------------------------- 1 | 2 |
  • 3 | Movies 4 | {!! $movies !!} 5 |
  • 6 |
  • 7 | Episodes 8 | {!! $series !!} 9 |
  • 10 | 11 | -------------------------------------------------------------------------------- /Bitwarden/Bitwarden.php: -------------------------------------------------------------------------------- 1 | 2 |
  • 3 | Queue 4 | {!! $queue_size !!} 5 |
  • 6 |
  • 7 | Speed 8 | {!! $current_speed !!} 9 |
  • 10 | 11 | -------------------------------------------------------------------------------- /Booksonic/Booksonic.php: -------------------------------------------------------------------------------- 1 | 2 | @foreach ($visiblestats as $stat) 3 |
  • 4 | {!! $stat->title !!} 5 | {!! $stat->value !!} 6 |
  • 7 | @endforeach 8 | 9 | -------------------------------------------------------------------------------- /Box/Box.php: -------------------------------------------------------------------------------- 1 | 2 |
  • 3 | Total Apps 4 | {!! $total !!} 5 |
  • 6 |
  • 7 | Active Apps 8 | {!! $active !!} 9 |
  • 10 | -------------------------------------------------------------------------------- /ByteStash/ByteStash.php: -------------------------------------------------------------------------------- 1 | 2 |
  • 3 | Overall Status 4 | {!! $count_output !!} {!! $status_output !!} 5 |
  • 6 | 7 | -------------------------------------------------------------------------------- /CalibreWeb/CalibreWeb.php: -------------------------------------------------------------------------------- 1 | 2 |
  • 3 | Streams 4 | {!! $streams !!} 5 |
  • 6 |
  • 7 | Recording 8 | {!! $recordings !!} 9 |
  • 10 | 11 | -------------------------------------------------------------------------------- /Checkmk/Checkmk.php: -------------------------------------------------------------------------------- 1 | 2 |
  • 3 | Mode 4 | {!! $outbound_mode !!} 5 |
  • 6 |
  • 7 | {!! $sel_name !!} 8 | {!! $sel_value !!} 9 |
  • 10 | 11 | -------------------------------------------------------------------------------- /CloudCMD/CloudCMD.php: -------------------------------------------------------------------------------- 1 | 2 |
  • 3 | Missing 4 | {!! $missing !!} 5 |
  • 6 | 7 | -------------------------------------------------------------------------------- /CraftyController/craftycontroller.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxserver/Heimdall-Apps/614e103f2c5c5fbb5cb4519ba74f1b44a352144f/CraftyController/craftycontroller.png -------------------------------------------------------------------------------- /Crater/Crater.php: -------------------------------------------------------------------------------- 1 | 2 |
  • Leech: {{ $leech_count }}{!! $download_rate !!}
  • 3 |
  • Seed: {{ $seed_count }}{!! $upload_rate !!}
  • 4 | 5 | -------------------------------------------------------------------------------- /Diaspora/livestats.blade.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Dillinger/Dillinger.php: -------------------------------------------------------------------------------- 1 | 2 |
  • 3 | Today 4 | {!! $today !!} 5 |
  • 6 |
  • 7 | Usage 8 | {!! $usage !!} 9 |
  • 10 | 11 | -------------------------------------------------------------------------------- /DoubleCommander/DoubleCommander.php: -------------------------------------------------------------------------------- 1 | 2 |
  • 3 | Next 4 | {!! $nextBackup !!} 5 |
  • 6 |
  • 7 | Errors 8 | {!! $error !!} 9 |
  • 10 | 11 | -------------------------------------------------------------------------------- /ESPHome/ESPHome.php: -------------------------------------------------------------------------------- 1 | 2 | @foreach ($visiblestats as $stat) 3 |
  • 4 | {!! $stat->title !!} 5 | {!! $stat->value !!} 6 |
  • 7 | @endforeach 8 | 9 | -------------------------------------------------------------------------------- /EmbyStat/EmbyStat.php: -------------------------------------------------------------------------------- 1 | 2 |
  • 3 | {{ $status }} 4 | {!! $progress !!} 5 |
  • 6 |
  • 7 | ETA 8 | {!! $eta !!} 9 |
  • 10 | 11 | -------------------------------------------------------------------------------- /Forgejo/Forgejo.php: -------------------------------------------------------------------------------- 1 | 2 |
  • 3 | Uptime 4 | {!! $uptime !!} 5 |
  • 6 |
  • 7 | Alerts 8 | {!! $alert_tot !!} 9 |
  • 10 | 11 | -------------------------------------------------------------------------------- /FreshRSS/freshrss.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxserver/Heimdall-Apps/614e103f2c5c5fbb5cb4519ba74f1b44a352144f/FreshRSS/freshrss.png -------------------------------------------------------------------------------- /FreshRSS/livestats.blade.php: -------------------------------------------------------------------------------- 1 | 8 | -------------------------------------------------------------------------------- /FreshTomato/FreshTomato.php: -------------------------------------------------------------------------------- 1 | 2 |
  • 3 | Opened 4 | {!! $opened !!} 5 |
  • 6 |
  • 7 | Closed 8 | {!! $closed !!} 9 |
  • 10 | 11 | -------------------------------------------------------------------------------- /Gardener/Gardener.php: -------------------------------------------------------------------------------- 1 | 2 |
  • 3 | Published 4 | {!! $published !!} 5 |
  • 6 |
  • 7 | Draft 8 | {!! $draft !!} 9 |
  • 10 | 11 | -------------------------------------------------------------------------------- /Ghostfolio/ghostfolio.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxserver/Heimdall-Apps/614e103f2c5c5fbb5cb4519ba74f1b44a352144f/Ghostfolio/ghostfolio.png -------------------------------------------------------------------------------- /Ghostfolio/livestats.blade.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /GitHub/GitHub.php: -------------------------------------------------------------------------------- 1 | 2 | @foreach ($visiblestats as $stat) 3 |
  • 4 | {!! $stat->title !!} 5 | {!! $stat->value !!} 6 |
  • 7 | @endforeach 8 | 9 | -------------------------------------------------------------------------------- /Glances/glances.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxserver/Heimdall-Apps/614e103f2c5c5fbb5cb4519ba74f1b44a352144f/Glances/glances.png -------------------------------------------------------------------------------- /Glances/livestats.blade.php: -------------------------------------------------------------------------------- 1 | 9 | -------------------------------------------------------------------------------- /Gogs/app.json: -------------------------------------------------------------------------------- 1 | { 2 | "appid": "df505c6582933deef50ad5181747782f1f514713", 3 | "name": "Gogs", 4 | "website": "https://gogs.io", 5 | "license": "MIT License", 6 | "description": "A painless self-hosted Git service.", 7 | "enhanced": true, 8 | "tile_background": "dark", 9 | "icon": "gogs.png" 10 | } 11 | -------------------------------------------------------------------------------- /Gogs/gogs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxserver/Heimdall-Apps/614e103f2c5c5fbb5cb4519ba74f1b44a352144f/Gogs/gogs.png -------------------------------------------------------------------------------- /Gogs/livestats.blade.php: -------------------------------------------------------------------------------- 1 | 11 | -------------------------------------------------------------------------------- /Gotify/gotify.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxserver/Heimdall-Apps/614e103f2c5c5fbb5cb4519ba74f1b44a352144f/Gotify/gotify.png -------------------------------------------------------------------------------- /Grafana/Grafana.php: -------------------------------------------------------------------------------- 1 | 2 |
  • 3 | Temp 4 | {!! $cpu !!} 5 |
  • 6 |
  • 7 | RAM 8 | {!! $ram !!} 9 |
  • 10 | 11 | -------------------------------------------------------------------------------- /Homer/Homer.php: -------------------------------------------------------------------------------- 1 | 2 |
  • 3 | Traces 4 | {!! $traces !!} 5 |
  • 6 |
  • 7 | Duration 8 | {!! $avg_duration !!} ms 9 |
  • 10 | 11 | -------------------------------------------------------------------------------- /Jeedom/Jeedom.php: -------------------------------------------------------------------------------- 1 | 2 | @foreach ($visiblestats as $stat) 3 |
  • 4 | {!! $stat->title !!} 5 | {!! $stat->value !!} 6 |
  • 7 | @endforeach 8 | 9 | -------------------------------------------------------------------------------- /Jellyseerr/jellyseerr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxserver/Heimdall-Apps/614e103f2c5c5fbb5cb4519ba74f1b44a352144f/Jellyseerr/jellyseerr.png -------------------------------------------------------------------------------- /Jellyseerr/livestats.blade.php: -------------------------------------------------------------------------------- 1 | 11 | -------------------------------------------------------------------------------- /Jellystat/jellystat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxserver/Heimdall-Apps/614e103f2c5c5fbb5cb4519ba74f1b44a352144f/Jellystat/jellystat.png -------------------------------------------------------------------------------- /Jenkins/livestats.blade.php: -------------------------------------------------------------------------------- 1 | 7 | -------------------------------------------------------------------------------- /Jira/Jira.php: -------------------------------------------------------------------------------- 1 | 2 | @foreach ($visiblestats as $stat) 3 |
  • 4 | {!! $stat->title !!} 5 | {!! $stat->value !!} 6 |
  • 7 | @endforeach 8 | 9 | -------------------------------------------------------------------------------- /Komga/livestats.blade.php: -------------------------------------------------------------------------------- 1 | 11 | -------------------------------------------------------------------------------- /Kopia/Kopia.php: -------------------------------------------------------------------------------- 1 | 2 |
  • 3 | Missing 4 | {!! $missing !!} 5 |
  • 6 |
  • 7 | Queue 8 | {!! $queue !!} 9 |
  • 10 | 11 | -------------------------------------------------------------------------------- /LinkAce/livestats.blade.php: -------------------------------------------------------------------------------- 1 | 11 | -------------------------------------------------------------------------------- /Linkwarden/Linkwarden.php: -------------------------------------------------------------------------------- 1 | 2 |
  • 3 | Rules 4 | {!! $activeRules !!}/{!! $rules !!} 5 |
  • 6 | 7 | -------------------------------------------------------------------------------- /Mastodon/Mastodon.php: -------------------------------------------------------------------------------- 1 | 2 |
  • 3 | Queue 4 | {!! $queue_size !!} 5 |
  • 6 |
  • 7 | Done 8 | {!! $done_size !!} 9 |
  • 10 | -------------------------------------------------------------------------------- /MeTube/metube.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxserver/Heimdall-Apps/614e103f2c5c5fbb5cb4519ba74f1b44a352144f/MeTube/metube.png -------------------------------------------------------------------------------- /Mealie/Mealie.php: -------------------------------------------------------------------------------- 1 | 2 |
  • 3 | Unread entries 4 | {!! $count_unread !!} 5 |
  • 6 | 7 | -------------------------------------------------------------------------------- /Miniflux/miniflux.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxserver/Heimdall-Apps/614e103f2c5c5fbb5cb4519ba74f1b44a352144f/Miniflux/miniflux.png -------------------------------------------------------------------------------- /Minio/Minio.php: -------------------------------------------------------------------------------- 1 | 2 |
  • 3 | Contacts 4 | {!! $contacts !!} 5 |
  • 6 | 7 | -------------------------------------------------------------------------------- /Monica/monica.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxserver/Heimdall-Apps/614e103f2c5c5fbb5cb4519ba74f1b44a352144f/Monica/monica.png -------------------------------------------------------------------------------- /Monit/livestats.blade.php: -------------------------------------------------------------------------------- 1 | 9 | -------------------------------------------------------------------------------- /Monit/monit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxserver/Heimdall-Apps/614e103f2c5c5fbb5cb4519ba74f1b44a352144f/Monit/monit.png -------------------------------------------------------------------------------- /MotionEye/MotionEye.php: -------------------------------------------------------------------------------- 1 | 2 |
  • 3 | Missing 4 | {!! $missing !!} 5 |
  • 6 |
  • 7 | Upcoming 8 | {!! $upcoming !!} 9 |
  • 10 | 11 | -------------------------------------------------------------------------------- /Mylar/mylar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxserver/Heimdall-Apps/614e103f2c5c5fbb5cb4519ba74f1b44a352144f/Mylar/mylar.png -------------------------------------------------------------------------------- /N8n/N8n.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /NZBHydra/nzbhydra.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxserver/Heimdall-Apps/614e103f2c5c5fbb5cb4519ba74f1b44a352144f/NZBHydra/nzbhydra.png -------------------------------------------------------------------------------- /Nagios/Nagios.php: -------------------------------------------------------------------------------- 1 | 2 |
  • 3 | Now Playing 4 | {!! $now_playing !!} 5 |
  • 6 | 7 | -------------------------------------------------------------------------------- /Nessus/livestats.blade.php: -------------------------------------------------------------------------------- 1 | 7 | -------------------------------------------------------------------------------- /Nessus/nessus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxserver/Heimdall-Apps/614e103f2c5c5fbb5cb4519ba74f1b44a352144f/Nessus/nessus.png -------------------------------------------------------------------------------- /NetBox/NetBox.php: -------------------------------------------------------------------------------- 1 | 2 | @foreach ($visiblestats as $stat) 3 |
  • 4 | {{ $stat['title'] }} 5 | {{ $stat['value'] }} 6 |
  • 7 | @endforeach 8 | 9 | -------------------------------------------------------------------------------- /Netdata/netdata.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /NetgearOrbi/NetgearOrbi.php: -------------------------------------------------------------------------------- 1 | 2 | @foreach ($visiblestats as $stat) 3 |
  • 4 | {!! $stat->title !!} 5 | {!! $stat->value !!} 6 |
  • 7 | @endforeach 8 | 9 | -------------------------------------------------------------------------------- /NexusRepositoryManagerOSS3x/NexusRepositoryManagerOSS3x.php: -------------------------------------------------------------------------------- 1 | 2 |
  • Queue{!! $queue_size !!}
  • 3 |
  • Speed{!! $current_speed !!}/s
  • 4 | 5 | -------------------------------------------------------------------------------- /Nzbget/nzbget.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxserver/Heimdall-Apps/614e103f2c5c5fbb5cb4519ba74f1b44a352144f/Nzbget/nzbget.png -------------------------------------------------------------------------------- /OPNsense/OPNsense.php: -------------------------------------------------------------------------------- 1 | 2 |
  • Pending{!! $pending !!}
  • 3 |
  • Approved{!! $approved !!}
  • 4 | 5 | -------------------------------------------------------------------------------- /Ombi/ombi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxserver/Heimdall-Apps/614e103f2c5c5fbb5cb4519ba74f1b44a352144f/Ombi/ombi.png -------------------------------------------------------------------------------- /OnlyOffice/OnlyOffice.php: -------------------------------------------------------------------------------- 1 | 2 |
  • 3 | Pending 4 | {!! $pending !!} 5 |
  • 6 |
  • 7 | Processing 8 | {!! $processing !!} 9 |
  • 10 | 11 | -------------------------------------------------------------------------------- /OwnPhotos/OwnPhotos.php: -------------------------------------------------------------------------------- 1 | 2 |
  • 3 | Photos 4 | {!! $photos !!} 5 |
  • 6 |
  • 7 | Videos 8 | {!! $videos !!} 9 |
  • 10 | 11 | -------------------------------------------------------------------------------- /PhotoPrism/photoprism.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxserver/Heimdall-Apps/614e103f2c5c5fbb5cb4519ba74f1b44a352144f/PhotoPrism/photoprism.png -------------------------------------------------------------------------------- /Photonix/Photonix.php: -------------------------------------------------------------------------------- 1 | 2 |
  • 3 | Aircraft 4 | {!! $total !!} 5 |
  • 6 |
  • 7 | Positions 8 | {!! $positions !!} 9 |
  • 10 | 11 | 12 | -------------------------------------------------------------------------------- /PiAware/piaware.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxserver/Heimdall-Apps/614e103f2c5c5fbb5cb4519ba74f1b44a352144f/PiAware/piaware.png -------------------------------------------------------------------------------- /PiKVM/PiKVM.php: -------------------------------------------------------------------------------- 1 | 2 |
  • 3 | Running 4 | {!! $running !!} 5 |
  • 6 |
  • 7 | Stopped 8 | {!! $stopped !!} 9 |
  • 10 | 11 | -------------------------------------------------------------------------------- /Poste/Poste.php: -------------------------------------------------------------------------------- 1 | 2 |
  • 3 | Messages 4 | {!! $total !!} 5 |
  • 6 |
  • 7 | In / Out 8 | {!! $in !!} / {!! $out !!} 9 |
  • 10 | 11 | -------------------------------------------------------------------------------- /Radarr/livestats.blade.php: -------------------------------------------------------------------------------- 1 | 11 | -------------------------------------------------------------------------------- /Radicale/Radicale.php: -------------------------------------------------------------------------------- 1 | 2 |
  • 3 | Missing 4 | {!! $missing !!} 5 |
  • 6 |
  • 7 | Upcoming 8 | {!! $upcoming !!} 9 |
  • 10 | 11 | -------------------------------------------------------------------------------- /Recalbox/Recalbox.php: -------------------------------------------------------------------------------- 1 | 2 | @foreach ($visiblestats as $stat) 3 |
  • 4 | {!! $stat->title !!} 5 | {!! $stat->value !!} 6 |
  • 7 | @endforeach 8 | 9 | -------------------------------------------------------------------------------- /RomM/romm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxserver/Heimdall-Apps/614e103f2c5c5fbb5cb4519ba74f1b44a352144f/RomM/romm.png -------------------------------------------------------------------------------- /RompЯ/RompЯ.php: -------------------------------------------------------------------------------- 1 | 2 |
  • 3 | Queue 4 | {!! $queue_size !!} 5 |
  • 6 |
  • 7 | Speed 8 | {!! $current_speed !!} 9 |
  • 10 | 11 | -------------------------------------------------------------------------------- /SOGo/SOGo.php: -------------------------------------------------------------------------------- 1 | 2 |
  • 3 | Passed 4 | {!! $passed ?? 0 !!} 5 |
  • 6 | 7 |
  • 8 | Failed 9 | {!! $failed ?? 0 !!} 10 |
  • 11 | 12 | -------------------------------------------------------------------------------- /Scrutiny/scrutiny.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxserver/Heimdall-Apps/614e103f2c5c5fbb5cb4519ba74f1b44a352144f/Scrutiny/scrutiny.png -------------------------------------------------------------------------------- /Seafile/Seafile.php: -------------------------------------------------------------------------------- 1 | 2 |
  • 3 | Missing 4 | {!! $missing !!} 5 |
  • 6 |
  • 7 | Queue 8 | {!! $queue !!} 9 |
  • 10 | 11 | -------------------------------------------------------------------------------- /Sourcegraph/Sourcegraph.php: -------------------------------------------------------------------------------- 1 | 2 | @foreach ($visiblestats as $stat) 3 |
  • 4 | {!! $stat->title !!} 5 | {!! $stat->value !!} 6 |
  • 7 | @endforeach 8 | 9 | -------------------------------------------------------------------------------- /SpeedtestTracker/speedtesttracker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxserver/Heimdall-Apps/614e103f2c5c5fbb5cb4519ba74f1b44a352144f/SpeedtestTracker/speedtesttracker.png -------------------------------------------------------------------------------- /Splunk/Splunk.php: -------------------------------------------------------------------------------- 1 | 2 |
  • 3 | Last update 4 | {!! $last_update !!} 5 |
  • 6 | 7 | -------------------------------------------------------------------------------- /Spotweb/spotweb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxserver/Heimdall-Apps/614e103f2c5c5fbb5cb4519ba74f1b44a352144f/Spotweb/spotweb.png -------------------------------------------------------------------------------- /Squidex/Squidex.php: -------------------------------------------------------------------------------- 1 | 2 |
  • 3 | Scenes 4 | {!! $scene_count !!} 5 |
  • 6 |
  • 7 | Scenes size 8 | {!! $scenes_size !!} 9 |
  • 10 | 11 | -------------------------------------------------------------------------------- /Statping/Statping.php: -------------------------------------------------------------------------------- 1 | 2 |
  • 3 | Stream Count 4 | {!! $stream_count !!} 5 |
  • 6 | 7 | -------------------------------------------------------------------------------- /Tautulli/tautulli.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxserver/Heimdall-Apps/614e103f2c5c5fbb5cb4519ba74f1b44a352144f/Tautulli/tautulli.png -------------------------------------------------------------------------------- /Tdarr/tdarr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxserver/Heimdall-Apps/614e103f2c5c5fbb5cb4519ba74f1b44a352144f/Tdarr/tdarr.png -------------------------------------------------------------------------------- /TechnitiumDNS/TechnitiumDNS.php: -------------------------------------------------------------------------------- 1 | 2 |
  • 3 | Channels 4 | {!! $activeChannels !!}/{!! $totalChannels !!} 5 |
  • 6 | -------------------------------------------------------------------------------- /ThreeTwo/ThreeTwo.php: -------------------------------------------------------------------------------- 1 | 2 |
  • Leech: {{ $leech_count }}{!! $download_rate !!}
  • 3 |
  • Seed: {{ $seed_count }}{!! $upload_rate !!}
  • 4 | 5 | -------------------------------------------------------------------------------- /Trilium/Trilium.php: -------------------------------------------------------------------------------- 1 | 2 |
  • 3 | Up 4 | {!! $up ?? 0 !!} 5 |
  • 6 |
  • 7 | Down 8 | {!! $down ?? 0 !!} 9 |
  • 10 | 11 | -------------------------------------------------------------------------------- /UptimeRobot/UptimeRobot.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /UrBackup/livestats.blade.php: -------------------------------------------------------------------------------- 1 | 11 | -------------------------------------------------------------------------------- /UrBackup/urbackup.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxserver/Heimdall-Apps/614e103f2c5c5fbb5cb4519ba74f1b44a352144f/UrBackup/urbackup.png -------------------------------------------------------------------------------- /VMwareESXi/vmwareesxi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxserver/Heimdall-Apps/614e103f2c5c5fbb5cb4519ba74f1b44a352144f/VMwareESXi/vmwareesxi.png -------------------------------------------------------------------------------- /VMwarevCenter/VMwarevCenter.php: -------------------------------------------------------------------------------- 1 | 2 |
  • 3 | Queue 4 | {!! $queue_size !!} 5 |
  • 6 |
  • 7 | Speed 8 | {!! $current_speed !!} 9 |
  • 10 | 11 | -------------------------------------------------------------------------------- /Volumio/volumio.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxserver/Heimdall-Apps/614e103f2c5c5fbb5cb4519ba74f1b44a352144f/Volumio/volumio.png -------------------------------------------------------------------------------- /VuPlus/livestats.blade.php: -------------------------------------------------------------------------------- 1 | 7 | -------------------------------------------------------------------------------- /VuPlus/vuplus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxserver/Heimdall-Apps/614e103f2c5c5fbb5cb4519ba74f1b44a352144f/VuPlus/vuplus.png -------------------------------------------------------------------------------- /WLED/WLED.php: -------------------------------------------------------------------------------- 1 | 2 |
  • 3 | Lessons 4 | {!! $lessons !!} 5 |
  • 6 |
  • 7 | Reviews 8 | {!! $reviews !!} 9 |
  • 10 | 11 | -------------------------------------------------------------------------------- /WaniKani/wanikani.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxserver/Heimdall-Apps/614e103f2c5c5fbb5cb4519ba74f1b44a352144f/WaniKani/wanikani.png -------------------------------------------------------------------------------- /WatchYourLAN/WatchYourLAN.php: -------------------------------------------------------------------------------- 1 | 2 |
  • 3 | Queue 4 | {!! $queue_size !!} 5 |
  • 6 |
  • 7 | Speed 8 | {!! $current_speed !!} 9 |
  • 10 | 11 | -------------------------------------------------------------------------------- /openHAB/openHAB.php: -------------------------------------------------------------------------------- 1 | 2 | @foreach ($visiblestats as $stat) 3 |
  • 4 | {!! $stat->title !!} 5 | {!! $stat->value !!} 6 |
  • 7 | @endforeach 8 | 9 | -------------------------------------------------------------------------------- /openvscodeserver/openvscodeserver.php: -------------------------------------------------------------------------------- 1 | 2 |
  • Leech: {{ $leech_count }}{!! $download_rate !!}
  • 3 |
  • Seed: {{ $seed_count }}{!! $upload_rate !!}
  • 4 | 5 | -------------------------------------------------------------------------------- /ruTorrent/rutorrent.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxserver/Heimdall-Apps/614e103f2c5c5fbb5cb4519ba74f1b44a352144f/ruTorrent/rutorrent.png -------------------------------------------------------------------------------- /sftpgo/sftpgo.php: -------------------------------------------------------------------------------- 1 |