diff --git a/docs/_docs/admin/administration.md b/docs/_docs/admin/administration.md index b5dc7f0c..4417731b 100644 --- a/docs/_docs/admin/administration.md +++ b/docs/_docs/admin/administration.md @@ -8,8 +8,8 @@ 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). @@ -17,7 +17,7 @@ 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). diff --git a/docs/_docs/modding/wfc.md b/docs/_docs/modding/wfc.md index 1f0727e3..e96ec487 100644 --- a/docs/_docs/modding/wfc.md +++ b/docs/_docs/modding/wfc.md @@ -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)