fork of https://github.com/jacobalberty/unifi-docker without health check
Go to file
Florian Eitel f23f953620
ci/woodpecker/push/woodpecker Pipeline was successful Details
ci/woodpecker/cron/woodpecker Pipeline failed Details
Use prerelease - another try
2023-09-16 19:27:18 +02:00
.woodpecker.yml Add woodpecker config 2023-09-16 13:51:50 +02:00
Dockerfile Use prerelease - another try 2023-09-16 19:27:18 +02:00
LICENSE Initial commit 2019-10-04 21:48:42 +02:00
README.md Add Dockerfile and update README.md 2019-10-04 21:53:16 +02:00
renovate.json Add renovate.json 2022-10-23 20:28:07 +02:00

README.md

unifi-docker

Fork of https://github.com/jacobalberty/unifi-docker without health check

The HEALTHCHECK causes docker to write to disk every 30 seconds which prevents disk hibernation on NAS.

Example log in file config.v2.json:

"Health": {
  "Status": "healthy",
  "FailingStreak": 0,
  "Log": [
    {
      "Start": "2019-10-04T16:42:07.855025309+02:00",
      "End": "2019-10-04T16:42:08.036342122+02:00",
      "ExitCode": 0,
      "Output": "HTTP/1.1 302 \r\nLocation: /manage\r\nTransfer-Encoding: chunked\r\nDate: Fri, 04 Oct 2019 14:42:07 GMT\r\n\r\nHTTP/1.1 302 \r\nLocation: /manage/account/login?redirect=%2Fmanage\r\nTransfer-Encoding: chunked\r\nDate: Fri, 04 Oct 2019 14:42:07 GMT\r\n\r\nHTTP/1.1 200 \r\nX-Frame-Options: SAMEORIGIN\r\nvary: accept-encoding\r\nAccept-Ranges: bytes\r\nLast-Modified: Tue, 17 Sep 2019 21:45:08 GMT\r\nCache-Control: max-age=0\r\nExpires: Fri, 04 Oct 2019 14:42:07 GMT\r\nContent-Type: text/html;charset=ISO-8859-1\r\nContent-Length: 12957\r\nDate: Fri, 04 Oct 2019 14:42:07 GMT\r\n\r\n"
    },