Commit Graph

29 Commits (bafbf63fcca81ae9dce3a40959b8a47e5fcfc6ac)

Author SHA1 Message Date
Eugen b142a2ebf5 Merge pull request #947 from johnsudaar/feature/scalingo_one_click
Add Scalingo deployment support
8 years ago
Jonathan Hurter d6bab0c71c Add doc 8 years ago
Angristan 5ed2de6be2 Add git and curl as dependencies
In some VPS templates, they are not installed by default.
8 years ago
Angristan 5dbcd92193 ECDH only
Disable DHE ciphers. We don't loose any compatibility as we already use TLS 1.2, and ECDH is faster and safer.
Also, it's better so specify the curve.

This is the conf I use here : https://tls.imirhil.fr/https/mstdn.io
8 years ago
Jason Snell fa7b74cf51 SSL best practices for nginx 8 years ago
Eugen 94d00f2788 Merge pull request #885 from optikfluffel/patch-1
Update Production-guide.md
8 years ago
Eugen 1709dee0f1 Merge pull request #842 from Angristan/patch-2
Missing quotes
8 years ago
Eugen 66ec005bf8 Merge pull request #854 from Angristan/patch-3
Fix crontab edit
8 years ago
Eugen d3dab68978 Merge pull request #891 from ashfurrow/patch-1
Adds instructions for adding admin users for Heroku installs
8 years ago
Ash Furrow dd441606aa Updates instructions. 8 years ago
Eugen feea517046 Merge pull request #872 from kwaio/patch-1
typo in admin doc
8 years ago
Ash Furrow 04225ed72e Adds instructions for adding admin users. 8 years ago
Udo Kramer 1e5a1b9abd Update Production-guide.md 8 years ago
Nope Nope dcda852b5f typo in admin doc
s/rails/rake/
8 years ago
Angristan 6091b9b1a9 Add file package
If the file package is not installed, we get "Validation failed: File has contents that are not what they are reported to be" when upload media.
8 years ago
Angristan 2fcf8d79ad Fix crontab edit
Missing -u parameter to specify the mastodon user.
8 years ago
Angristan 665ec615e3 Missing quotes 8 years ago
walfie c22388fc79 Fix typo in Heroku guide 8 years ago
Eugen Rochko f722bd2387 Separate background jobs into different queues. ATTENTION: new queue "pull"
must be added to the Sidekiq invokation in your systemd file

The pull queue will handle link crawling, thread resolving, and OStatus
processing. Such tasks are more likely to hang for a longer time (due to
network requests) so it is more sensible to not make the "in-house" tasks
wait for them.
8 years ago
Valentin Lorentz 9ca548c17e Also fix the start command. 8 years ago
Valentin Lorentz 82ae07e48b Fix install instructions.
Closes GH-745.
8 years ago
Eugen Rochko 3e9d794ea5 Add tuning documentation, add <content> tags back to most salmons,
make status pagination headers generation more lax about next page
existing
8 years ago
Tom McAtee 68dba5f2eb Fixed the URL
Heroku uses the referrer URL to point at the repo that should be deployed; from this page that includes part of a path that breaks the deployment (specifically /blob/master/docs/Running-Mastodon/Heroku-guide.md).

I've replaced the vanilla address with one that includes a specific reference to the root of the repo
8 years ago
Eugen Rochko fae1799646 Add rake task for making someone into an admin 8 years ago
Eugen Rochko aa1213e089 Add postgres setup instructions to docs 8 years ago
Eugen Rochko ccb8ac8573 Make the streaming API also handle websockets (because trying to get the browser EventSource interface to
work flawlessly was a nightmare). WARNING: This commit makes the web UI connect to the streaming API instead
of ActionCable like before. This means that if you are upgrading, you should set that up beforehand.
8 years ago
Effy Elden ae2147d40f Add default account details to developer documentation. 8 years ago
Effy Elden 92a98f73aa Add separate sections for Heroku and Vagrant deployments. Add guide for instance administration. Move 'Contribution guide' to 'Development guide'. 8 years ago
Eugen Rochko e92a1cf436 Add wiki contents to docs/ instead 8 years ago