Config¶
Role access
Only administrators have access to this feature.
To go to the "Config" section, press the button
Job Scheduler¶
En este apartado se puede programar un "trabajo", puede ser una copia de seguridad o
-
Type: Cron (que haga el trabajo a una hora determinada), interval (que haga el trabajo cada x tiempo)
-
Hour: indica la hora
-
Minute: indica el minuto
-
Action: backup database, check ephimeral domain status
Maintenance mode¶
Maintenance mode disables web interfaces for users with manager, advanced, and user roles.
System administrator can create a file named /opt/isard/config/maintenance
to switch to maintenance mode at start up. The file is removed once system is switched to maintenance mode.
Maintenance mode can be enabled and disabled via configuration section of administration interface by an user with administrator role.
To enable and disable this function, check the box
Once the box is checked, when users try to log in to their account, they will see a maintenance message
Bastion¶
The Bastion feature in IsardVDI allows users to access virtual desktops through the IsardVDI web server, without the need for a VPN. This makes it easier to publicly access virtual machines within IsardVDI, which is useful to make public servers or resources.
For it to work, it must be configured in the isardvdi.cfg
file.
BASTION_ENABLED = true
The bastion configuration is located in the following section:
Here, it displays whether the bastion is enabled in the isardvdi.cfg
file and, if so, which SSH port has been configured by default.
Disabled in the configuration file:
Enabled in the configuration file:
Edit bastion alloweds¶
Allows you to define which users have permission to use the bastion feature. By default, all users have access.
If a user no longer has permission to use the bastion, the option will not appear in the desktop edit form.
Warning
Removing a user's access will delete all bastion connection configurations for all their desktops. This action is irreversible.