Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-05-29 | Docs: install from source with asdfdocs-asdf | Alex Gleason | |
2021-05-16 | Merge remote-tracking branch 'pleroma/develop' into optional-config | Alex Gleason | |
2021-05-16 | Docs: use `MIX_ENV=prod mix pleroma.instance gen` | Alex Gleason | |
2021-04-20 | Fix incorrect shell command | Mark Felder | |
Can't be in /opt/pleroma/bin and then call ./bin/pleroma_ctl :) | |||
2021-02-26 | Removed a command that references "pleroma.env". This file does not seem to ↵ | PestToast | |
be generated at any point during the install, and not having it does not stop the instance from working, as far as I can tell. | |||
2021-01-23 | add missing sudo prefix in install doc | 𝑓 | |
2021-01-19 | Improve PostgreSQL optimization article | rinpatch | |
Move query plan mode setting from OTP installation guide and try to explain what it does. | |||
2021-01-10 | Add development section | Ilja | |
* I cretaed a folder 'development' * I split up the file dev.md into three parts and moved it to this folder * index.md * authentication_authorization.md * mrf.md * I also moved ap_extensions.md * I created a new file setting_up_pleroma_dev.md | |||
2020-11-17 | Debian installation guide: fix libmagic header package name | rinpatch | |
It's libmagic-dev in both Ubuntu and Debian. Reported in private by NaiJi. | |||
2020-11-08 | Remove release_env | rinpatch | |
While taking a final look at instance.gen before releasing I noticed that the release_env task outputs messages in broken english. Upon further inspection it seems to have even more severe issues which, in my opinion, warrant it's at least temporary removal: - We do not explain what it actually does, anywhere. Neither the task docs nor instance.gen, nor installation instructions. - It does not respect FHS on OTP releases (uses /opt/pleroma/config even though we store the config in /etc/pleroma/config.exs). - It doesn't work on OTP releases, which is the main reason it exists. Neither systemd nor openrc service files for OTP include it. - It is not mentioned in install guides other than the ones for Debian and OTP releases. | |||
2020-10-25 | Fix link reference | Kana | |
2020-10-15 | added generate the release env to `pleroma.instance gen` | Maksim Pechnikov | |
2020-10-15 | fixed install docs | Maksim Pechnikov | |
2020-10-15 | fix docs | Maksim Pechnikov | |
2020-10-15 | added generated `pleroma.env` | Maksim Pechnikov | |
2020-10-09 | Merge branch 'develop' into feature/gen-magic | Mark Felder | |
2020-10-05 | Docs: Modify docs so the postgres config is harder to get wrong. | lain | |
2020-09-26 | Adjusted MediaProxyControllerTest to gracefully fail on missing ↵ | Ivan Tashkinov | |
dependencies. Installation docs update. Added ffmpeg/imagemagick checks to launch checks (if media preview proxy is enabled). Added documentation on installing optional media / graphics packages (imagemagick, ffmpeg, exiftool). | |||
2020-09-24 | Added documentation on installation of `ffmpeg` and `ImageMagick` dependencies. | Ivan Tashkinov | |
2020-09-10 | Merge branch 'develop' into feature/gen-magic | Mark Felder | |
2020-09-04 | Added cmake | Farhan Khan | |
2020-08-18 | Merge branch 'freebsd-docs' into 'develop' | lain | |
FreeBSD installation process See merge request pleroma/pleroma!2887 | |||
2020-08-15 | Docs: Fix the way tabs are declared | rinpatch | |
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-14 | minor changes | Farhan Khan | |
2020-08-13 | Removed a trailing comment | Farhan Khan | |
2020-08-13 | Updates | Farhan Khan | |
2020-08-13 | more acme.sh updates | Farhan Khan | |
2020-08-13 | acme updates | Farhan Khan | |
2020-08-13 | Rearranging acme | Farhan Khan | |
2020-08-13 | Added comment | Farhan Khan | |
2020-08-13 | Minor patch update | Farhan Khan | |
2020-08-13 | acme.sh and netbsd to freebsd updates | Farhan Khan | |
2020-08-13 | Updated some more instruction specifics. | Farhan Khan | |
2020-08-13 | Updated ssl and domain name updates | Farhan Khan | |
Removed the reference to niaa | |||
2020-08-13 | Minor reorganization | Farhan Khan | |
2020-08-13 | Adding installation documentation for FreeBSD + rc.d script | Farhan Khan | |
2020-08-10 | Merge branch 'revert-a6d3bb5f' into 'develop' | lain | |
Revert "Merge branch 'issue/1023' into 'develop'" Closes #2033 See merge request pleroma/pleroma!2868 | |||
2020-08-10 | Merge branch 'develop' into 'develop' | lain | |
docs: add cmake to other installation guides Closes #2039 See merge request pleroma/pleroma!2870 | |||
2020-08-10 | docs: add cmake to other installation guides | Alibek Omarov | |
2020-08-10 | Docs: Add cmake dependency | lain | |
2020-08-10 | Revert "Merge branch 'issue/1023' into 'develop'" | lain | |
This reverts merge request !2763 | |||
2020-07-16 | fix docs | Maksim Pechnikov | |
2020-07-14 | added generated `pleroma.env` | Maksim Pechnikov | |
2020-06-22 | Add include for the "Further reading" section | Ilja | |
* I added an include and use this include for the installation guides that already had this section * I added the "Further reading" section as well as te "Questions" section to the English guides that didn't have it yet * I added a first point "How Federation Works/Why is my Federated Timeline empty?" to link to lains blogpost about this because we still get this question a lot in the #pleroma support channel * I reordered the list a bit | |||
2020-06-16 | Switch from gen_magic to majic, use Majic.Plug, remove Pleroma.MIME | href | |
2020-06-16 | Pleroma.MIME: use gen_magic | href | |
2020-05-28 | Update installation guides | Egor Kislitsyn | |
2020-05-25 | Docs: sql -> SQL | lain | |
2020-05-25 | Apply suggestion to docs/installation/otp_en.md | lain | |
2020-05-25 | Docs: Document reasonable Postgres settings. | lain | |