Entropy Reduction

Personal log of yet another digital native.


Project maintained by andre-abadi Hosted on GitHub Pages — Theme by mattgraham

Purpose

References

Actions

Reflections

Code

Notes

Docker Compose

version: '3.4'

services:
  autoscan:
    container_name: autoscan
    hostname: autoscan
    image: cr.hotio.dev/hotio/autoscan
    restart: unless-stopped
    environment:
      - TZ=Australia/Perth
    ports:
      - "3030:3030"
    network_mode: "bridge"
    healthcheck:
      test: curl --silent --fail --output /dev/null --insecure http://localhost:3030 || exit 1
      interval: 10s
      timeout: 5s
      retries: 3
      start_period: 120s
    volumes:
      - "~/.docker/autoscan/config:/config"
      - "/etc/localtime:/etc/localtime:ro"

Tdarr Plugin Stack

Community,Tdarr_Plugin_lmg1_Reorder_Streams,,Community,Tdarr_Plugin_MC93_MigzImageRemoval,,Community,Tdarr_Plugin_x7ac_Remove_Closed_Captions,,Local,fo_XOQaFu,,Local,i-9iCPDL3,,Local,j6yeumXkA,,Community,Tdarr_Plugin_MC93_Migz5ConvertAudio,,Community,Tdarr_Plugin_c0r1_SetDefaultAudioStream,,Community,Tdarr_Plugin_MC93_Migz6OrderStreams,,Community,Tdarr_Plugin_TD01_TOAD_Autoscan,,