Skip to content

feat: add REST API server + Docker containerization - #1819

Open
hutgrabber wants to merge 4 commits into
CorentinTh:mainfrom
hutgrabber:main
Open

feat: add REST API server + Docker containerization#1819
hutgrabber wants to merge 4 commits into
CorentinTh:mainfrom
hutgrabber:main

fix(deps): pin @vueuse/shared to 10.3.0 to fix Vite build

923ed28
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / SonarCloud succeeded Jun 19, 2026 in 3s

1 new alert including 1 low severity security vulnerability

New alerts in code changed by this pull request

Security Alerts:

  • 1 low

See annotations below for details.

View all branch alerts.

Annotations

Check notice on line 18 in Dockerfile

See this annotation in the file changed.

Code scanning / SonarCloud

Docker containers should not run as a privileged user Low

The "node" image runs with "root" as the default user. Make sure it is safe here. See more on SonarQube Cloud