Search found 28 matches
- January 5th, 2016, 11:26 am
- Forum: General Discussion
- Topic: Letsencrypt with SABnzbd over HTTPS
- Replies: 7
- Views: 40448
Re: Letsencrypt with SABnzbd over HTTPS
For the record, you also have the option in SABnzbd to set the path to the certs insted of replacing the default ones.. I have not tried it thou.
- December 25th, 2015, 5:50 pm
- Forum: General Discussion
- Topic: Remote management with VPN possible?
- Replies: 7
- Views: 18087
Re: Remote management with VPN possible?
You can also setup HTPC Manager on a different pc or VM.
https://github.com/styxit/HTPC-Manager
https://github.com/styxit/HTPC-Manager
- December 25th, 2015, 5:33 pm
- Forum: General Discussion
- Topic: Letsencrypt with SABnzbd over HTTPS
- Replies: 7
- Views: 40448
Re: Letsencrypt with SABnzbd over HTTPS
Yes, i'm behind a NAT/firewall. Under the process I had port 80 and 443 forwarded, but according to the documentation from Letsencrypt we only need to forward port 443 when using --standalone-supported-challenges tls-sni-01 , I guess. Earlier today I copied the certs to all my standalone and apache ...
- December 25th, 2015, 12:07 pm
- Forum: General Discussion
- Topic: Letsencrypt with SABnzbd over HTTPS
- Replies: 7
- Views: 40448
Re: Letsencrypt with SABnzbd over HTTPS
I tired Letsecrypt (open beta) on my HTPC Manger, and it worked great. I did the following: #Download Letsencrypt: git clone https://github.com/letsencrypt/letsencrypt #create standalone cert, paste directly in cli: letsencrypt/letsencrypt-auto certonly --text --standalone --standalone-supported-cha...
- March 8th, 2015, 4:04 pm
- Forum: Post-Processing Scripts
- Topic: [Python Any reason for script not stopping?
- Replies: 3
- Views: 3564
Re: [Python Any reason for script not stopping?
I had to put c = "" on top of the script, and %s could not take in "ip:port" for some reason.. Had to use one variable for ip and one for port, and modify the os.system line: "%s:%s", and of course add at the end % (ip,port,x).
- March 5th, 2015, 7:39 am
- Forum: Post-Processing Scripts
- Topic: [Python Any reason for script not stopping?
- Replies: 3
- Views: 3564
[Python Any reason for script not stopping?
Trying to learn some more Python. Does anyone see why this script is not exiting in SAB? It is running until i restart SAB manually. I did a equal script just with a lot of if, elif lines, that works. Its a updating Plex script. #!/usr/bin/env python import sys import os import urllib try: (scriptna...
- February 23rd, 2015, 9:03 am
- Forum: Post-Processing Scripts
- Topic: [Python] Post to Twitter script
- Replies: 0
- Views: 3831
[Python] Post to Twitter script
I made a small and easy python script to update Twitter. All you need is python and Tweepy libary , and create a twitter "app" Remember to set the permissions to read/write in the twitter app. Install tweepy (linux). pip install tweepy Past this code to a ".py" file and save it i...
- January 14th, 2015, 1:49 pm
- Forum: Post-Processing Scripts
- Topic: Help me make one update script for all categories
- Replies: 7
- Views: 5441
Re: Help me make one update script for all categories
Thank you, this is exactly what i wanted!
- January 14th, 2015, 7:57 am
- Forum: Post-Processing Scripts
- Topic: Help me make one update script for all categories
- Replies: 7
- Views: 5441
Re: Help me make one update script for all categories
Could you explain a little bit?
- January 13th, 2015, 4:52 pm
- Forum: Post-Processing Scripts
- Topic: [HELP] Plex update script ?
- Replies: 13
- Views: 10283
Re: [HELP] Plex update script ?
Try make a .txt, .py and see if you can see it etc. If you cant see it, i cant help you..
- January 13th, 2015, 4:29 pm
- Forum: Post-Processing Scripts
- Topic: [HELP] Plex update script ?
- Replies: 13
- Views: 10283
Re: [HELP] Plex update script ?
go to sab config -> folders -> Post-Processing Scripts Folder and make sure the path are correct
- January 13th, 2015, 9:42 am
- Forum: Post-Processing Scripts
- Topic: Help me make one update script for all categories
- Replies: 7
- Views: 5441
Re: Help me make one update script for all categories
Cant seem to get it. "5 user category" does that mean $5? If so how do i know what $5 returns? something like this? #if $5 rerurn category name movie = 6 #movie libary in plex standup = 5 #standup libary in plex x = $movies | $standup # if x needs to be all categories in sab UpdatePlex () ...
- January 13th, 2015, 7:37 am
- Forum: Post-Processing Scripts
- Topic: Help me make one update script for all categories
- Replies: 7
- Views: 5441
Re: Help me make one update script for all categories
Smart! I shall look in to it:)
- January 13th, 2015, 7:32 am
- Forum: Post-Processing Scripts
- Topic: [HELP] Plex update script ?
- Replies: 13
- Views: 10283
Re: [HELP] Plex update script ?
Yes, but you can drop ".sh"
- January 12th, 2015, 7:19 pm
- Forum: Post-Processing Scripts
- Topic: Help me make one update script for all categories
- Replies: 7
- Views: 5441
Help me make one update script for all categories
Hi, i've been messing around with some scripting lately. Today i have one "update plex" script for each category in sab, but i would like to make one script that can update the correct plex library depending on category in sab. I'am not sure how is should address sab categories in the scri...