docs: update symbolicate guide to include symbol server daemon config example

This commit is contained in:
blacktop
2024-09-19 19:11:19 -06:00
parent 74a8933b9a
commit 91ccb2b225
3 changed files with 29 additions and 7 deletions
+4 -3
View File
@@ -1588,6 +1588,9 @@
"200": {
"$ref": "#/responses/successResponse"
},
"409": {
"$ref": "#/responses/genericError"
},
"500": {
"$ref": "#/responses/genericError"
}
@@ -4641,9 +4644,7 @@
"IsSeed": {
"type": "boolean"
},
"RestoreBuildGroup": {
"type": "string"
},
"RestoreBuildGroup": {},
"RestoreLongVersion": {
"type": "string"
},
+21 -1
View File
@@ -136,7 +136,27 @@ database:
host: localhost
port: 5432
user: blacktop
```
```
:::info
To add kernel symbolication
Get the signatures
```bash
git clone https://github.com/blacktop/symbolicator.git
```
Add them to your `~/.config/ipsw/config.yml`
```yaml
daemon:
sigs-dir: /path/to/blacktop/symbolicator/kernel
```
> For more information see the blog [Kernel Symbolication](https://blacktop.github.io/ipsw/blog/kernel-symbolication)
:::
### Start `ipswd`
+4 -3
View File
@@ -1588,6 +1588,9 @@
"200": {
"$ref": "#/responses/successResponse"
},
"409": {
"$ref": "#/responses/genericError"
},
"500": {
"$ref": "#/responses/genericError"
}
@@ -4641,9 +4644,7 @@
"IsSeed": {
"type": "boolean"
},
"RestoreBuildGroup": {
"type": "string"
},
"RestoreBuildGroup": {},
"RestoreLongVersion": {
"type": "string"
},