dependabot[bot] 4a94560a37 Bump docker/login-action from 2 to 3
Bumps [docker/login-action](https://github.com/docker/login-action) from 2 to 3.
- [Release notes](https://github.com/docker/login-action/releases)
- [Commits](https://github.com/docker/login-action/compare/v2...v3)

---
updated-dependencies:
- dependency-name: docker/login-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-13 06:21:22 +00:00
2023-06-25 17:33:58 +02:00
2023-06-25 17:33:58 +02:00
2022-12-23 17:30:48 -06:00
2023-06-25 17:33:58 +02:00
2022-12-23 17:23:49 -06:00
2022-12-23 17:30:48 -06:00
2022-12-23 17:30:48 -06:00

lancache-ui-service

Backend service for lancache-ui frontend. Implements log monitor, GQL, and DB caching

Install dependencies

# Installing NodeJS via Node Version Manager
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.38.0/install.sh | bash

# Installing NodeJS
nvm install v18.12.1

# Install PNPM
curl -fsSL https://get.pnpm.io/install.sh | sh -

# Install project dependencies
pnpm install

Configure

Rename .env.example to .env, and point logFileLocation to point to your Lancache's access.log

Start service

pnpm start
Description
No description provided
Readme MIT 79 KiB
Languages
JavaScript 86.6%
TypeScript 12.1%
Dockerfile 1.3%