xen-orchestra/packages/xo-server
2023-05-26 16:38:38 +02:00
..
docs feat(xo-server/rest-api): basic VM actions (#6652) 2023-02-24 17:55:22 +01:00
src feat(xo-server/rest-api): endpoints to list pools/hosts missing patches 2023-05-26 16:11:11 +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 fix(xo-server): disable broken requestTimeout 2023-02-09 10:25:45 +01:00
package.json feat(@xen-orchestra/xapi): 2.2.1 2023-05-26 16:38:38 +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 chore(xo-server): improve style of login buttons (#3913) 2019-01-30 17:34:22 +01: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.