Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-23 | NoNewPrivileges breaks ability to send email via sendmail because it ↵ | Mark Felder | |
restricts ability to run setuid/setgid binaries | |||
2020-10-15 | added generated `pleroma.env` | Maksim Pechnikov | |
2020-08-10 | Revert "Merge branch 'issue/1023' into 'develop'" | lain | |
This reverts merge request !2763 | |||
2020-07-14 | added generated `pleroma.env` | Maksim Pechnikov | |
2019-02-10 | Update service files of OpenRC and systemd to new recommended paths | shibayashi | |
2019-01-17 | Add comments and change default path of the Mix binary. | shibayashi | |
2018-12-28 | Security/Drops the sysadmin privilege from the daemon | shibayashi | |
2018-11-12 | Add MIX_ENV=prod | shibayashi | |
2018-10-25 | Add a little bit more detail in the comments. | shibayashi | |
2018-10-25 | Add some security related directives to the systemd service example | shibayashi | |
2018-05-11 | Remove alias directive in service file | Normandy | |
Systemd will complain otherwise. | |||
2017-08-08 | First attempt at installation documentation | Henry Jameson | |