Jurgis Sakalauskas 02522bbd04 test interface update
2026-05-22 14:55:24 +03:00
2023-11-03 13:56:50 +02:00
2026-05-22 14:55:24 +03:00
2023-10-30 09:10:53 +02:00
2022-12-08 15:34:49 +02:00
2023-08-04 16:06:47 +03:00
2023-11-03 11:15:45 +02:00
2023-08-04 16:06:47 +03:00
2023-11-09 11:42:05 +02:00
2023-07-07 16:12:29 +03:00
2023-10-30 11:30:16 +02:00
2023-10-30 11:30:16 +02:00
2023-11-03 11:15:45 +02:00

An API server for personal KODI plugin.

Description

A rewrite attempt from "vanilla" node.js into framework based (Nest.js).

Running the app

$ cp .env.example .env

# edit .env file to match your environment
# make sure all folders exists

# start docker containers
$ docker-compose up -d

visit http://localhost:3000/if (or whatever port you have provided in .env file) KODI plugin should be able to connect to this server with the following settings:

Migrations (run inside docker container)

# enter docker container
docker exec -it kodi-api-server_server_1 bash

# create migration
$ npm run typeorm:create-migration -name=CreateFilesTable

# run migration
$ npm run typeorm:run-migrations

Test

this app is not tested 😞

License

No licence

S
Description
No description provided
Readme 465 KiB
Languages
TypeScript 90%
HTML 9.6%
Shell 0.3%
Dockerfile 0.1%