This commit is contained in:
marito 2025-06-10 15:39:58 +08:00
parent e863b6ff65
commit 7ae7acd40b

View File

@ -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
```