• Joined on 2017-04-13
chris pushed to master at dockers/pixelfed 2024-04-20 14:23:28 +00:00
db06578537 port patches
chris pushed to dev at chris/pixelfed 2024-04-20 14:22:58 +00:00
ae60c99679 Merge pull request #5052 from pixelfed/staging
a54b4fb038 Update profile embed, fix height bug
2f7481205c Merge pull request #5051 from pixelfed/staging
cde17f5af7 Update changelog
433bc4c286 Update embed.js
Compare 41 commits »
chris commented on issue dockers/pixelfed#16 2024-04-13 20:25:14 +00:00
PHP Warning: require(/var/www/vendor/autoload.php): Failed to open stream:

Hey, it's fixed in the newest image. Please pull and recreate your containers :)

chris closed issue dockers/pixelfed#16 2024-04-13 20:25:14 +00:00
PHP Warning: require(/var/www/vendor/autoload.php): Failed to open stream:
chris pushed to master at dockers/pixelfed 2024-04-13 09:52:53 +00:00
045ac9469b disable config cache on composer install
chris pushed to master at dockers/pixelfed 2024-04-13 09:39:29 +00:00
chris commented on issue dockers/pixelfed#16 2024-04-12 10:16:00 +00:00
PHP Warning: require(/var/www/vendor/autoload.php): Failed to open stream:

You can't, sorry. It's a bug in the image, I hope to get around to fix it later today!

chris pushed to master at dockers/pixelfed 2024-04-07 14:43:34 +00:00
83bb238bd5 disable autoloader
chris pushed to master at dockers/pixelfed 2024-04-06 09:47:41 +00:00
1f8db65cbc port patches
chris pushed to dev at chris/pixelfed 2024-04-06 09:46:31 +00:00
142db2c41e Merge pull request #5031 from pixelfed/staging
8c6936409d Update relationships view, fix unfollow hashtag bug. Fixes #5008
e2c2952fda Merge pull request #5011 from ThisIsMissEm/feat/add-api-cors
dfab7e945a Merge pull request #5002 from jippi/docker-check-requirements
363196883d Merge pull request #4985 from jippi/allow-setting-db-root-password
Compare 60 commits »
chris pushed to master at dockers/pixelfed 2024-03-17 11:52:33 +00:00
dd3488fa0c hcloud build script
chris pushed to master at dockers/pixelfed 2024-03-12 16:11:54 +00:00
71d13451f1 port patches
chris pushed to dev at chris/pixelfed 2024-03-12 16:10:57 +00:00
8aae92d75b Merge pull request #5001 from pixelfed/staging
bf46f6f5f4 Update config_cache
b0cb4456a9 Update ApiV1Dot1Controller, use config_cache for in-app registration
7785a2dae4 Update Config, use config_cache
57f4457637 Merge pull request #5000 from pixelfed/staging
Compare 289 commits »
chris pushed to master at dockers/pixelfed 2024-02-29 14:49:49 +00:00
910de7b38c use debian 12 + php 8.2
chris pushed to dev at chris/pixelfed 2024-02-19 15:27:44 +00:00
7d03ac49e3 allow 30 char usernames
eab2c517eb disable beagle service
c49bcecdc6 point to modified sourcecode
2b39d60d91 hardcode discovery settings
5193a8f90c remove IP logging
Compare 104 commits »
chris pushed to dev at chris/pixelfed 2024-02-19 14:59:45 +00:00
3d5fd48a22 Merge pull request #4893 from pixelfed/staging
d3ff89e538 Update changelog
32c59f0440 Update TransformImports command, fix import service condition
4050055e5e Merge pull request #4891 from pixelfed/staging
04c5e550a5 Update changelog
Compare 25 commits »
chris pushed to master at dockers/pixelfed 2024-01-24 12:20:22 +00:00
81d52e8dcd rebase patches against current source
chris pushed to dev at chris/pixelfed 2024-01-24 12:19:27 +00:00
208c085e4a Link legal notice
2eaeb25450 allow 30 char usernames
c6c208aef1 disable beagle service
0a410cf815 point to modified sourcecode
642ea8df27 hardcode discovery settings
Compare 382 commits »
chris commented on issue dockers/pixelfed#6 2023-12-12 17:44:46 +00:00
First run error: KeyGenerateCommand.php line 109 - Failed to open stream: Permission denied

Yes, the container process is running with uid/gid 33, which is probably not your local user. chmod 0666 solves that. (there's no need for execution, so not 7)

chris closed issue dockers/pixelfed#6 2023-12-12 17:44:46 +00:00
First run error: KeyGenerateCommand.php line 109 - Failed to open stream: Permission denied