docs
docs copied to clipboard
Pixelfed Documentation
Current install docs say: > If you are using a Unix socket for Redis, then: > > * Set REDIS_HOST to the path of the socket, e.g. /run/redis/redis.sock > *...
Current install docs say: > * Set DB_HOST to the IP of the machine > * Set DB_PORT to the port on which your database server is exposed > >...
Hi, thanks for your work in Pixelfed :) I couldn't find any docs around how to setup pixelfed for development, I see you mentioned homestead in pixelfed/pixelfed#257, but I'm unsure...
In the docs to install a new instance is the creation of the new postgresql-user but not the command to create the database. Please add this command as well.
I see from other issues logged that Collections is actually a collection of posts, not photos. That is fine but I think it needs to be explained in the help...
If you want to run pixeldroid with your instance, you need to configure passport using `php artisan passport:keys` and `php artisan passport:install` These options are missing on the official documentation....
The release notes for https://github.com/pixelfed/pixelfed/releases/tag/v0.10.6 contain an example about how to enable the Mastodon API. These notes could also live in the post-installation section of the documentation - https://docs.pixelfed.org/installing-pixelfed/postinstall.html
Currently there are [various Docker images](https://hub.docker.com/search?q=pixelfed&type=image&sort=updated_at&order=desc) with different versions (and trust). It would be nice to have an official and documented Docker image based on an automated, stable build. PS:...