Skip to content

Instantly share code, notes, and snippets.

View djismgaming's full-sized avatar
😅
DockerMania!

Ismael djismgaming

😅
DockerMania!
View GitHub Profile
@djismgaming
djismgaming / linuxserver_docker-compose.yaml
Last active December 27, 2019 14:08
docker linuxserver compose
version: "2"
services:
bazarr:
image: linuxserver/bazarr
container_name: bazarr
environment:
- PUID=1000
- PGID=100
- TZ=America/Puerto_Rico
@djismgaming
djismgaming / nginx.conf
Created December 1, 2018 10:44 — forked from nibral/nginx.conf
reverse proxy
server {
listen 80;
server_name example.com;
charset UTF-8;
auth_basic "Login message";
auth_basic_user_file /path/to/.htpasswd;
location / {
proxy_redirect off;
#I added this into the field "Torznab Host:"
http://127.0.0.1:9117/api/v2.0/indexers/all/results/torznab/
#http://127.0.0.1:9117/torznab/all/
#and the Jackett API into the field "Torznab API:"
#Works by using ALL the indexers added into Jackett in just one go. Not one by one.
#This is with both headphones and Jackett running into the same host (a Mac mini with High Sierra)
#It's working behind a NGINX reverse proxy and SSL made with certbot