Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/deevus/boot2docker-sabnzbd
A docker image for Sabnzbd with scripts for managing in Windows with Boot2Docker
https://github.com/deevus/boot2docker-sabnzbd
Last synced: about 1 month ago
JSON representation
A docker image for Sabnzbd with scripts for managing in Windows with Boot2Docker
- Host: GitHub
- URL: https://github.com/deevus/boot2docker-sabnzbd
- Owner: deevus
- License: unlicense
- Created: 2015-04-23T08:51:21.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-04-24T05:01:39.000Z (over 9 years ago)
- Last Synced: 2024-12-13T17:51:18.572Z (about 1 month ago)
- Language: PowerShell
- Size: 141 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# boot2docker-sabnzbd
A docker image for Sabnzbd with scripts for managing in Windows with Boot2DockerSetup
--You need to add a shared folder called `usenet` to the boot2docker vm. This is where your Sabnzbd data will go. Create a folder on your local machine somewhere, then we add it to Virtualbox...
Add it in `Virtualbox -> boot2docker-vm -> Settings -> Shared Folders`. Make sure you set it to Auto-mount and Make Permanent.
Usage
--* `./Sabnzbd start` - Starts the service. You can pass `-OpenInBrowser 1` as an argument to open the address for Sabnzbd in
your default browser
* `./Sabnzbd stop` - Stops the service
* `./Sabnzbd restart` - Restarts the service
* `./Sabnzbd status` - Prints the service status
* `./Sabnzbd browse` - Opens Sabnzbd in your default browser
* `./Sabnzbd build` - Builds the docker image for Sabnzbd. You would only need to do this if you have changed the Dockerfile
or have an outdated version.