You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: other/commands.md
+3-6Lines changed: 3 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,10 +6,7 @@ description: >-
6
6
7
7
# Commands
8
8
9
-
Commands are intended to be run from within the CLI of the container and from the application's root directory.
10
-
11
-
* In my build the root directory is located at: `/var/www/html`
12
-
* In LinuxServer's build the root directory is located at: `/app/www`
9
+
Commands are intended to be run from within the CLI of the container and from the application's root directory. The application directory is located at: `/app/www`
13
10
14
11
When using the commands below they should be prefixed with `php artisan`, so the `about` command will look like `php artisan about`.
15
12
@@ -23,10 +20,10 @@ Core commands exist at the framework level and might be extended to provide addi
23
20
24
21
Application commands are built to extend Speedtest Tracker's functionality from the CLI.
25
22
26
-
<table><thead><tr><thwidth="261">Command</th><th>Description</th></tr></thead><tbody><tr><td><code>app:install</code></td><td>Installs a fresh version of Speedtest Tracker. If you have an existing install <em><strong>this will delete all data</strong></em>.</td></tr><tr><td><code>app:reset-user-password</code></td><td>Can be used to reset a user's password.</td></tr><tr><td><code>app:update-user-role</code></td><td>Can be used to change a user's role.</td></tr></tbody></table>
23
+
<table><thead><tr><thwidth="261">Command</th><th>Description</th></tr></thead><tbody><tr><td><code>app:install</code></td><td>Installs a fresh version of Speedtest Tracker. If you have an existing install <em><strong>this will delete all data</strong></em>.</td></tr><tr><td><code>app:ookla-list-servers</code></td><td>Get a list of local Ookla speedtest servers.</td></tr><tr><td><code>app:user-change-role</code></td><td>Change the role for a user.</td></tr><tr><td><code>app:user-reset-password</code></td><td>Change the password for a user.</td></tr><tr><td><code>app:version</code></td><td>Sends a notification to the admin users when Speedtest Tracker is outdated.</td></tr></tbody></table>
27
24
28
25
### Maintenance commands
29
26
30
27
Maintenance commands help fix issues that might crop up over time.
31
28
32
-
<table><thead><tr><thwidth="261">Command</th><th>Description</th></tr></thead><tbody><tr><td><code>app:fix-result-statuses</code></td><td>Reviews the data payload of each result and corrects the status attribute based on Ookla's CLI response.</td></tr><tr><td><code>app:update-general-settings</code></td><td>Use to update General Settings from the CLI in case of an application error on that page.</td></tr></tbody></table>
29
+
<table><thead><tr><thwidth="261">Command</th><th>Description</th></tr></thead><tbody><tr><td><code>app:result-fix-statuses</code></td><td>Reviews the data payload of each result and corrects the status attribute.</td></tr></tbody></table>
0 commit comments