https://github.com/binhex/arch-siphonator
Docker build script for Arch Linux base with Siphonator
https://github.com/binhex/arch-siphonator
Last synced: about 2 months ago
JSON representation
Docker build script for Arch Linux base with Siphonator
- Host: GitHub
- URL: https://github.com/binhex/arch-siphonator
- Owner: binhex
- License: gpl-3.0
- Created: 2025-03-21T15:59:48.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2026-01-15T10:16:16.000Z (5 months ago)
- Last Synced: 2026-01-15T15:47:25.077Z (5 months ago)
- Language: Shell
- Homepage:
- Size: 37.1 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Application
[Siphonator](https://github.com/binhex/siphonator)
## Description
Siphonator is a command line tool written in Python, designed to streamline the
process of discovering and acquiring movies based on precise user-defined
criteria, leveraging the extensive IMDb database. Users can construct complex
filters to pinpoint films matching their specific preferences, automating the
download process through integration with a torrent client.
## Build notes
Latest commit to GitHub branch 'master'.
Siphonator is under **HEAVY** development right now, expect lack of
documentation, major bugs and missing functionality.
## Usage
```bash
docker run -d \
--name= \
-v :/config \
-v :/media \
-v :/data \
-v /etc/localtime:/etc/localtime:ro \
-e TZ=Etc/ \
-e HEALTHCHECK_COMMAND= \
-e HEALTHCHECK_ACTION= \
-e HEALTHCHECK_HOSTNAME= \
-e UMASK= \
-e PUID= \
-e PGID= \
binhex/arch-siphonator
```
Please replace all user variables in the above command defined by <> with the
correct values.
## Example
```bash
docker run -d \
--name=siphonator \
-v /media/tv:/media \
-v /apps/docker/deluge/data:/data \
-v /apps/docker/deluge/config:/config \
-v /etc/localtime:/etc/localtime:ro \
-e TZ=Etc/UTC \
-e UMASK=000 \
-e PUID=99 \
-e PGID=100 \
binhex/arch-siphonator
```
## Notes
User ID (PUID) and Group ID (PGID) can be found by issuing the following command
for the user you want to run the container as:-
```bash
id
```
___
If you appreciate my work, then please consider buying me a beer :D
[](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=MM5E27UX6AUU4)
[Documentation](https://github.com/binhex/documentation) | [Support forum](https://forums.unraid.net/topic/)