The global orchestration solution to manage and backup XCP-ng and XenServer.
Go to file
2017-11-23 11:21:06 +01:00
bin feat(xo-server-recover-account): reset password and set permission to admin (#538) 2017-05-03 15:43:32 +02:00
src fix(api): do not log nested passwords (#624) 2017-11-23 11:21:06 +01:00
.editorconfig Update EditorConfig. 2015-02-12 18:03:50 +01:00
.gitignore chore(xapi): move utilities into dedicated module 2016-06-17 18:43:10 +02:00
.npmignore chore: various updates 2016-05-04 12:16:02 +02:00
.travis.yml fix(Travis): do not test on Node 4 2017-11-06 10:14:18 +01:00
better-stacks.js feat(better-stacks): ignore modules starting with internal 2017-06-20 15:30:40 +02:00
config.json fix(HTTPS): correctly use secure options 2017-09-15 11:43:02 +02:00
gulpfile.js chore(build): do not build tests 2017-03-10 14:46:06 +01:00
index.js feat: reduce the default debugging level 2017-02-28 09:58:41 +01:00
ISSUE_TEMPLATE.md Create ISSUE_TEMPLATE.md 2016-10-03 16:24:24 +02:00
package.json 5.14.1 2017-11-17 14:57:12 +01:00
README.md fix installation documentation link 2016-08-02 12:22:39 +02:00
sample.config.yaml fix(sample config): IPv6 used by default 2017-03-31 18:25:30 +02:00
signin.pug fix(signin): new Bootstrap classes (#434) 2016-10-28 10:11:41 +02:00
xo-server.service Set debug to xo:main only in production. 2015-05-28 14:57:04 +02:00
yarn.lock chore(package): update dependencies 2017-11-13 17:36:10 +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:

$ npm run build

Development build:

$ npm run dev

How to report a bug?

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