Commit Graph

5 Commits

Author SHA1 Message Date
Michael Green
e8ca8ca5ca Fix for EJS version bump 2024-10-28 23:29:23 +11:00
Michael Green
6f5b52058c Updated to the latest version of EJS (see: https://github.com/EmulatorJS/EmulatorJS/releases/tag/v4.1.1) 2024-10-28 23:18:49 +11:00
Michael Green
bb86cb52f6 Added a command line tool for user management (#420)
The CLI tool can be started from the root of the /App directory in the
container with the command:
`./gaseous-cli`

Running without arguments presents the following help screen:
```
Gaseous CLI - A tool for managing the Gaseous Server
Usage: gaseous-cli [command] [options]
Commands:
  user [command] [options] - Manage users
  role [command] [options] - Manage roles
  help - Display this help message
```
2024-09-09 15:11:36 +10:00
Michael Green
7dfb0b54eb All images now support rootless (#418) 2024-09-08 00:14:29 +10:00
Michael Green
deef919d5b UI overhaul (#383) 2024-09-01 01:00:54 +10:00