From b8bc122fc1fb9be5e9c68b84990cff21705beb72 Mon Sep 17 00:00:00 2001 From: Tha_14 Date: Fri, 6 Jan 2023 18:09:16 +0200 Subject: [PATCH] docs: remove todos --- README.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/README.md b/README.md index 15e46a5..e2bf4b8 100644 --- a/README.md +++ b/README.md @@ -25,9 +25,3 @@ 3. Make sure you port forward manually as upnp will most likely not work. 4. You can adjust the maximum upload and download bandwidth of uam by changing the `NETLIMUP` and `NETLIMDOWN` env variables. 5. I suggest using [lazydocker](https://github.com/jesseduffield/lazydocker) to control and see the status of your containers. - -## ToDo: -- [x] Add CI tests to make sure the scripts work. -- [x] Make PBKEY a required variable to avoid running uam without it. -- [x] Include wondershaper or sch_cake in `apt install` and environment configuration parameters for it. -- [ ] See if it's possible to automatically increment port numbers for the swarm script.