Skip to content

Commit f7641a7

Browse files
alexjustesengitbook-bot
authored andcommitted
GITBOOK-40: change request with no subject merged in GitBook
1 parent 06347f8 commit f7641a7

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

β€ŽSUMMARY.mdβ€Ž

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
* [Using Synology](getting-started/installation/installation-1.md)
1313
* [Using Unraid](getting-started/installation/installation-2.md)
1414
* [Environment Variables](getting-started/environment-variables.md)
15-
* [Page](getting-started/page.md)
1615

1716
## πŸ”‘ Security
1817

@@ -28,6 +27,10 @@
2827
* [Mail](settings/notifications/mail.md)
2928
* [Telegram](settings/notifications/telegram.md)
3029

30+
## πŸ‘€ Other
31+
32+
* [Commands](other/commands.md)
33+
3134
## πŸ–₯ API
3235

3336
* [Getting Started](api/getting-started.md)

β€Žgetting-started/page.mdβ€Ž

Lines changed: 0 additions & 2 deletions
This file was deleted.

β€Žother/commands.mdβ€Ž

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Commands
2+
3+
Commands are intended to be run from within the CLI of the container. Each command needs to be prefixed with `php artisan`, example: `php artisan about`.
4+
5+
<table><thead><tr><th width="261">Command</th><th>Description</th></tr></thead><tbody><tr><td><code>about</code></td><td>Provides information on the current version of Speedtest Tracker, Laravel and Filament.</td></tr><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>

0 commit comments

Comments
Β (0)