couchpotato: new package

This commit is contained in:
zimbatm 2019-06-25 13:44:15 +02:00
parent 3dfddf91b7
commit b9d1e3ad19
No known key found for this signature in database
GPG key ID: 71BAF6D40C1D63D7
2 changed files with 15 additions and 0 deletions

View file

@ -37,6 +37,7 @@ Here is the current list of images that are provided. Missing one? Send an
| Image | Description |
| --- | --- |
| bash | CLI only |
| couchpotato | CLI only |
| busybox | CLI only |
| curl | CLI only |
| docker-compose | CLI only |

View file

@ -0,0 +1,14 @@
{ buildCLIImage
, couchpotato
}:
buildCLIImage {
drv = couchpotato;
# TODO: expose 5050
# TODO: create /couchpotato.sh entry-point
# TODO: run as non-root user
# TODO: /data volume
}