From edb36e741edebfebd6f7e0450d25f9233096265d Mon Sep 17 00:00:00 2001 From: Aroop Roelofs Date: Fri, 16 Dec 2022 19:29:12 +0100 Subject: [PATCH 1/2] Add note regarding usage within Docker Swarm. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 5f3c50c..fba8fc7 100644 --- a/README.md +++ b/README.md @@ -102,6 +102,8 @@ docker run -v "$(pwd)/mktxp:/home/mktxp/mktxp/" -p 49090:49090 -it --rm ghcr.io/ #### MKTXP stack install [MKTXP Stack Getting Started](https://github.com/akpw/mktxp-stack#install--getting-started) provides similar instructions around editing the mktxp.conf file and, if needed, adding a dedicated API user to your Mikrotik RouterOS devices as mentioned below. +**NOTE:** In the case usage within a [Docker Swarm](https://docs.docker.com/engine/swarm/) is desired, please do make sure to have all settings explicitly set in both the `mktxp.conf` and `_mktxp.conf` files. +Not doing this may cause [issues](https://github.com/akpw/mktxp/issues/55#issuecomment-1346693843) regarding a `read-only` filesystem. ## Mikrotik Device Config For the purpose of RouterOS device monitoring, it's best to create a dedicated user with minimal required permissions. \ From b2d96b6eef9fc1ee18e3cdf162422f3248c98616 Mon Sep 17 00:00:00 2001 From: Aroop Roelofs Date: Fri, 16 Dec 2022 19:31:02 +0100 Subject: [PATCH 2/2] Emoji! :D --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fba8fc7..228bd2b 100644 --- a/README.md +++ b/README.md @@ -102,7 +102,7 @@ docker run -v "$(pwd)/mktxp:/home/mktxp/mktxp/" -p 49090:49090 -it --rm ghcr.io/ #### MKTXP stack install [MKTXP Stack Getting Started](https://github.com/akpw/mktxp-stack#install--getting-started) provides similar instructions around editing the mktxp.conf file and, if needed, adding a dedicated API user to your Mikrotik RouterOS devices as mentioned below. -**NOTE:** In the case usage within a [Docker Swarm](https://docs.docker.com/engine/swarm/) is desired, please do make sure to have all settings explicitly set in both the `mktxp.conf` and `_mktxp.conf` files. +💡 In the case usage within a [Docker Swarm](https://docs.docker.com/engine/swarm/) is desired, please do make sure to have all settings explicitly set in both the `mktxp.conf` and `_mktxp.conf` files. Not doing this may cause [issues](https://github.com/akpw/mktxp/issues/55#issuecomment-1346693843) regarding a `read-only` filesystem. ## Mikrotik Device Config