|
6 | 6 | 'header' => 'Server Console', |
7 | 7 | 'header_sub' => 'Control your server in real time.', |
8 | 8 | ], |
| 9 | + 'users' => [ |
| 10 | + 'header' => 'Manage Users', |
| 11 | + 'header_sub' => 'Control who can access your server.', |
| 12 | + 'configure' => 'Configure Permissions', |
| 13 | + 'list' => 'Accounts with Access', |
| 14 | + 'add' => 'Add New Subuser', |
| 15 | + 'new' => [ |
| 16 | + 'header' => 'Add New User', |
| 17 | + 'header_sub' => 'Add a new user with permissions to this server.', |
| 18 | + 'email' => 'Email Address', |
| 19 | + 'email_help' => 'Enter the email address for the user you wish to invite to manage this server.', |
| 20 | + 'power_header' => 'Power Management', |
| 21 | + 'file_header' => 'File Management', |
| 22 | + 'subuser_header' => 'Subuser Management', |
| 23 | + 'server_header' => 'Server Management', |
| 24 | + 'task_header' => 'Task Management', |
| 25 | + 'sftp_header' => 'SFTP Management', |
| 26 | + 'db_header' => 'Database Management', |
| 27 | + 'start' => [ |
| 28 | + 'title' => 'Start Server', |
| 29 | + 'description' => 'Allows user to start the server.', |
| 30 | + ], |
| 31 | + 'stop' => [ |
| 32 | + 'title' => 'Stop Server', |
| 33 | + 'description' => 'Allows user to stop the server.', |
| 34 | + ], |
| 35 | + 'restart' => [ |
| 36 | + 'title' => 'Stop Server', |
| 37 | + 'description' => 'Allows user to restart the server.', |
| 38 | + ], |
| 39 | + 'kill' => [ |
| 40 | + 'title' => 'Stop Server', |
| 41 | + 'description' => 'Allows user to kill the server process.', |
| 42 | + ], |
| 43 | + 'command' => [ |
| 44 | + 'title' => 'Send Console Command', |
| 45 | + 'description' => 'Allows sending a command from the console. If the user does not have stop or restart permissions they cannot send the application\'s stop command.', |
| 46 | + ], |
| 47 | + 'list_files' => [ |
| 48 | + 'title' => 'List Files', |
| 49 | + 'description' => 'Allows user to list all files and folders on the server but not view file contents.', |
| 50 | + ], |
| 51 | + 'edit_files' => [ |
| 52 | + 'title' => 'Edit Files', |
| 53 | + 'description' => 'Allows user to open a file for viewing only.', |
| 54 | + ], |
| 55 | + 'save_files' => [ |
| 56 | + 'title' => 'Save Files', |
| 57 | + 'description' => 'Allows user to save modified file contents.', |
| 58 | + ], |
| 59 | + 'move_files' => [ |
| 60 | + 'title' => 'Rename & Move Files', |
| 61 | + 'description' => 'Allows user to move and rename files and folders on the filesystem.', |
| 62 | + ], |
| 63 | + 'copy_files' => [ |
| 64 | + 'title' => 'Copy Files', |
| 65 | + 'description' => 'Allows user to copy files and folders on the filesystem.', |
| 66 | + ], |
| 67 | + 'compress_files' => [ |
| 68 | + 'title' => 'Compress Files', |
| 69 | + 'description' => 'Allows user to make archives of files and folders on the system.', |
| 70 | + ], |
| 71 | + 'decompress_files' => [ |
| 72 | + 'title' => 'Decompress Files', |
| 73 | + 'description' => 'Allows user to decompress .zip and .tar(.gz) archives.', |
| 74 | + ], |
| 75 | + 'create_files' => [ |
| 76 | + 'title' => 'Create Files', |
| 77 | + 'description' => 'Allows user to create a new file within the panel.', |
| 78 | + ], |
| 79 | + 'upload_files' => [ |
| 80 | + 'title' => 'Upload Files', |
| 81 | + 'description' => 'Allows user to upload files through the file manager.', |
| 82 | + ], |
| 83 | + 'delete_files' => [ |
| 84 | + 'title' => 'Delete Files', |
| 85 | + 'description' => 'Allows user to delete files from the system.', |
| 86 | + ], |
| 87 | + 'download_files' => [ |
| 88 | + 'title' => 'Download Files', |
| 89 | + 'description' => 'Allows user to download files. If a user is given this permission they can download and view file contents even if that permission is not assigned on the panel.', |
| 90 | + ], |
| 91 | + 'list_subusers' => [ |
| 92 | + 'title' => 'List Subusers', |
| 93 | + 'description' => 'Allows user to view a listing of all subusers assigned to the server.', |
| 94 | + ], |
| 95 | + 'view_subuser' => [ |
| 96 | + 'title' => 'View Subuser', |
| 97 | + 'description' => 'Allows user to view permissions assigned to subusers.', |
| 98 | + ], |
| 99 | + 'edit_subuser' => [ |
| 100 | + 'title' => 'Edit Subuser', |
| 101 | + 'description' => 'Allows a user to edit permissions assigned to other subusers.', |
| 102 | + ], |
| 103 | + 'create_subuser' => [ |
| 104 | + 'title' => 'Create Subuser', |
| 105 | + 'description' => 'Allows user to create additional subusers on the server.', |
| 106 | + ], |
| 107 | + 'delete_subuser' => [ |
| 108 | + 'title' => 'Delete Subuser', |
| 109 | + 'description' => 'Allows a user to delete other subusers on the server.', |
| 110 | + ], |
| 111 | + 'set_connection' => [ |
| 112 | + 'title' => 'Set Default Connection', |
| 113 | + 'description' => 'Allows user to set the default connection used for a server as well as view avaliable ports.', |
| 114 | + ], |
| 115 | + 'view_startup' => [ |
| 116 | + 'title' => 'View Startup Command', |
| 117 | + 'description' => 'Allows user to view the startup command and associated variables for a server.', |
| 118 | + ], |
| 119 | + 'edit_startup' => [ |
| 120 | + 'title' => 'Edit Startup Command', |
| 121 | + 'description' => 'Allows a user to modify startup variables for a server.', |
| 122 | + ], |
| 123 | + 'list_tasks' => [ |
| 124 | + 'title' => 'List Tasks', |
| 125 | + 'description' => 'Allows a user to list all tasks (enabled and disabled) on a server.', |
| 126 | + ], |
| 127 | + 'view_task' => [ |
| 128 | + 'title' => 'View Task', |
| 129 | + 'description' => 'Allows a user to view a specific task\'s details.', |
| 130 | + ], |
| 131 | + 'toggle_task' => [ |
| 132 | + 'title' => 'Toggle Task', |
| 133 | + 'description' => 'Allows a user to toggle a task on or off.', |
| 134 | + ], |
| 135 | + 'queue_task' => [ |
| 136 | + 'title' => 'Queue Task', |
| 137 | + 'description' => 'Allows a user to queue a task to run on next cycle.', |
| 138 | + ], |
| 139 | + 'create_task' => [ |
| 140 | + 'title' => 'Create Task', |
| 141 | + 'description' => 'Allows a user to create new tasks.', |
| 142 | + ], |
| 143 | + 'delete_task' => [ |
| 144 | + 'title' => 'Delete Task', |
| 145 | + 'description' => 'Allows a user to delete a task.', |
| 146 | + ], |
| 147 | + 'view_sftp' => [ |
| 148 | + 'title' => 'View SFTP Details', |
| 149 | + 'description' => 'Allows user to view the server\'s SFTP information but not the password.', |
| 150 | + ], |
| 151 | + 'view_sftp_password' => [ |
| 152 | + 'title' => 'View SFTP Password', |
| 153 | + 'description' => 'Allows user to view the SFTP password for the server.', |
| 154 | + ], |
| 155 | + 'reset_sftp' => [ |
| 156 | + 'title' => 'Reset SFTP Password', |
| 157 | + 'description' => 'Allows user to change the SFTP password for the server.', |
| 158 | + ], |
| 159 | + 'view_databases' => [ |
| 160 | + 'title' => 'View Database Details', |
| 161 | + 'description' => 'Allows user to view all databases associated with this server including the usernames and passwords for the databases.', |
| 162 | + ], |
| 163 | + 'reset_db_password' => [ |
| 164 | + 'title' => 'Reset Database Password', |
| 165 | + 'description' => 'Allows a user to reset passwords for databases.', |
| 166 | + ], |
| 167 | + ], |
| 168 | + ], |
9 | 169 | 'files' => [ |
10 | 170 | 'header' => 'File Manager', |
11 | 171 | 'header_sub' => 'Manage all of your files directly from the web.', |
|
0 commit comments