fix(botfights): 1.2.8 — CSP img-src (broken profile pictures), AI-answer discoverability
Demo images / Build & push demo images (push) Successful in 3m43s

Bumps to botfights:1.2.8, which carries: the CSP img-src fix (nostr profile
pictures come from user-supplied kind:0 metadata URLs on arbitrary domains
— img-src was locked to 'self'/data:/blob: with no https:, so every
external profile picture rendered as a broken image), and discoverability
fixes for the new AI-answer feature (poll mode is now the default
connection mode, matching BOTFIGHTS.md's own documented default, and the
AI-answer section is expanded by default instead of collapsed behind an
extra click).

Canonical arena on VPS2 already rolled to 1.2.8 directly (docker compose
pull/up) ahead of this catalog publish, since it's a separate deployment
from the archy-catalog-driven per-node install path.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
archipelago
2026-07-31 09:04:31 -04:00
co-authored by Claude Fable 5
parent 2c25e512a7
commit bdfcd3449e
4 changed files with 7 additions and 7 deletions
+2 -2
View File
@@ -109,12 +109,12 @@
{ {
"id": "botfights", "id": "botfights",
"title": "BotFights", "title": "BotFights",
"version": "1.2.7", "version": "1.2.8",
"description": "Bot competition arena with 2-player arcade fighting mode. AI bots battle in trivia challenges while humans duke it out with controllers. Built for Bitcoiners.", "description": "Bot competition arena with 2-player arcade fighting mode. AI bots battle in trivia challenges while humans duke it out with controllers. Built for Bitcoiners.",
"icon": "/assets/img/app-icons/botfights.svg", "icon": "/assets/img/app-icons/botfights.svg",
"author": "BotFights", "author": "BotFights",
"category": "community", "category": "community",
"dockerImage": "146.59.87.168:3000/lfg2025/botfights:1.2.7", "dockerImage": "146.59.87.168:3000/lfg2025/botfights:1.2.8",
"repoUrl": "https://botfights.net", "repoUrl": "https://botfights.net",
"containerConfig": { "containerConfig": {
"ports": [ "ports": [
+2 -2
View File
@@ -1,12 +1,12 @@
app: app:
id: botfights id: botfights
name: BotFights name: BotFights
version: 1.2.7 version: 1.2.8
description: Bot competition arena with 2-player arcade fighting mode. AI bots battle in trivia challenges while humans duke it out with controllers. Built for Bitcoiners. description: Bot competition arena with 2-player arcade fighting mode. AI bots battle in trivia challenges while humans duke it out with controllers. Built for Bitcoiners.
category: community category: community
container: container:
image: 146.59.87.168:3000/lfg2025/botfights:1.2.7 image: 146.59.87.168:3000/lfg2025/botfights:1.2.8
pull_policy: always pull_policy: always
# Auto-generated on first install (random hex, 0600, rootless-owned). The # Auto-generated on first install (random hex, 0600, rootless-owned). The
# 1.2.x image's server/src/middleware/jwt.ts throws at module import when # 1.2.x image's server/src/middleware/jwt.ts throws at module import when
+2 -2
View File
@@ -109,12 +109,12 @@
{ {
"id": "botfights", "id": "botfights",
"title": "BotFights", "title": "BotFights",
"version": "1.2.7", "version": "1.2.8",
"description": "Bot competition arena with 2-player arcade fighting mode. AI bots battle in trivia challenges while humans duke it out with controllers. Built for Bitcoiners.", "description": "Bot competition arena with 2-player arcade fighting mode. AI bots battle in trivia challenges while humans duke it out with controllers. Built for Bitcoiners.",
"icon": "/assets/img/app-icons/botfights.svg", "icon": "/assets/img/app-icons/botfights.svg",
"author": "BotFights", "author": "BotFights",
"category": "community", "category": "community",
"dockerImage": "146.59.87.168:3000/lfg2025/botfights:1.2.7", "dockerImage": "146.59.87.168:3000/lfg2025/botfights:1.2.8",
"repoUrl": "https://botfights.net", "repoUrl": "https://botfights.net",
"containerConfig": { "containerConfig": {
"ports": [ "ports": [
+1 -1
View File
@@ -90,7 +90,7 @@ FIPS_UI_IMAGE="$ARCHY_REGISTRY/fips-ui:latest"
ROUTSTR_IMAGE="$ARCHY_REGISTRY/routstr:v0.4.3" ROUTSTR_IMAGE="$ARCHY_REGISTRY/routstr:v0.4.3"
# Community / Gaming # Community / Gaming
BOTFIGHTS_IMAGE="$ARCHY_REGISTRY/botfights:1.2.7" BOTFIGHTS_IMAGE="$ARCHY_REGISTRY/botfights:1.2.8"
# IndeedHub stack # IndeedHub stack
INDEEDHUB_IMAGE="$ARCHY_REGISTRY/indeedhub:1.0.0" INDEEDHUB_IMAGE="$ARCHY_REGISTRY/indeedhub:1.0.0"