• v2.2.2 d468d1ae59

    v2.2.2
    All checks were successful
    PHPStan / static-analysis (push) Successful in 1m29s
    PHPUnit / laravel-tests (push) Successful in 1m57s
    Docker / build (push) Successful in 4m25s
    Stable

    danb released this 2026-08-01 02:39:42 +02:00 | 1 commits to main since this release

    • Fixed docker image web server config issue which was preventing headers being forwarded as expected.
    Downloads
  • v2.2.1 285d562433

    v2.2.1
    All checks were successful
    PHPUnit / laravel-tests (push) Successful in 1m12s
    PHPStan / static-analysis (push) Successful in 1m13s
    Docker / build (push) Successful in 4m19s
    Stable

    danb released this 2026-08-01 01:23:05 +02:00 | 2 commits to main since this release

    • Fixed issue with container startup if ran with no SERVER_PORT env option set.
    Downloads
  • v2.2.0 919f66a4e0

    v2.2.0
    All checks were successful
    PHPUnit / laravel-tests (push) Successful in 1m8s
    PHPStan / static-analysis (push) Successful in 1m10s
    Docker / build (push) Successful in 5m0s
    Stable

    danb released this 2026-08-01 01:04:22 +02:00 | 3 commits to main since this release

    • Added SERVER_PORT env option to the container image, so the webserver port can be configured to use a non-80 port where desired.
    • Updated PHP package versions.
    • Updated Dockerfile to specify full image names/paths to help building across different environments.
    Downloads
  • v2.1.1 8d990e1c31

    v2.1.1
    All checks were successful
    PHPUnit / laravel-tests (push) Successful in 1m2s
    PHPStan / static-analysis (push) Successful in 1m3s
    Docker / build (push) Successful in 7m26s
    Stable

    danb released this 2026-05-30 00:58:54 +02:00 | 5 commits to main since this release

    • Update docker image cron to use root user to avoid persisting scheduling issues.
    • Updated PHP package versions.
    • Added a basic healthcheck command to the docker image.
    • Fixed incorrect use of the touch command.
    Downloads
  • v2.1.0 5666f7f927

    v2.1.0
    All checks were successful
    PHPUnit / laravel-tests (push) Successful in 1m0s
    PHPStan / static-analysis (push) Successful in 1m2s
    Docker / build (push) Successful in 4m35s
    Stable

    danb released this 2026-05-22 00:25:42 +02:00 | 8 commits to main since this release

    • Added placeholder "thumbnail" for posts missing thumbnails in grid view, so that posts remain better aligned in a grid.
    • Updated PHP package versions.
    • Fixed bad cron command preventing background updates.
    Downloads
  • v2.0.0 5d26c11681

    v2.0.0
    All checks were successful
    PHPUnit / laravel-tests (push) Successful in 1m5s
    PHPStan / static-analysis (push) Successful in 1m7s
    Docker / build (push) Successful in 16m54s
    Stable

    danb released this 2026-05-17 02:20:38 +02:00 | 10 commits to main since this release

    The main visible change here is the addition of a grid view option (similar to card view, but multi-column).
    I'm marking this as a major version change since there are fundamental changes/updates to the base docker image used (from Ubuntu to Alpine), web-server used (Nginx to Caddy) and the versions of libraries/frameworks used.
    Some of these changes can have higher risk of causing breaking changes, some of those which are known are listed below.

    Potential Breakages

    These are scenarios that may break, although I'm unsure if there are such environments using this app which exist.
    If you run into issues, likely due to one of the below, feel free to raise an issue to discuss what can be done.

    • The in-built server will now only forward URL-related headers from local proxies (URL handling may break if you are proxying to the app from non-local addresses).
    • RSS Post thumbnails won't be fetched if the URL for them leads to a (likely) local/private IP range.

    Changes

    • Added new grid view option.
    • Added extra attempt to read badly formatted dates. (Thanks to @peshovec).
    • Updated docker to be Alpine-based instead of Ubuntu, for a smaller image size.
    • Updated Laravel framework version to 13.
    • Updated PHP version to 8.5.
    • Updated thumbnail fetching to prevent fetching across local networks.
    • Updated PHP and JavaScript package versions.
    • Added PHP static analysis setup to development.
    Downloads
  • v1.6.5 cbfc5e5aa3

    v1.6.5
    All checks were successful
    PHPUnit / laravel-tests (push) Successful in 1m29s
    Docker / build (push) Successful in 14m47s
    Stable

    danb released this 2026-02-15 09:52:13 +01:00 | 23 commits to main since this release

    • Updated docker image build to reduce image size a bit.
    Downloads
  • v1.6.4 054f8f5c05

    v1.6.4
    All checks were successful
    PHPUnit / laravel-tests (push) Successful in 1m31s
    Docker / build (push) Successful in 15m2s
    Stable

    danb released this 2026-02-14 04:46:56 +01:00 | 24 commits to main since this release

    • Bumped up PHP package versions.
    • Updated link path handling in an attempt to fix URLs for instances hosted on a sub-path.
    Downloads
  • v1.6.3 6857e90027

    v1.6.3
    All checks were successful
    Docker / build (push) Successful in 13m41s
    PHPUnit / laravel-tests (push) Successful in 1m38s
    Stable

    danb released this 2025-12-29 17:07:28 +01:00 | 26 commits to main since this release

    • Bumped up PHP package versions.
    • Bumped up JS package versions.
    • Updated feed refresh job to be feed-unique forever, instead of just two hours, to prevent duplicates building up if the queue is not being processed.
    Downloads
  • v1.6.2 6fbfe62b85

    v1.6.2
    Some checks failed
    PHPUnit / laravel-tests (push) Successful in 1m23s
    Docker / build (push) Failing after 29m29s
    Stable

    danb released this 2025-08-02 17:49:11 +02:00 | 31 commits to main since this release

    • Bumped up PHP package versions.
    Downloads