aboutsummaryrefslogtreecommitdiff
path: root/docs/configuration/cheatsheet.md
AgeCommit message (Collapse)Author
2020-03-01Add warning to the fetch_initial_posts setting. Now we sometimes have people ↵Ilja
who enable this without realising the consequences (tons of posts being fetcht as each fetch makes Pleroma discover new users) I also made a more explicit distinction between OTP and from source installs in the general explanation
2020-03-01Merge branch 'develop' into gunAlexander Strizhakov
2020-03-01timeline controller: rate limit timelines to 3 requests per 500ms per ↵rinpatch
timeline per ip/user
2020-02-25some docsAlexander Strizhakov
2020-02-21Update documentationEgor Kislitsyn
2020-02-21Merge branch 'develop' into gunAlexander Strizhakov
2020-02-20Merge branch 'require-signature' into 'develop'lain
Add an option to require fetches to be signed Closes #1444 See merge request pleroma/pleroma!2071
2020-02-18adding gun adapterAlexander Strizhakov
2020-02-14Update `cheatsheet.md` and `config/description.exs`Egor Kislitsyn
2020-02-11Merge branch 'develop' into feature/new-registrations-digestEgor Kislitsyn
2020-02-10Merge branch 'develop' into issue/1383Maksim Pechnikov
2020-02-06Simplify in-database config docsrinpatch
Large part of it was no longer true (i.e none of the changes need recompilation anymore and you can't brick an instance by changing them, it's not necessary to manually truncate the db manually anymore)
2020-02-04Add cheatsheet entryLain Soykaf
2020-02-03Merge branch 'develop' into issue/1383Maksim Pechnikov
2020-01-30Apply suggestion to docs/configuration/cheatsheet.mdlain
2020-01-30Apply suggestion to docs/configuration/cheatsheet.mdrinpatch
2020-01-30RemoteIp: only trust X-Forwarded-Forrinpatch
Our nginx config will happily pass `Forwarded`/`X-Real-IP` from the client. Caddy, Apache and Varnish pass `X-Forwarded-For` as well anyway.
2020-01-30cheatsheet: improve rate limiter docs and add new limitersrinpatch
2020-01-22Merge branch 'feature/new-registrations-digest' of ↵Mark Felder
git.pleroma.social:pleroma/pleroma into feature/new-registrations-digest
2020-01-22Update documentationEgor Kislitsyn
2020-01-22Merge branch 'develop' into issue/1383Maksim Pechnikov
2020-01-22Apply suggestion to docs/configuration/cheatsheet.mdMaksim
2020-01-22Apply suggestion to docs/configuration/cheatsheet.mdMaksim
2020-01-13Merge branch 'develop' into issue/1383Maksim Pechnikov
2020-01-10dynamic_configuration renamingAlexander Strizhakov
and moving it from instance settings
2020-01-10syncing new setting to descriptions.exsAlexander Strizhakov
2020-01-05Fix SMTP mailer exampleRX14
`ssl: true` and `tls: :always` tries to use both TLS and STARTTLS on the same SMTP connection, causing it to fail.
2019-12-21Merge branch 'develop' into issue/1383Maksim Pechnikov
2019-12-17Fix typoEgor Kislitsyn
2019-12-16Add an option to require fetches to be signedEgor Kislitsyn
2019-12-14Merge branch 'develop' into issue/1383Maksim Pechnikov
2019-12-13Merge branch 'develop' into feature/custom-runtime-modulesEgor Kislitsyn
2019-12-12Add native captcha and enable it by default.Egor Kislitsyn
2019-12-12Remove runtime modules config exampleEgor Kislitsyn
2019-12-10Merge branch 'develop' into feature/custom-runtime-modulesEgor Kislitsyn
2019-12-08Merge branch 'develop' into issue/1383Maksim Pechnikov
2019-12-06Move runtime configuration from `:instance` to `:modules`Egor Kislitsyn
2019-12-05Add support for custom modulesEgor Kislitsyn
2019-12-04Cheat Sheet: Addg chat_limit information.lain
2019-11-28Merge branch 'develop' into issue/1383Maksim Pechnikov
2019-11-25moved OAuth.Token.CleanWorker to Oban Periodic jobsMaksim Pechnikov
2019-11-25move documentation section for http clientSadposter
2019-11-25add ability to set a custom user-agent stringSadposter
2019-11-19Support authentication via `x-admin-token` HTTP headerEgor Kislitsyn
2019-11-14docs: document MRF ObjectAgePolicyAriadne Conill
2019-11-11docs: move static-fe docs under a proper categoryrinpatch
2019-11-11Merge branch 'feature/static-fe' into 'develop'kaniini
Static frontend See merge request pleroma/pleroma!1917
2019-11-11Add a warning about Pg version to the RUM related docsEgor Kislitsyn
2019-11-09Add changelog entry, cheatsheet docs, and alphabetize.Phil Hagelberg
2019-11-10Big config cheatsheet revamprinpatch
Categorize things, remove old deprecation warnings, consistently place dots in unordered lists, fix links, etc.