No description
- PHP 100%
| config | ||
| event | ||
| language/en | ||
| migrations | ||
| .gitignore | ||
| composer.json | ||
| ext.php | ||
| README.md | ||
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
- Copy the extension to
phpBB/ext/bobmaster/imageCamo/ - 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