You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
pixelfed/config
Your Name 99c3f2f6ba Default image driver to vips
Switch IMAGE_DRIVER default from gd to vips in config/image.php and the
shipped .env examples. libvips is faster, lower-memory, and has strong
WebP/AVIF support; both libvips and the php-vips extension ship in the
official Docker image. ImageDriverManager already maps 'vips' to the
installed Intervention Vips driver, so no code change is needed.

.env.testing stays on gd because the CI test runners install the gd
extension, not php-vips.
1 week ago
..
api.php
app.php chore: uplift framework skeleton toward Laravel 12 defaults 3 weeks ago
auth.php Update in-app registration 1 week ago
autospam.php
backup.php
broadcasting.php Update broadcasting.php 3 weeks ago
cache.php Update cache.php 3 weeks ago
captcha.php
cors.php Lint 2 weeks ago
costar.php
database.php Update database.php 3 weeks ago
debugbar.php
dotenv-editor.php
exp.php
federation.php Update federation fanout 2 weeks ago
filesystems.php Default config files 3 weeks ago
groups.php
hashids.php
hashing.php
honeypot.php Replace custom register token with spatie/laravel-honeypot 2 weeks ago
horizon.php Update horizon.php 2 weeks ago
image-optimizer.php
image.php Default image driver to vips 1 week ago
import.php
instance.php
laravel-ffmpeg.php
ldap.php
livestreaming.php
logging.php Change default log stack from 'single' to 'daily' 3 weeks ago
mail.php Update default mailer configuration to use MAIL_DRIVER 3 weeks ago
media.php
passport.php
pixelfed.php Bump version 2 weeks ago
portfolio.php
pulse.php
purify.php
queue.php Update queue.php 2 weeks ago
remote-auth.php
routes.php
sanctum.php Upgrade to Laravel 13 2 weeks ago
scheduledtasks.php Move account_storage_reconcile flag to config/scheduledtasks.php 2 weeks ago
security.php
services.php
session.php Apply staged formatting and session config changes 3 weeks ago
snowflake.php
telescope.php
trending.php
trustedproxy.php
view.php
webpush.php
websockets.php