Skip to content

Tags: ssddanbrown/rss

Tags

v2.0.0

Toggle v2.0.0's commit message

Verified

This commit was signed with the committer’s verified signature.
ssddanbrown Dan Brown
Added repo/image change notice

v1.5.1

Toggle v1.5.1's commit message

Verified

This commit was signed with the committer’s verified signature.
ssddanbrown Dan Brown
Updated NPM packages

v1.5.0

Toggle v1.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #26 from ssddanbrown/laravel11

Laravel 11 upgrade

v1.4.5

Toggle v1.4.5's commit message

Verified

This commit was signed with the committer’s verified signature.
ssddanbrown Dan Brown
Updated cron actions to run via www-data user

Think the cron action running as root is the cause of root-owned
cache files appearing in the app, causing permission issues when
attempted to write into the same folder by the nginx/worker process.

This changes the cron setup to load the cron command for the www-data
user instead.

Related to #24

v1.4.4

Toggle v1.4.4's commit message

Verified

This commit was signed with the committer’s verified signature.
ssddanbrown Dan Brown
Updated docker image build action

v1.4.3

Toggle v1.4.3's commit message

Verified

This commit was signed with the committer’s verified signature.
ssddanbrown Dan Brown
Updated composer PHP version to align with build and container

v1.4.2

Toggle v1.4.2's commit message

Verified

This commit was signed with the committer’s verified signature.
ssddanbrown Dan Brown
Add trust for proxy prefixed back in

Was not set explicitly before, but a bug in Laravel caused prefixes to
be trusted in our middlware anyway. (Fixed in v10.17.0).
This adds it back in explicitly so the header is properly used again.

v1.4.1

Toggle v1.4.1's commit message

Verified

This commit was signed with the committer’s verified signature.
ssddanbrown Dan Brown
Updated project JS & PHP deps

Also added DS_Store files to gitignore due to macs

v1.4.0

Toggle v1.4.0's commit message

Verified

This commit was signed with the committer’s verified signature.
ssddanbrown Dan Brown
Updated php queue handler to use same user as other php processes

Fixes #21

v1.3.0

Toggle v1.3.0's commit message

Verified

This commit was signed with the committer’s verified signature.
ssddanbrown Dan Brown
Updated js deps, readme laravel reference, dockerignore