added bazarr, bugfixes
This commit is contained in:
@@ -79,11 +79,16 @@ sections:
|
||||
url: http://192.168.178.200:8080
|
||||
target: newtab
|
||||
id: 4_1143_sabnzbd
|
||||
- title: bazarr
|
||||
icon: favicon
|
||||
url: http://192.168.178.200:6767
|
||||
target: newtab
|
||||
id: 5_1143_bazarr
|
||||
- title: Jellyfin
|
||||
icon: favicon
|
||||
url: http://192.168.178.200:8096
|
||||
target: newtab
|
||||
id: 5_1143_jellyfin
|
||||
id: 6_1143_jellyfin
|
||||
displayData:
|
||||
sortBy: default
|
||||
rows: 1
|
||||
|
||||
@@ -12,12 +12,12 @@
|
||||
block:
|
||||
- name: somerepo |no apt key
|
||||
ansible.builtin.get_url:
|
||||
url: "https://download.opensuse.org/repositories/devel:/kubic:/libcontainers:/stable/xUbuntu_${{ ansible_distribution_version }}/Release.key"
|
||||
url: "https://download.opensuse.org/repositories/devel:/kubic:/libcontainers:/stable/xUbuntu_{{ ansible_distribution_version }}/Release.key"
|
||||
dest: /etc/apt/trusted.gpg.d/podman.asc
|
||||
|
||||
- name: somerepo | apt source
|
||||
ansible.builtin.apt_repository:
|
||||
repo: "deb [arch=amd64 signed-by=/etc/apt/trusted.gpg.d/podman.asc] https://download.opensuse.org/repositories/devel:/kubic:/libcontainers:/stable/xUbuntu_${{ ansible_distribution_version }}/ /"
|
||||
repo: "deb [arch=amd64 signed-by=/etc/apt/trusted.gpg.d/podman.asc] https://download.opensuse.org/repositories/devel:/kubic:/libcontainers:/stable/xUbuntu_{{ ansible_distribution_version }}/ /"
|
||||
state: present
|
||||
|
||||
- name: Install mediaserver packages
|
||||
@@ -28,7 +28,7 @@
|
||||
loop:
|
||||
- python3-docker
|
||||
- podman
|
||||
- podman-plugins
|
||||
#- podman-plugins
|
||||
|
||||
- name: Install pip docker-compose
|
||||
pip:
|
||||
|
||||
@@ -17,7 +17,7 @@ services:
|
||||
environment:
|
||||
- VPN_ENABLED=yes
|
||||
- VPN_USER={{ VPN_USER }}
|
||||
- VPN_PASS={{ VPN_PW }}
|
||||
- VPN_PASS={{ VPN_PASS }}
|
||||
- VPN_PROV=pia
|
||||
- VPN_CLIENT=openvpn
|
||||
- STRICT_PORT_FORWARD=yes
|
||||
|
||||
@@ -1,4 +1,8 @@
|
||||
---
|
||||
VPN_USER: "p3754227"
|
||||
VPN_PASS: "xsZtFdAofY"
|
||||
NFS_MOUNTS:
|
||||
- 192.168.178.201:/mnt/main/martin /mnt/nfs/martin nfs defaults 0 0
|
||||
- 192.168.178.201:/mnt/main/backups /mnt/nfs/backup nfs defaults 0 0
|
||||
- 192.168.178.201:/mnt/main/martin/transcodes/transcodes /opt/docker/mediaserver/jelly_config/data/transcodes nfs defaults 0 0
|
||||
...
|
||||
|
||||
Reference in New Issue
Block a user