aboutsummaryrefslogtreecommitdiff
path: root/docs/administration
AgeCommit message (Collapse)Author
2020-10-21Fix formatting and typos in "Managing frontends" guideEgor Kislitsyn
2020-10-15fix testMaksim Pechnikov
2020-10-15added generate the release env to `pleroma.instance gen`Maksim Pechnikov
2020-10-15added generated `pleroma.env`Maksim Pechnikov
2020-10-12Merge branch 'docs/improve-backup-restore' into 'develop'feld
Further improvements to backup/restore docs See merge request pleroma/pleroma!3072
2020-10-12Further improvementsMark Felder
2020-10-12Support enabling upload filters during instance genMark Felder
2020-10-09SpellingMark Felder
2020-10-09Ask user to use matching values for database setupMark Felder
2020-10-08Syntax errorMark Felder
2020-10-08Don't always need to dropMark Felder
2020-10-08Improve backup/restore documentationMark Felder
2020-09-08PedantryMark Felder
2020-09-08Fix descriptionsMark Felder
2020-09-08Add mix task for bulk [un]confirming the local instance usersMark Felder
2020-09-08Make it possible to bulk send confirmation emails to all unconfirmed usersMark Felder
2020-08-28Add mention of sudo -Hu pleroma to docsShpuld Shpludson
2020-08-25Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵lain
frontend-bundles-downloads
2020-08-15Docs: Fix the way tabs are declaredrinpatch
Since python doesn't have a way to lock deps for a particlar project by default, I didn't bother with it. This resulted in mkdocs updating at some point, bringing a breaking change to how tabs are declared and broken tabs on docs-develop.pleroma.social. I've learned my lesson and locked deps with pipenv in pleroma/docs!5. This MR updates Pleroma docs to use the new tab style, fortunately my editor did most of it. Closes #2045
2020-08-12Merge branch 'docs_improve_static_dir_documentation' into 'develop'feld
Improve static_dir documentation See merge request pleroma/pleroma!2864
2020-08-12Update robots_txt.mdfeld
2020-08-10Revert "Merge branch 'issue/1023' into 'develop'"lain
This reverts merge request !2763
2020-08-08Add mix task to add expiration to all local statusesEgor Kislitsyn
2020-08-08Improve static_dir documentationIlja
* It was still written for From Source installs. Now it's both OTP and From Source * I linked to the cheatsheet where it was about configuration * I moved the mix tasks of the robot.txt section to the CLI tasks and linked to it * i checked the code at https://git.pleroma.social/pleroma/pleroma/-/blob/develop/lib/mix/tasks/pleroma/robotstxt.ex and it doesn't seem to more than just this one command with this option * I also added the location of robot.txt and an example to dissallow everything, but allow the fediverse.network crawlers * The Thumbnail section still linked to distsn.org which doesn't exist any more. I changed it to a general statemant that it can be used by external applications. (I don't know any that actually use it.) * Both the logo and TOS need an extra `static` folder. I've seen confusion about that in #pleroma so I added an Important note.
2020-08-07Docs: Add OTP commands to frontend docs.lain
2020-08-03Docs: Add info about installing from a local path.lain
2020-08-03Docs: Document installation of frontendslain
Co-authored-by: Roman Chvanikov <chvanikoff@pm.me>
2020-07-14added generated `pleroma.env`Maksim Pechnikov
2020-07-10Merge branch 'mix-tasks-improvement' into 'develop'lain
Mix tasks improvement See merge request pleroma/pleroma!2723
2020-07-09fix for user revoke invite taskAlexander Strizhakov
2020-07-09added link to changelog, removed repetitionDym Sohin
2020-06-12Merge branch 'develop' into features/mix-task-reset-mfaMark Felder
2020-06-11New mix task: pleroma.user reset_mfa <nickname>Haelwenn (lanodan) Monnier
2020-06-10Add command to reload emoji packs from cli for OTP usersMark Felder
Not useful for source releases as we don't have a way to automate connecting to the running instance.
2020-05-29Document new database vacuum tasksMark Felder
2020-05-21Apply suggestion to docs/administration/CLI_tasks/user.mdlain
2020-05-21rename mix task: `pleroma.user unsubscribe` -> `pleroma.user deactivate`Maksim Pechnikov
2020-04-17Merge branch 'feature/1584-client-captcha-options' into 'develop'Haelwenn
Creating trusted app from adminFE & mix task Closes #1584 See merge request pleroma/pleroma!2252
2020-04-06tests for emoji mix taskAlexander Strizhakov
2020-03-23creating trusted app from adminFE & mix taskAlexander Strizhakov
2020-03-11CLI_tasks: Use manpage formatting conventionsHaelwenn (lanodan) Monnier
- [] for options - <> for mandatory arguments - foo ... when foo can be repeated [ci skip]
2020-03-11CLI_tasks/user.md: Fix `pleroma.user new` documentationHaelwenn (lanodan) Monnier
Closes: https://git.pleroma.social/pleroma/pleroma/issues/1621 [ci skip]
2020-02-22Better advice for vacuuming after restoring.lain
2020-02-21added why doing a vacuum after restoring a backup is so importantIgeljäger
2020-02-20Merge branch 'docs_updating' into 'develop'lain
DOCS Add OTP to updating.md See merge request pleroma/pleroma!2108
2020-02-10DOCS Backup/Restore/Migrate your instanceIlja
* Added "Migrate" to the title because these steps can also be used to migrate the instance to another server * Added an optional step to reinstall pleroma (esp. for migrating servers) * Currently the steps threw an error 'could not execute query: ERROR: function "activity_visibility already exists with the same argument types' * I added a new step to drop and recreate an empty pleroma-database * I played around with the `-c` and `-C` options of pg_restore, but dropping and recreating seemd to be the only way I got it working * This was tested on Debian Stretch, psql (PostgreSQL) 9.6.15
2020-02-07fixAlexander Strizhakov
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-01-28Create pleroma.email mix taskHaelwenn (lanodan) Monnier
Closes: https://git.pleroma.social/pleroma/pleroma/issues/1061
2020-01-22docs updateAlexander Strizhakov