Bumps [qs](https://github.com/ljharb/qs) and [express](https://github.com/expressjs/express). These dependencies needed to be updated together. Updates `qs` from 6.7.0 to 6.14.1 - [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md) - [Commits](https://github.com/ljharb/qs/compare/v6.7.0...v6.14.1) Updates `express` from 4.17.1 to 4.22.1 - [Release notes](https://github.com/expressjs/express/releases) - [Changelog](https://github.com/expressjs/express/blob/v4.22.1/History.md) - [Commits](https://github.com/expressjs/express/compare/4.17.1...v4.22.1) --- updated-dependencies: - dependency-name: qs dependency-version: 6.14.1 dependency-type: indirect - dependency-name: express dependency-version: 4.22.1 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> |
||
|---|---|---|
| .. | ||
| config | ||
| log | ||
| public | ||
| src | ||
| .editorconfig | ||
| .gitignore | ||
| babel.config.js | ||
| CLAUDE.md | ||
| LICENSE | ||
| package-lock.json | ||
| package.json | ||
| postcss.config.js | ||
| README.md | ||
| webpack.config.js | ||
xmrig-workers
This project is source code of http://workers.xmrig.info/ dashboard. Content of the public directory is ready for self-hosting. Example configuration for nginx provided.
Dashboard is not actively developed. You may take a look at a more featured alternative implementation: https://github.com/ludufre/xmworkers. See also discussion.
Development
Install dependencies with npm install.
Run npm run start for a dev server.
Build
Run npm run build to build the project. The build files will be stored in the public directory.