├── .gitignore ├── Dockerfile ├── README.md ├── docker-compose.yaml ├── docker-entrypoint.sh ├── protect.sh ├── put-unifi-protect-deb-here └── .gitkeep └── ubnt-tools_1.0.deb /.gitignore: -------------------------------------------------------------------------------- 1 | put-unifi-protect-deb-here 2 | -------------------------------------------------------------------------------- /Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/markdegrootnl/unifi-protect-x86/HEAD/Dockerfile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/markdegrootnl/unifi-protect-x86/HEAD/README.md -------------------------------------------------------------------------------- /docker-compose.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/markdegrootnl/unifi-protect-x86/HEAD/docker-compose.yaml -------------------------------------------------------------------------------- /docker-entrypoint.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/markdegrootnl/unifi-protect-x86/HEAD/docker-entrypoint.sh -------------------------------------------------------------------------------- /protect.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/markdegrootnl/unifi-protect-x86/HEAD/protect.sh -------------------------------------------------------------------------------- /put-unifi-protect-deb-here/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ubnt-tools_1.0.deb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/markdegrootnl/unifi-protect-x86/HEAD/ubnt-tools_1.0.deb --------------------------------------------------------------------------------