Is there any good resources on setting up couch potato in an iocage? I saw / use
https://forums.freenas.org/index.ph...phones-jackett-ombi-transmission-organizr.58/ for my plex and plexpy setups, soon my transmission. But there is nothing about couch potato. Or is there a better method?
Thanks
I use
Code:
echo '{"pkgs":["couchpotato","ca_root_nss"]}' > /tmp/pkg.json iocage create -n "couchpotato" -p /tmp/pkg.json -r 11.1-RELEASE ip4_addr="vnet0|192.168.178.163/24" defaultrouter="192.168.178.1" vnet="on" allow_raw_sockets="1" boot="on" rm /tmp/pkg.json iocage fstab -a couchpotato /mnt/CAVE/jail_configs/couchpotato/conf /config nullfs rw 0 0 iocage fstab -a couchpotato /mnt/CAVE/jail_configs/couchpotato/data /mnt/data nullfs rw 0 0 iocage fstab -a couchpotato /mnt/CAVE/Filme /mnt/movies nullfs rw 0 0 iocage fstab -a couchpotato /mnt/CAVE/Download/sabnzbd/complete/movies /mnt/complete nullfs rw 0 0 iocage exec couchpotato adduser media media 816 iocage exec couchpotato chown -R media:media /mnt/data /config /usr/local/share/couchpotato iocage exec couchpotato sysrc couchpotato_enable=YES iocage exec couchpotato sysrc couchpotato_conf="/config/settings.conf" iocage exec couchpotato sysrc couchpotato_datadir="/mnt/data" iocage exec couchpotato sysrc couchpotato_user="media" iocage exec couchpotato service couchpotato start http://<>:5050/couchpotato/
Gesendet von meinem ONEPLUS A3003 mit Tapatalk