Add Daemon Base Directory field (#2151)

Co-authored-by: Boy132 <mail@boy132.de>
This commit is contained in:
Frogperson
2026-02-05 08:00:25 -05:00
committed by GitHub
parent 7a9deba0e1
commit a34bf9fd49
3 changed files with 30 additions and 8 deletions

View File

@@ -65,6 +65,8 @@ return [
'sftp_port' => 'SFTP Port',
'sftp_alias' => 'SFTP Alias',
'sftp_alias_help' => 'Display alias for the SFTP address. Leave empty to use the Node FQDN.',
'daemon_base' => 'Daemon Base Directory',
'daemon_base_help' => 'The directory where server data will be stored.',
'use_for_deploy' => 'Use for Deployments?',
'maintenance_mode' => 'Maintenance Mode',
'maintenance_mode_help' => 'If the node is marked \'Under Maintenance\' users won\'t be able to access servers that are on that node',