docs icon indicating copy to clipboard operation
docs copied to clipboard

Pixelfed Documentation

Results 39 docs issues
Sort by recently updated
recently updated
newest added

![image](https://user-images.githubusercontent.com/17537000/168226273-9b89cc51-11ca-4ace-9137-99f2401b3b28.png) ![image](https://user-images.githubusercontent.com/17537000/168226310-e5c4f24a-f93c-4234-8e23-e2ce865ca988.png) ## Upgrade Ubuntu 20.04 LTS ``` apt update apt upgrade -y reboot now ``` ## Redis - Install ``` apt -y install redis-server systemctl enable redis-server ``` ##...

One of Pixelfed's largest barriers to adoption is deploy-ability. Mastodon has provided a good example of one way which this can be alleviated: line-by-line / command-by-command instructions that assume nothing...

https://cathode.church/@meena/108064445721565119 > there's too many components and i don't understand what they do - [ ] explain what each component does > i would never give an application server write...

Problem 1 - laravel/horizon is locked to version v5.7.17 and an update of this package was not requested. - laravel/horizon v5.7.17 requires ext-pcntl * -> it is missing from your...

CloudFlare servers in India get MITMd by the network provider (Airtel ISP) if the upstream is GitHub Pages and configured without end-to-end TLS. So I get the following with a...

Neither prod nor dev docker install instructions are on the docs website, or here.

I've tried to get status like in mastodon, i.e. `curl https://pixelfed.social/api/v1/statuses/366932853145454919` bot got 302 to login page. Why? The status is public, why API does not return it?

@dansup closed Issue https://github.com/pixelfed/pixelfed/issues/2925 and said, i can configure it in backup.php. But there is no small piece of information about to configure backup and backup postgresql-databse. Please add how...