• XO Lite: building an embedded UI in XCP-ng

    Pinned Moved
    87
    4 Votes
    87 Posts
    37k Views
    olivierlambertO

    FYI, next versions will have a way to shutdown a host, it's in the pipes 🙂

  • Newbie questions on XO and XOA

    6
    1 Votes
    6 Posts
    63 Views
    E

    @DustinB

    Hi Dustin,

    It's amazing what one can miss when setting something up, and I surely did miss that part. I now see much more in the way of management items. My project for the weekend will be XO/XOCE from source for my home rack. Thanks so much for seeing what I didn't.

    Take care,

    Eric

  • XO Lite can`t manage host

    8
    0 Votes
    8 Posts
    847 Views
    M

    @Greg_E Having backup XO's has always been our policy here.
    @business we have our min XOA on a (now dedicated Intel server doing the backups, because of the EPYC networking issues) and then a XO (from sources) on the main pool if XOA tanks or during reboots.
    @home I hace one XO on each host.

    Has saved me time and time again.

  • Wrong colours in dashboard

    11
    0 Votes
    11 Posts
    269 Views
    J

    @pdonias said in Wrong colours in dashboard:

    Thanks for the feedback, we'll take care of that.

    To get more of an idea about the HDR technology checkout these links:-

    https://www.viewsonic.com/library/photography/what-is-hdr-hdr-vs-sdr/ https://en.wikipedia.org/wiki/High_dynamic_range https://www.dolby.com/technologies/dolby-vision/

    Some of the links refer to videos though the graphics technology applies outside of videos, these will help you get an idea of how the technology will affect the user interface of XOA and XO Lite.

    In this case it's the colours part of HDR which is relevant as the user interface, doesn't have photos or videos in it but does still have other forms of imagery. Though the client devices may be used with other usage which the full HDR is appropriate for, so thus have compatible hardware and have the feature active.

    @ph7 If your interested in finding out more about HDR you can also check out the links above. I also added my input about your issue, as I knew that HDR can play a part in the reproduction of colour etc in an image, or user interface.

    So can have an impact on what colours are used on the dashboard, as well as other parts of the user interface.

  • Cannot remove extraneous XOA VM's

    3
    0 Votes
    3 Posts
    92 Views
    olivierlambertO

    Hi @mattnj

    I think it's possible deploy took some time and as long as you have a XAPI task running, remove can't be done Yes rebooting will "cancel" the task and destroy can work then 🙂
  • Xen Orchestra Lite

    Moved
    71
    4 Votes
    71 Posts
    36k Views
    Marc.pezinM

    @tcorp8310 yes yum update should do the trick

  • Linkt to "Access XOA" - If Installed in Docker on a VM

    5
    0 Votes
    5 Posts
    209 Views
    pdoniasP

    Hi @Houbsi, good question. This is how it works:

    any XO instance that is connected to a pool will add some information about itself to the pool's metadata XO Lite reads that information to know the URL of XO's UI

    In xo-server's config, you can force XO to report a custom URL instead of raw network information:

    [http] publicUrl = 'http://example.com'

    However, at the moment, XO Lite doesn't support it, but it's coming soon: https://github.com/vatesfr/xen-orchestra/pull/7849 🙂

    And @olivierlambert, yes, for now, any XO instance, whether it's an XOA or not, reports itself on the pool and we simply pick the latest one. But we can definitely implement something smarter in the future if necessary.

    pdonias opened this pull request in vatesfr/xen-orchestra closed feat(lite/XoaButton): support `xo-server`'s setting `http.publicUrl` #7849
  • Multiselect and Drag&Drop with XO6/XO Lite

    1
    0 Votes
    1 Posts
    106 Views
    No one has replied
  • XOLite - Which URL?

    7
    0 Votes
    7 Posts
    1k Views
    D

    @Tristis-Oris said in XOLite - Which URL?:

    @itpartner it already builtin at xen 8.3, so guide will not requried.

    This, XCP-ng 8.3 isn't released yet, so you're running 8.2 which doesn't include the package.

  • XO-Lite and Let's Encrypt certificate

    4
    0 Votes
    4 Posts
    655 Views
    B

    @hellst0rm I don't see why it wouldn't work as long as everything is set to trust your internal CA root. It's pretty trivial to create a CA. I did it years ago because I can't stand cert errors and as a learning exercise. The only annoying part is it's just one more thing to keep track of and update, but if you're running a homelab it just becomes another part of the exercise.

  • XO Lite Development

    15
    0 Votes
    15 Posts
    2k Views
    J

    @borzel With my PWA manifest merged you can do further development work around it if you wish. However don't add to much extra Java script if you do so, as it can seriously affect performance and security.

    Also too many abstractions can affect the ability to understand how Xen Orchestra, as well as XCP-ng works and fix any issues, by thus limiting the number of people who can understand the code and its workings in order to fix them. As read any code from libraries and frameworks used in order to understand them and avoid any vulnerabilities in the code.

    Not to mention that people who wish to use it may not have Java script enabled browsers or have Java script disabled (maybe even blocked). If the software can't work at all without Java script in the browsers currently support available at the moment now, then they will boycott using the software or website.

  • Can't login

    12
    0 Votes
    12 Posts
    1k Views
    olivierlambertO

    I'm not waiting for your suggestion to do it, it's already in the backlog 😉