From d748b6059a40ee58723ccca29eb2c035e5ef78b9 Mon Sep 17 00:00:00 2001 From: zzahkaboom24 Date: Tue, 24 Feb 2026 20:41:50 +0100 Subject: [PATCH] Update readme-vars.yml --- readme-vars.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/readme-vars.yml b/readme-vars.yml index 417a180..0c51f34 100644 --- a/readme-vars.yml +++ b/readme-vars.yml @@ -92,6 +92,8 @@ full_custom_readme: | - ALLOW_START=0 #optional - ALLOW_STOP=0 #optional - ALLOW_RESTARTS=0 #optional + - ALLOW_PAUSE=0 #optional + - ALLOW_RESUME=0 #optional - AUTH=0 #optional - BUILD=0 #optional - COMMIT=0 #optional @@ -176,6 +178,8 @@ full_custom_readme: | | `-e ALLOW_START=0` | `/containers/{id}/start` - **This option will work even if `POST=0`** | | `-e ALLOW_STOP=0` | `/containers/{id}/stop` - **This option will work even if `POST=0`** | | `-e ALLOW_RESTARTS=0` | `/containers/{id}/stop`, `/containers/{id}/restart`, and `/containers/{id}/kill` - **This option will work even if `POST=0`** | + | `-e ALLOW_PAUSE=0` | `/containers/{id}/pause` - **This option will work even if `POST=0`** | + | `-e ALLOW_UNPAUSE=0` | `/containers/{id}/unpause` - **This option will work even if `POST=0`** | | `-e AUTH=0` | `/auth` | | `-e BUILD=0` | `/build` | | `-e COMMIT=0` | `/commit` | @@ -326,6 +330,7 @@ full_custom_readme: | ## Versions + * **24.02.26:** - Add `ALLOW_PAUSE` and `ALLOW_UNPAUSE`. * **26.12.25:** - Rebase to Alpine 3.23. * **19.08.25:** - Add tzdata for localised logging timestamps. * **03.06.25:** - Rebase to Alpine 3.22. Add RISCV support.