#!/bin/bash # deploy-gitea-a11y.sh — Deploy Gitea a11y fixes to the Forge VPS. # # Applies custom template overrides for WCAG 2.1 AA compliance fixes # identified by the accessibility audit (#492). # # Fixes: # R1: Password visibility toggle on sign-in (#551) # R2: aria-required on required form fields (#552) # R3: aria-label on star/fork count links (#553) # R4: