CHG partdb-install

This commit is contained in:
2025-12-16 14:50:32 +01:00
parent 173c5bebd8
commit 5f2d2413a0
2 changed files with 17 additions and 4 deletions

View 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"
}
}

View File

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