xen-orchestra/packages/xo-server
2023-10-27 16:13:04 +02:00
..
docs feat(docs/rest-api): alpha → beta 2023-06-30 12:00:14 +02:00
src fix(xo-server/redis): fix indexes handling 2023-10-27 11:27:25 +02:00
.babelrc.cjs chore(xo-server): convert to ESM 2021-05-19 15:53:21 +02:00
.eslintrc.js chore(eslint): only use @babel/eslint-parser for pkgs using Babel 2021-04-23 14:47:34 +02:00
.npmignore feat: unified .npmignore for all packages 2021-04-07 13:58:14 +02:00
config.toml feat(xo-server/clearHost): pass optional batch size arg (#7107) 2023-10-19 17:03:14 +02:00
package.json feat: technical release (#7132) 2023-10-27 16:13:04 +02:00
README.md chore(xo-server/README): uniformize code blocks 2023-03-16 11:19:54 +01:00
sample.config.toml fix(xo-server/sample.config.toml): typo log → logs 2022-11-03 13:57:34 +01:00
signin.pug fix(signin): try to preserve current page across reauthentication (#7013) 2023-10-03 12:39:57 +02:00
xo-server.service feat(xo-server): move all files to packages/xo-server 2018-02-01 14:17:39 +01:00

Xen Orchestra Server

XO-Server is part of Xen Orchestra, a web interface for XenServer or XAPI enabled hosts.

It contains all the logic of XO and handles:

  • connections to all XAPI servers/pools;
  • a cache system to provide the best response time possible;
  • users authentication and authorizations (work in progress);
  • a JSON-RPC based interface for XO clients (i.e. XO-Web).

Build Status Dependency Status devDependency Status


Installation

Manual install procedure is available here.

Compilation

Production build:

yarn run build

Development build:

yarn run dev

How to report a bug?

All bug reports should go into the bugtracker of xo-web.