diff --git a/README.md b/README.md index 27e70b8..182851d 100644 --- a/README.md +++ b/README.md @@ -51,3 +51,22 @@ After the playbook completes successfully: ```bash incus list ``` + +4. **Access the Incus Web UI:** + Ensure Incus is listening on the network: + + ```bash + incus config set core.https_address :8443 + ``` + +5. **Setup Firewall for ufw (Optional: only if you are using ufw):** + Ensure Incus is listening on the network: + + ```bash + sudo ufw allow in on incusbr0 + sudo ufw route allow in on incusbr0 + sudo ufw route allow out on incusbr0 + ``` + + +