Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions docs/dev/structure.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,8 @@ The aim of the scripts in here is to ensure that applications get upgraded acros

Before any of the upgrade scripts are ran, the `box update` procedure is done.

When `box upgrade --all` is ran, all packages that have install locks will be upgraded **except** a hard-coded list of torrent clients, panel, and nginx.

### Update
`scripts/update/`

Expand Down
6 changes: 6 additions & 0 deletions docs/getting-started/box-basics.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,12 @@ Syntax:
box upgrade nginx
```

Want to just do it for all packages possible? This command will do the trick. _Note:_ this will **not** upgrade torrent clients or nginx, please upgrade those manually.

```bash
box upgrade --all
```

## adduser
The function used to add a secondary user to your server. Please note, only the master user has access to a significant portion of the included applications

Expand Down