From 85f4f07edf58f8b5f7eeb1d649e719ab95f9b1a4 Mon Sep 17 00:00:00 2001 From: Ryan Date: Tue, 5 Jul 2022 19:09:59 -0400 Subject: [PATCH] Add Librespeed --- applications/roles/home-apps/tasks/main.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/applications/roles/home-apps/tasks/main.yml b/applications/roles/home-apps/tasks/main.yml index 12176a9..9f524ec 100644 --- a/applications/roles/home-apps/tasks/main.yml +++ b/applications/roles/home-apps/tasks/main.yml @@ -55,3 +55,17 @@ - 8080:80 - 8081:81 - 4443:443 + +- name: Deploy Librespeed + community.docker.docker_container: + name: librespeed + image: ghcr.io/linuxserver/librespeed:latest + restart_policy: unless-stopped + env: + - "TZ={{ TZ }}" + - "PUID={{ PUID }}" + - "PGID={{ PGID }}" + volumes: + - "{{ CONFIG_FOLDER }}/librespeed/config:/config" + ports: + - 8505:80