update readme captcha docs and bump 4get image version

This commit is contained in:
2025-11-15 13:51:42 -05:00
parent 356a79073b
commit 6630d6dd55
2 changed files with 5 additions and 3 deletions

View File

@ -27,6 +27,8 @@
## Captcha
> note: this feature has not been extensively tested. If this is something you'd like to use then please follow this guide and open an issue if you encounter any problems.
4get does not support corporate captcha providers (ie. reCaptcha, hCaptcha, etc.) instead it employs a very simple image captcha based on user provided images. Images must be png, 100x100 in size, and named in order (ie. 1.png, 2.png, 3.png, etc.)
Images are segmented into datasets which are directories with a name of the person, place, or thing that are the subject of the images. Provide 4get only with images that match the name of your dataset. go to `https://4get.ca/web?s=test` for an examples
@ -51,4 +53,4 @@ captcha/
* `abra app run <app-domain> app mkdir -p /var/www/html/4get/data/captcha/<dataset-name>`
* `abra app cp <app-domain> /local/path/to/captcha_images/* app:/var/www/html/4get/data/captcha/<dataset-name>`
For more, see [`docs.coopcloud.tech`](https://docs.coopcloud.tech).
For more, see [`docs.coopcloud.tech`](https://docs.coopcloud.tech).

View File

@ -3,7 +3,7 @@ version: "3.11"
services:
app:
image: luuul/4get:1.0.29
image: luuul/4get:1.0.34
environment:
- FOURGET_PROTO=http
- DISALLOWED_SSL=TLS_AES_256_GCM_SHA384
@ -19,7 +19,7 @@ services:
- "traefik.http.routers.${STACK_NAME}.rule=Host(`${DOMAIN}`)"
- "traefik.http.routers.${STACK_NAME}.entrypoints=web-secure"
- "traefik.http.routers.${STACK_NAME}.tls.certresolver=${LETS_ENCRYPT_ENV}"
- "coop-cloud.${STACK_NAME}.version=0.2.0+1.0.29"
- "coop-cloud.${STACK_NAME}.version=0.2.0+1.0.34"
volumes:
- banners:/var/www/html/4get/banner/
configs: