SABMobile: Manage SABnzbd+ from iOS/Android/Windows Phone 7
Re: SABMobile: Manage SABnzbd+ from iOS/Android/Windows Phon
Bargain price and an amazing app. :-)
Re: SABMobile: Manage SABnzbd+ from iOS/Android/Windows Phon
Hi Everybody,
I hope sombody can help me. I have search the internet and found this topic, but still a problem.....
I have sabnzbd on a server running on port 8080, however i access the sabnzbd through a reverse proxy server using the url: http://sabnzbd.mydomain.nl
All trafic is coming in on port 80 through the internet on my apache server with IP 192.168.0.5. Sabnzbd is running on the same machine, but on port 8080.
I have configured my apache proxy server with these setting:
<VirtualHost *:80>
ServerName sabnzbd.mydomain.nl
ProxyPass / http://192.168.0.5:8080/sabnzbd/
ProxyPassReverse / http://192.168.0.5:8080/sabnzbd/
</VirtualHost>
I can access the webinterface of sabnzbd correctly, however i dont know how to configure SABMobile HD.
My settings:
Host: sabnzbd.mydomain.nl
Port: 80
Any idea???
Hope to hear something.
Regards,
Pieter
I hope sombody can help me. I have search the internet and found this topic, but still a problem.....
I have sabnzbd on a server running on port 8080, however i access the sabnzbd through a reverse proxy server using the url: http://sabnzbd.mydomain.nl
All trafic is coming in on port 80 through the internet on my apache server with IP 192.168.0.5. Sabnzbd is running on the same machine, but on port 8080.
I have configured my apache proxy server with these setting:
<VirtualHost *:80>
ServerName sabnzbd.mydomain.nl
ProxyPass / http://192.168.0.5:8080/sabnzbd/
ProxyPassReverse / http://192.168.0.5:8080/sabnzbd/
</VirtualHost>
I can access the webinterface of sabnzbd correctly, however i dont know how to configure SABMobile HD.
My settings:
Host: sabnzbd.mydomain.nl
Port: 80
Any idea???
Hope to hear something.
Regards,
Pieter
Re: SABMobile: Manage SABnzbd+ from iOS/Android/Windows Phon
Hi,
If you want help about SABMobile, you're on the right forum... But I'd like you to send me a message from the app after having had the error message. This will attach the error log and I will be able to see the exact error message.
If you want help about SabmobileHD, please contact its author, it's not the same app nor the same developer... So it's not the right topic.
Cheers
If you want help about SABMobile, you're on the right forum... But I'd like you to send me a message from the app after having had the error message. This will attach the error log and I will be able to see the exact error message.
If you want help about SabmobileHD, please contact its author, it's not the same app nor the same developer... So it's not the right topic.
Cheers
Re: SABMobile: Manage SABnzbd+ from iOS/Android/Windows Phon
Thank to the excellent support of SABMobile I have a working situation...cornetje wrote:Hi Everybody,
I hope sombody can help me. I have search the internet and found this topic, but still a problem.....
I have sabnzbd on a server running on port 8080, however i access the sabnzbd through a reverse proxy server using the url: http://sabnzbd.mydomain.nl
All trafic is coming in on port 80 through the internet on my apache server with IP 192.168.0.5. Sabnzbd is running on the same machine, but on port 8080.
I have configured my apache proxy server with these setting:
<VirtualHost *:80>
ServerName sabnzbd.mydomain.nl
ProxyPass / http://192.168.0.5:8080/sabnzbd/
ProxyPassReverse / http://192.168.0.5:8080/sabnzbd/
</VirtualHost>
I can access the webinterface of sabnzbd correctly, however i dont know how to configure SABMobile HD.
What to do:
1. Create a virtual host within your apache environment
<VirtualHost *:80>
ServerName sabnzbd.mydomain.nl
<Location /sabnzbd/>
ProxyPass http://192.168.0.5:8080/sabnzbd/
ProxyPassReverse http://192.168.0.5:8080/sabnzbd/
</Location>
</VirtualHost>
This entry basically routes sabnzbd.mydomain.nl/sabnzbd/ to your internal machine using the specified port (8080)
2. Change the settings within SABMobile
Server IP: sabnzbd.mydomain.nl
Server Port: 80
You don't have to add /sabnzbd/ behind the servername SABMobile will add it for you.
It's much more easier than i thought it would be
Re: SABMobile: Manage SABnzbd+ from iOS/Android/Windows Phon
Hi,
I'd recommend using a non standard port (not 8080 as the public port) and https... For security reasons
Cheers
I'd recommend using a non standard port (not 8080 as the public port) and https... For security reasons
Cheers
Re: SABMobile: Manage SABnzbd+ from iOS/Android/Windows Phon
Hey! I'm having a problem with SABMobile and NZBs.org. I've got the searcher added OK, and I can search. However, when clicking the download link it spins for a while and then says "Error when submitting the file to the server".
Other searchers that came with SABMobile work fine, although they don't require API key I guess.
Any help here?
Other searchers that came with SABMobile work fine, although they don't require API key I guess.
Any help here?
Re: SABMobile: Manage SABnzbd+ from iOS/Android/Windows Phon
Hi,
Send me a message from the app (using "contact me") after having seen (and closed) the error message.
Thanks
Send me a message from the app (using "contact me") after having seen (and closed) the error message.
Thanks
Re: SABMobile: Manage SABnzbd+ from iOS/Android/Windows Phon
I am having trouble sending a NZB link to SABnzbd+ via SSH (or should that be SFTP for MAC OS) using Safari on my iPAD and the NZB7 web site. I receive the error message from SABnzbd+ "Empty NZB File" This is only a problem when I use the SSH setup on SABMobile.
Re: SABMobile: Manage SABnzbd+ from iOS/Android/Windows Phon
Yes, you can only send links when connected through ssh, sending files won't work.
Cheers
Cheers
Re: SABMobile: Manage SABnzbd+ from iOS/Android/Windows Phon
I thought that might be the case. Thank you for your replyfkmtc wrote:Yes, you can only send links when connected through ssh, sending files won't work.
Cheers
Re: SABMobile: Manage SABnzbd+ from iOS/Android/Windows Phon
You click on the NZB icon and after a period of time receive the message "Open in SABMobile" all good and well, but then you receive the message "Adding file to downloads" and you are forced to click OK. Is that really necessary to click OK all the time. Why can't the NZB just be added without confirmation, I find being forced to click OK annoying. Hey otherwise I love SABMobile and it works a treat
Re: SABMobile: Manage SABnzbd+ from iOS/Android/Windows Phon
In the early days of the app, people complained they didn't have a popup confirmation.. So I added that
Re: SABMobile: Manage SABnzbd+ from iOS/Android/Windows Phon
Hi all,
Anyone interested in a Windows Phone 8 version ?
Cheers
Anyone interested in a Windows Phone 8 version ?
Cheers
Re: SABMobile: Manage SABnzbd+ from iOS/Android/Windows Phon
Hi,
Sure! a WP8 version would be greatt!
Sure! a WP8 version would be greatt!