Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
27e7245
Add Fedora 40-42 and rawhide support
Sep 3, 2025
3138a32
Update Fedora support to 41/42/43/rawhide with correct COPR repos
Sep 4, 2025
46a0ed1
Use Fedora's native yarnpkg and add unofficial support warning
Sep 4, 2025
1ff2bf5
Fix undefined printwarning function for Fedora support
Sep 5, 2025
30ad168
Use Fedora's native Node.js packages instead of NodeSource
Sep 5, 2025
dee3ec9
Add robust git clone function with retry logic
Sep 5, 2025
ca16a3b
Add safety checks for git repository detection and directory removal
Sep 5, 2025
501f2d3
Simplify git clone to use only shallow clones
Sep 5, 2025
b0fdf85
Add progress monitoring for yarn build process
Sep 5, 2025
1c9812f
Add complete uninstall option to the installer
Sep 5, 2025
2ea5571
Improve uninstall safety for configuration and data files
Sep 5, 2025
7426dfe
Separate xo-server and xo-web builds for better progress visibility
Sep 5, 2025
291de73
Add secure credential management for XO admin users
Sep 5, 2025
45459e9
Fix output formatting issues in installer script
Sep 5, 2025
e8cd754
Simplify admin credential setup flow
Sep 5, 2025
273f7e9
Fix password validation for custom email addresses
Sep 5, 2025
8e23f14
Improve password security by not displaying user-entered passwords
Sep 5, 2025
6ed7298
Fix default user deletion logic to handle non-existent users
Sep 5, 2025
11c23d6
Fix password handling for existing custom email users
Sep 5, 2025
7f41f43
Remove README-FEDORA.md
Sep 5, 2025
72c2c29
Fix INCLUDE_V6 unbound variable and sync with upstream
Feb 16, 2026
a604303
Handle upstream config template rename and fix default web UI
Feb 16, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions sample.xo-install.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -138,3 +138,8 @@ PRESERVE="3"
# Configurable network-timeout setting for yarn, in ms.
# default: 300000 = 300sec
#YARN_NETWORK_TIMEOUT="300000"

# Build and include the v6 web interface (@xen-orchestra/web)
# options: true/false
# default: false
#INCLUDE_V6="false"
Loading