No description
Find a file
2026-01-01 11:49:03 +08:00
config fix: standardize namespace to bobmaster/imagecamo 2025-12-27 22:09:22 +08:00
event perf: skip camo for images in preview stage 2026-01-01 11:49:03 +08:00
language/en fix: standardize namespace to bobmaster/imagecamo 2025-12-27 22:09:22 +08:00
migrations fix: standardize namespace to bobmaster/imagecamo 2025-12-27 22:09:22 +08:00
.gitignore fix 2025-12-27 23:11:47 +08:00
composer.json fix: standardize namespace to bobmaster/imagecamo 2025-12-27 22:09:22 +08:00
ext.php fix: standardize namespace to bobmaster/imagecamo 2025-12-27 22:09:22 +08:00
README.md fix: standardize namespace to bobmaster/imagecamo 2025-12-27 22:09:22 +08:00

phpBB Camo Attachments Extension

A phpBB extension that proxies external images (both BBCode [img] tags and image attachments) through a rust-camo image proxy server.

Features

  • Proxies both HTTP and HTTPS external image URLs
  • Supports BBCode [img] images in posts, signatures, and PMs
  • Supports image attachments (inline and thumbnails)
  • Configurable via ACP (Admin Control Panel)

Installation

  1. Copy the extension to phpBB/ext/bobmaster/imageCamo/
  2. Enable in ACP → Customise → Extensions

Configuration

Go to ACP → General → Board Settings and scroll to "Camo Image Proxy Settings":

Setting Description
Enable Camo Image Proxy Toggle proxying on/off
Camo HMAC Key Secret key for signing URLs
Camo Server URL Full URL of your Camo server (e.g. https://camo.example.com:8000)

Requirements

  • phpBB 3.3+
  • PHP 7.1+
  • A running rust-camo server

License

GPL-2.0