readme
This commit is contained in:
parent
e863b6ff65
commit
7ae7acd40b
19
README.md
19
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
|
||||
```
|
||||
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user