-
v2.2.2
Stablereleased 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
-
Source code (ZIP)
3 downloads
-
Source code (TAR.GZ)
0 downloads
-
v2.2.1
Stablereleased 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
-
Source code (ZIP)
2 downloads
-
Source code (TAR.GZ)
0 downloads
-
v2.2.0
Stablereleased this
2026-08-01 01:04:22 +02:00 | 3 commits to main since this release- Added
SERVER_PORTenv 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
-
Source code (ZIP)
2 downloads
-
Source code (TAR.GZ)
0 downloads
- Added
-
v2.1.1
Stablereleased 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
-
Source code (ZIP)
8 downloads
-
Source code (TAR.GZ)
0 downloads
-
v2.1.0
Stablereleased 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
-
Source code (ZIP)
6 downloads
-
Source code (TAR.GZ)
3 downloads
-
v2.0.0
Stablereleased this
2026-05-17 02:20:38 +02:00 | 10 commits to main since this releaseThe 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
-
Source code (ZIP)
3 downloads
-
Source code (TAR.GZ)
2 downloads
-
v1.6.5
Stablereleased 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
-
Source code (ZIP)
5 downloads
-
Source code (TAR.GZ)
7 downloads
-
v1.6.4
Stablereleased 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
-
Source code (ZIP)
4 downloads
-
Source code (TAR.GZ)
3 downloads
-
v1.6.3
Stablereleased 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
-
Source code (ZIP)
4 downloads
-
Source code (TAR.GZ)
1 download
-
v1.6.2
Stablereleased this
2025-08-02 17:49:11 +02:00 | 31 commits to main since this release- Bumped up PHP package versions.
Downloads
-
Source code (ZIP)
7 downloads
-
Source code (TAR.GZ)
6 downloads