An open API service indexing awesome lists of open source software.

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

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

[![PayPal donation](https://www.paypal.com/en_US/i/btn/btn_donate_SM.gif)](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/)