summaryrefslogtreecommitdiff
path: root/docs/installation
AgeCommit message (Collapse)Author
2023-12-28Update minimum elixir version found in various docsMark Felder
2023-11-28Docs: Remove rust referencesLain Soykaf
2023-11-17Merge branch 'develop' into 'vips'feld
# Conflicts: # mix.exs
2023-11-17Update docs to include dependencies on rust and vips where appropriateMark Felder
2023-11-14docs: clang is also supportedHaelwenn (lanodan) Monnier
2023-11-14docs: Put a max version on erlang and elixirHaelwenn (lanodan) Monnier
Closes: https://git.pleroma.social/pleroma/pleroma/-/issues/3194
2023-08-04gentoo_otp_en.md: Indicate which install method it coversHaelwenn (lanodan) Monnier
2023-07-04docs: Fix broken linksHaelwenn (lanodan) Monnier
2023-07-03Merge branch 'gentoo_otp' into 'develop'Haelwenn
Packaged installation guide for gentoo See merge request pleroma/pleroma!3906
2023-07-02Merge branch 'tusooa/media-altdomain' into 'develop'Haelwenn
Add instructions to serve media on another domain See merge request pleroma/pleroma!3892
2023-06-14Add "potentially outdated" notice in non-English versionstusooa
2023-06-13gentoo_en: Reference packaged installationHaelwenn (lanodan) Monnier
2023-06-13gentoo_otp_en: Add packaged installation documentationHaelwenn (lanodan) Monnier
2023-06-13otp_vs_from_source*: Acknowledge distro packagesHaelwenn (lanodan) Monnier
2023-06-13media_graphics_packages.md: Fix markdown syntaxHaelwenn (lanodan) Monnier
2023-06-11Merge branch 'fix-otp-documentation' into 'develop'lain
fix OTP install documentation See merge request pleroma/pleroma!3869
2023-05-31installation/debian_based_jp: Elixir 1.11 means Debian 12+ and Ubuntu 22.04+Haelwenn (lanodan) Monnier
I checked for what each part of the debian&ubuntu sentences meant with the help of Jisho.org, should be safe but it did make me notice that this guide hasn't been updated in years
2023-05-31installation/debian_based_en: Elixir 1.11 means Debian 12+ and Ubuntu 22.04+Haelwenn (lanodan) Monnier
2023-05-27Add instructions to other distro's guidestusooa
2023-05-26Recommend users to serve media on another domain in guidetusooa
2023-04-15Unify install guides using sudo to use `sudo -Hu`Duponin
2023-04-10fix OTP install documentationDuponin
'su pleroma' will never work if 'pleroma' user has no password, which is better for security purpose. If admin has no 'sudo' binary, I'm expecting them to be skilled enough to make their way on their own.
2023-03-05docs: Be more explicit about the level of compatibility of OTP releasesHaelwenn (lanodan) Monnier
2022-12-19Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵Sean King
fine_grained_moderation_privileges
2022-12-20Merge branch 'doc_readme_nixos' into 'develop'lain
add nixos to supported distros See merge request pleroma/pleroma!3600
2022-12-18Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵Sean King
fine_grained_moderation_privileges
2022-09-02Bump minimum Elixir version to 1.10Haelwenn (lanodan) Monnier
With the release of Elixir 1.14, Elixir 1.9 is now end-of-life. Elixir 1.10 Release Notes: https://github.com/elixir-lang/elixir/releases/tag/v1.10.0
2022-07-05Merge branch 'develop' of https://git.pleroma.social/pleroma/pleroma into ↵Ilja
fine_grained_moderation_privileges
2022-07-02Fix typo'sIlja
priviledge |-> privilege
2022-07-01Rename the Exiftool moduleIlja
No migrations or checks yet
2022-07-01Rename the new moduleIlja
2022-07-01Use EXIF data of image to prefill image descriptionIlja
During attachment upload Pleroma returns a "description" field. Pleroma-fe has an MR to use that to pre-fill the image description field, <https://git.pleroma.social/pleroma/pleroma-fe/-/merge_requests/1399> * This MR allows Pleroma to read the EXIF data during upload and return the description to the FE * If a description is already present (e.g. because a previous module added it), it will use that * Otherwise it will read from the EXIF data. First it will check -ImageDescription, if that's empty, it will check -iptc:Caption-Abstract * If no description is found, it will simply return nil, just like before * When people set up a new instance, they will be asked if they want to read metadata and this module will be activated if so This was taken from an MR i did on Pleroma and isn't finished yet.
2022-01-22add nixos to supported distrosFinn Behrens
2021-09-12fix a typo "Optionnal" -> "Optional"partev
2021-08-28Merge branch 'docs_add_yunohost_installation' into 'develop'Haelwenn
Add YunoHost to installation guides See merge request pleroma/pleroma!3497
2021-08-10Make the OPT recomendation clearerIlja
AFAIK OTP releases are the recomended way of installing, but * People seem unaware of that and use from source installations because they use the guide with the name of their distro * People don't know what OTP releases are or what it means I added a warning on all installation-from-source guides and added the same explanation on the two OTP pages (the miigration to OTP and installing OTP)
2021-08-07Add YunoHost to installation guidesIlja
2021-06-11docs/…/opt_en.md: Reuse /main/ repository url for the /community/ repoHaelwenn (lanodan) Monnier
2021-06-11docs: Remove Erlang Solutions repositoryHaelwenn (lanodan) Monnier
2021-06-11docs: Use one file to describe dependenciesHaelwenn (lanodan) Monnier
2021-05-31Merge branch 'docs/goto-libera' into 'develop'Haelwenn
Changing references of freenode to libera.chat See merge request pleroma/pleroma!3415
2021-05-31Changing references of freenode to libera.chatHaelwenn (lanodan) Monnier
2021-05-16Merge remote-tracking branch 'pleroma/develop' into optional-configAlex Gleason
2021-05-16Docs: use `MIX_ENV=prod mix pleroma.instance gen`Alex Gleason
2021-04-20Fix incorrect shell commandMark Felder
Can't be in /opt/pleroma/bin and then call ./bin/pleroma_ctl :)
2021-02-26Removed 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-23add missing sudo prefix in install doc𝑓
2021-01-19Improve PostgreSQL optimization articlerinpatch
Move query plan mode setting from OTP installation guide and try to explain what it does.
2021-01-10Add development sectionIlja
* 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-17Debian installation guide: fix libmagic header package namerinpatch
It's libmagic-dev in both Ubuntu and Debian. Reported in private by NaiJi.