I would really like to change the password!
It's probably best to contact the author, I don't know if there's a UI for that, you should be able to change the database directly though
/var/lib/private/virtlyst/virtlyst.sqlite
Git Clone URL: | https://aur.archlinux.org/virtlyst.git (read-only, click to copy) |
---|---|
Package Base: | virtlyst |
Description: | Web interface to manage virtual machines with libvirt |
Upstream URL: | https://github.com/cutelyst/Virtlyst |
Licenses: | AGPL3 |
Submitter: | gdamjan |
Maintainer: | gdamjan |
Last Packager: | gdamjan |
Votes: | 2 |
Popularity: | 0.000000 |
First Submitted: | 2018-04-22 23:16 (UTC) |
Last Updated: | 2021-07-07 18:32 (UTC) |
I would really like to change the password!
It's probably best to contact the author, I don't know if there's a UI for that, you should be able to change the database directly though
/var/lib/private/virtlyst/virtlyst.sqlite
I managed to install virtlyst. There is unfortunately not one clear guide. I would really like to change the password! Would anyone know how to do so?
@lilmike it says here https://wiki.archlinux.org/index.php/Arch_User_Repository#Prerequisites to not add packages in the base-devel group as makedepends. and pkgconf is part of that group. Unless you have strong reasons why it should be added?
OTOH cmake isn't, and I'll add it.
Should probably makedepend on cmake and pkgconf, since they are required to build.
Since the 1.1.0-2 package, the systemd .socket file and the virtlyst.ini file, open two sockets:
see the /usr/share/virtlyst/nginx-example.conf file for how to configure nginx.
The service runs as a DynamicUser=yes systemd service and is allowed access to a local libvirtd with a custom polkit rule.
Pinned Comments
gdamjan commented on 2018-05-03 14:43 (UTC) (edited on 2018-05-06 10:39 (UTC) by gdamjan)
Since the 1.1.0-2 package, the systemd .socket file and the virtlyst.ini file, open two sockets:
see the /usr/share/virtlyst/nginx-example.conf file for how to configure nginx.
The service runs as a DynamicUser=yes systemd service and is allowed access to a local libvirtd with a custom polkit rule.