A simple home media server for UNIX systems.
make build # or debug
cp parados.conf /etc/
# ./parados -v
./paradosAll documentation can be found in docs/
man 1 parados # Parados server usage
man 7 parados # Interfacing with parados
man 5 parados.conf # Parados configurationIn the parados Git repo, you can find two clients which use the protocol.
First, gorados is a Go based WebUI; it is bare bones and if anyone would like to contribute, feel free to do so!
Second, shrados is a client written in POSIX shell. A list of dependancies are in the README. It behaves like a parados shell and is the one I peronally use.
If you find a bug or would like to suggest something, open an issue on the GitHub page. Issues should be detailed and give steps on replicating the issue if possible.
If you wish to contribute, create a PR with details on what is being changed, added or removed. The code style (indentation, variable names, formatting) should not be altered. Please make sure you know how the formatting of the project looks like before submitting a PR.
Note: it is recommended you don't expose parados itself but rather the client if using a web client. Also setting a HTTPS reverse proxy is a good idea
