pducharme / UniFi-Video-Controller

Docker for Unifi-Video Controller (Ubiquiti Networks)
199 stars 105 forks source link

Can make changes in system configuration #162

Closed ahmaddxb closed 4 years ago

ahmaddxb commented 4 years ago

I'm running this docker image on a QNAP NAS and when i try to change setting in the system configuration section I get and error. See attached

I only want to turn on Time Based Purging but there is a problem with the recording path.

image

fryfrog commented 4 years ago

That means you don't have permissions correct on the folder you've shared in, correct them. The PUID/PGID you pass in to the container will need to own and have read/write to the volume you pass in.

fryfrog commented 4 years ago

Been awhile, I'm assuming you got this figured out.