mirror of
https://github.com/KevinMidboe/mktxp-no-cli.git
synced 2025-10-29 17:50:23 +00:00
Update README.md
This commit is contained in:
committed by
GitHub
parent
886c624d12
commit
21f7ccbf12
@@ -43,8 +43,6 @@ After installing MKTXP, you need to edit its main configuration file. You can do
|
||||
❯ mktxp edit
|
||||
```
|
||||
|
||||
(for Docker instances, just mount your mktxp config files with `docker run -v ./mktxp:/home/mktxp/mktxp/ -it --rm ghcr.io/akpw/mktxp:latest`)
|
||||
|
||||
This opens the config file in your default system editor. \
|
||||
In case you prefer a different editor, just run the ```edit``` command with its optional `-ed` parameter. \
|
||||
For example, to explicitly open the MKTXP config in nano:
|
||||
@@ -84,6 +82,13 @@ The configuration file comes with a sample configuration, making it easy to copy
|
||||
use_comments_over_names = False # when available, forces using comments over the interfaces names
|
||||
```
|
||||
|
||||
|
||||
For Docker instances, just mount your mktxp config files:
|
||||
```
|
||||
❯ docker run -v ./mktxp:/home/mktxp/mktxp/ -it --rm ghcr.io/akpw/mktxp:latest
|
||||
```
|
||||
|
||||
|
||||
## Mikrotik Device Config
|
||||
For the purpose of RouterOS device monitoring, it's best to create a dedicated user with minimal required permissions. \
|
||||
MKTXP only needs ```API``` and ```Read```, so at that point you can go to your router's terminal and type:
|
||||
|
||||
Reference in New Issue
Block a user