Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
SimpleHomelab committed Jun 12, 2020
1 parent fb5532a commit 4830093
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 34 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,21 @@
# Changelog

- Only showing high-level changes. Smaller changes are too many to list.

## Planned:

- Add LazyLibrarian, Calibre, Caliber-web, projectsend, embystat, nextcloud, nut-upsd, HealthChecks, FileRun, smtp-to-telegram, fail2ban
- Add projectsend, embystat, nextcloud, nut-upsd, HealthChecks, FileRun, smtp-to-telegram, fail2ban
- tecnative docker proxy
- traefik custom error pages https://github.com/guillaumebriday/traefik-custom-error-pages
- improvements from https://github.com/jamescurtin/traefik-proxy

## June 12, 2020

- Added Home Assistant Core
- Added Redis and Redis Commander
- Enabled Authelia to use Redis
- Added LazyLibrarian, CAlibre, and Caliber-web

## May 31, 2020

- Removed tls=true from service since tls.certresolver=dns-cloudflare auto enables TLS
Expand Down
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,11 @@ We will try to keep this repo up-to-date. For now, here are the apps currently i

### SMART HOME

- Home Assistant Core - Home Automation
- HA-Dockermon - Manage Docker containers in Home Assistant
- Mosquitto - MQTT Broker
- MotionEye - Video Surveillance
- ZoneMinder - Video Surveillance
- Home Assistant Core - Home Automation (OBSOLETE)
- MiFlora - MiFlora MQTT Daemon (MiFlora Plant Sensors) (OBSOLETE)

### DATABASE
Expand All @@ -61,6 +62,8 @@ We will try to keep this repo up-to-date. For now, here are the apps currently i
- Postgres - Database
- Grafana - Graphical data visualization for InfluxDB data
- Varken - Monitor Plex, Sonarr, Radarr, and Other Data (OBSOLETE)
- Redis - Key value store
- Redis Commander - Redis management

### DOWNLOADERS

Expand All @@ -79,10 +82,13 @@ We will try to keep this repo up-to-date. For now, here are the apps currently i
- Lidarr - Music Management
- Radarr - Movie management
- Sonarr - TV Shows management
- LazyLibrarian - Books Management

### MEDIA SERVER

- AirSonic - Music Server
- Calibre - Ebook/Audiobook Server
- Calibre-Web - Ebook/Audiobook Reader
- Plex - Media Server
- Emby - Media Server
- Jellyfin - Media Server
Expand Down
32 changes: 0 additions & 32 deletions docker-compose-t2-obsolete.yml
Original file line number Diff line number Diff line change
Expand Up @@ -212,38 +212,6 @@ services:
- "traefik.http.routers.code-server-rtr.service=code-server-svc"
- "traefik.http.services.code-server-svc.loadbalancer.server.port=8443"

# Home Assistant Core - Home Automation
homeassistant:
container_name: homeassistant
restart: unless-stopped
image: homeassistant/home-assistant:stable
networks:
- t2_proxy
devices:
- /dev/ttyUSB0:/dev/ttyUSB0
- /dev/ttyUSB1:/dev/ttyUSB1
- /dev/ttyACM0:/dev/ttyACM0
volumes:
- ${USERDIR}/docker/hassio/homeassistant:/config
- /etc/localtime:/etc/localtime:ro
- ${USERDIR}/docker/shared:/shared
- ${USERDIR}/docker/open-zwave:/open-zwave
ports:
- "$HOMEASSISTANT_PORT:8123"
environment:
- TZ=${TZ}
labels:
- "traefik.enable=true"
## HTTP Routers
- "traefik.http.routers.homeassistant-rtr.entrypoints=https"
- "traefik.http.routers.homeassistant-rtr.rule=Host(`hassio.$DOMAINNAME`)"
- "traefik.http.routers.homeassistant-rtr.tls=true"
## Middlewares
- "traefik.http.routers.homeassistant-rtr.middlewares=chain-no-auth@file"
## HTTP Services
- "traefik.http.routers.homeassistant-rtr.service=homeassistant-svc"
- "traefik.http.services.homeassistant-svc.loadbalancer.server.port=8123"

# qBittorrent - Torrent downloader
# Needs trailing / if using PathPrefixStrip
qbittorrent:
Expand Down

0 comments on commit 4830093

Please sign in to comment.