This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| version: "2" | |
| services: | |
| bazarr: | |
| image: linuxserver/bazarr | |
| container_name: bazarr | |
| environment: | |
| - PUID=1000 | |
| - PGID=100 | |
| - TZ=America/Puerto_Rico |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| commenter:username |
NewerOlder