Update openwrt.md
Remove extra comma in homepage.json Cleaned up some formatting
This commit is contained in:
parent
a4abd13353
commit
ce666086f1
@ -37,7 +37,7 @@ Create an ACL named `homepage.json` in `/usr/share/rpcd/acl.d/`, the following p
|
|||||||
"network.device": ["status"],
|
"network.device": ["status"],
|
||||||
"system": ["info"]
|
"system": ["info"]
|
||||||
}
|
}
|
||||||
},
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
@ -45,14 +45,11 @@ Create a `crypt(5)` password hash using the following command in the OpenWRT she
|
|||||||
```sh
|
```sh
|
||||||
uhttpd -m "<somepassphrase>"
|
uhttpd -m "<somepassphrase>"
|
||||||
```
|
```
|
||||||
|
Then add a user that will use the ACL and hashed password in `/etc/config/rpcd`:
|
||||||
Then add a user that will use that ACL in `/etc/config/rpcd`:
|
|
||||||
|
|
||||||
```
|
```
|
||||||
config login
|
config login
|
||||||
option username 'homepage'
|
option username 'homepage'
|
||||||
option password '<hashedpassword>'
|
option password '<hashedpassword>'
|
||||||
list read homepage
|
list read homepage
|
||||||
```
|
```
|
||||||
|
|
||||||
This username and password will be used in Homepage's services.yaml to grant access.
|
This username and password will be used in Homepage's services.yaml to grant access.
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user