this post was submitted on 18 Jun 2023
3 points (100.0% liked)

Self Hosted - Self-hosting your services.

14729 readers
1 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules

Important

Cross-posting

If you see a rule-breaker please DM the mods!

founded 4 years ago
MODERATORS
 

The github docker-compose file calls out pixelfed:pixelfed as the image, but nothing exists when trying to pull it: https://hub.docker.com/r/pixelfed/pixelfed/tags

Is there a official (or unofficial) image that should be used that is compatible with the sample docker-compose setup (and runs on ARM): https://github.com/pixelfed/pixelfed/blob/dev/docker-compose.yml

top 3 comments
sorted by: hot top controversial new old
[–] [email protected] 1 points 2 years ago

Tried building the Dockerfile directly as that seems to be the only semi-official support, but ran into various issues. I'm on ARM, so can't use zknt as others have mentioned. Switched to another Pixelfed image murazaki/pixelfed:edge-apache; but get the following error:

pixelfed-app       | PHP Warning:  require_once(/var/www/bootstrap/app.php): Failed to open stream: No such file or directory in /var/www/artisan on line 20
pixelfed-app       | PHP Fatal error:  Uncaught Error: Failed opening required '/var/www/bootstrap/app.php' (include_path='.:/usr/local/lib/php') in /var/www/artisan:20
pixelfed-app       | Stack trace:
pixelfed-app       | #0 {main}
pixelfed-app       |   thrown in /var/www/artisan on line 20

Seems to be hinted at in a Github issue, but not finding the line to edit: https://github.com/pixelfed/pixelfed/issues/2080#issuecomment-631086578

[–] [email protected] 1 points 2 years ago

Looks like the devs don't actively maintain the docker image, per this GitHub issue. I found some people saying they are building it locally and some people saying they are using this unofficial repo.

[–] [email protected] 1 points 2 years ago

Please do add a tag to your post as stated on the sublemmy sidebar! Thank you. :)