summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorD Delmar Davis <don@suspectdevices.com>2026-07-28 09:35:35 -0700
committerD Delmar Davis <don@suspectdevices.com>2026-07-28 09:35:35 -0700
commitef0609eefb6afda2d071dc02e80e8cfaf00c94c0 (patch)
treeb73a7505dc2732af9102efaea9af5b10f7512daa
parent6a2a68c54b74f8c3e7d70d6660abc825cbe9df3d (diff)
Minor
-rw-r--r--docs/buildnotes/zoe.md20
1 files changed, 13 insertions, 7 deletions
diff --git a/docs/buildnotes/zoe.md b/docs/buildnotes/zoe.md
index c6361f5..660e394 100644
--- a/docs/buildnotes/zoe.md
+++ b/docs/buildnotes/zoe.md
@@ -32,6 +32,11 @@ mkdir -p /var/lib/containers/storage
wget https://fw-download.ubnt.com/data/unifi-os-server/b828-linux-x64-5.1.19-e38d0b0e-b462-403d-9861-f57f25772106.19-x64
chmod +x ./b828-linux-x64-5.1.19-e38d0b0e-b462-403d-9861-f57f25772106.19-x64
./b828-linux-x64-5.1.19-e38d0b0e-b462-403d-9861-f57f25772106.19-x64
+```
+
+Install nginx to normalize web.
+
+```sh
apt install -y nginx libnginx-mod-stream
mv /etc/nginx/sites-enabled/default /tmp/
cat >/etc/nginx/nginx.conf<<EOD
@@ -81,15 +86,16 @@ sytemctl enable --now nginx
- Start with a back up from the previous console
![backup](images/backup.png)
- Initialize application
- - ![name server](images/server-name.png)
- - ![skip unifi](images/proceed.png)
- - ![really](images/really.png)
- - ![passwd](images/password.png)
+ ![name server](images/server-name.png)
+ ![skip unifi](images/proceed.png)
+ ![really](images/really.png)
+ ![passwd](images/password.png)
- Log in
- - ![login](images/login.png)
- - ![proceed](images/go2dashboard.png)
+ ![login](images/login.png)
+ ![proceed](images/go2dashboard.png)
- Restore data from backup.
- - ![restore](images/restore.png)
+ ![restore](images/restore.png)
+
## References
- [https://discussion.scottibyte.com/t/self-hosted-unifi-os-in-an-incus-container/673](https://discussion.scottibyte.com/t/self-hosted-unifi-os-in-an-incus-container/673)