CHG partdb-install
This commit is contained in:
13
depot.kuschel.at.kicad_httplib
Normal file
13
depot.kuschel.at.kicad_httplib
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"version": 1.0
|
||||||
|
},
|
||||||
|
"name": "Part-DB library",
|
||||||
|
"description": "This KiCAD library fetches information externally from ",
|
||||||
|
"source": {
|
||||||
|
"type": "REST_API",
|
||||||
|
"api_version": "v1",
|
||||||
|
"root_url": "https://depot.kuschel.at/en/kicad-api/",
|
||||||
|
"token": "the token has to be replaced, the token is stored in the kdbx password safe"
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -29,7 +29,7 @@ A: `1.22.22`
|
|||||||
ssh kuschel nodejs --version
|
ssh kuschel nodejs --version
|
||||||
```
|
```
|
||||||
|
|
||||||
A: `24.11.0`
|
A: `24.11.1`
|
||||||
|
|
||||||
### Check the database MariaDB
|
### Check the database MariaDB
|
||||||
```
|
```
|
||||||
@@ -42,11 +42,11 @@ A: `mariadb from 11.8.3-MariaDB, client 15.2 for debian-linux-gnu (x86_64) using
|
|||||||
```
|
```
|
||||||
ssh kuschel php --version
|
ssh kuschel php --version
|
||||||
```
|
```
|
||||||
A: `PHP 8.4.14 (cli) (built: Oct 27 2025 21:20:52) (NTS)
|
A: `PHP 8.4.15 (cli) (built: Nov 20 2025 19:01:31) (NTS)
|
||||||
Copyright (c) The PHP Group
|
Copyright (c) The PHP Group
|
||||||
Built by Debian
|
Built by Debian
|
||||||
Zend Engine v4.4.14, Copyright (c) Zend Technologies
|
Zend Engine v4.4.15, Copyright (c) Zend Technologies
|
||||||
with Zend OPcache v8.4.14, Copyright (c), by Zend Technologies`
|
with Zend OPcache v8.4.15, Copyright (c), by Zend Technologies`
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user