Skip to content

Commit

Permalink
Some docs cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
NuSkooler committed Aug 31, 2022
1 parent c06b777 commit 8e17897
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions docs/_docs/admin/administration.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,16 @@ title: Administration
## Keeping Up to Date
See [Updating](updating.md).

## Viewing Logs
See [Monitoring Logs](../troubleshooting/monitoring-logs.md).
## Viewing Activity
Monitor your system via the [Waiting For Caller (WFC)](../modding/wfc.md) screen and learn how to [monitoring logs](../troubleshooting/monitoring-logs.md).

## Managing Users
User management is currently handled via the [oputil CLI](oputil.md).

## Backing Up Your System
It is *highly* recommended to perform **regular backups** of your system. Nothing is worse than spending a lot of time setting up a system only to have to go away unexpectedly!

In general, simply creating a copy/archive of your system is enough for the default configuration. If you have changed default paths to point outside of your main ENiGMA½ installation take special care to ensure these are preserved as well. Database files may be in a state of flux when simply copying files. See **Database Backups** below for details on consistent backups.
In general, simply creating a copy/archive of your system is enough for the default configuration. If you have changed default paths to point outside of your main ENiGMA½ installation take special care to ensure these are preserved as well. Database files may be in a state of flux when simply copying files. See [Database Backups](#database-backups) below for details on consistent backups.

### Database Backups
[SQLite's CLI backup command](https://sqlite.org/cli.html#special_commands_to_sqlite3_dot_commands_) can be used for creating database backup files. This can be performed as an additional step to a full backup to ensure the database is backed up in a consistent state (whereas simply copying the files does not make any guarantees).
Expand Down
4 changes: 2 additions & 2 deletions docs/_docs/modding/wfc.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@ To change the ACS required, specify a alternative `acs` in the `config` block. F
mainMenuWaitingForCaller: {
config: {
// initial +op over secure connection only
acs: SCID1GM[sysops]
acs: ID1SC
}
}
```

> :bulb: You can add additional co-ops by adjust the required ACS.
> :bulb: You can add additional co-ops by adjusting the required ACS and/or adding them to an WFC-able group.
> :lock: ENiGMA½ will enforce ACS of at least `SC` (secure connection)
Expand Down

0 comments on commit 8e17897

Please sign in to comment.