diff --git a/CHANGELOG.md b/CHANGELOG.md index 08cac69..77ec8f5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,17 +4,18 @@ Changelog ## [1.8.13~ynh1]() - 2021-03-22 #### Changed -* [Upgrade to 1.8.13]() -* [Upgrade NodeJS to 14]() -* [Update to MyPads 1.7.19]() -* [Upgrade plugins to upstream]() -* [Set new permissions] +* [Upgrade to 1.8.13](https://github.com/YunoHost-Apps/etherpad_mypads_ynh/commit/9684b59824b18ea781efb8a26df5d7c3d51a8264) +* [Upgrade NodeJS to 14](https://github.com/YunoHost-Apps/etherpad_mypads_ynh/commit/5d3ce9996e3f4d0812b000467e5ae2d9ee5416e0) +* [Update to MyPads 1.7.19](https://github.com/YunoHost-Apps/etherpad_mypads_ynh/commit/943ec31536dabe4f2146253f3e478598cdafe4bf) +* [Upgrade plugins to upstream](https://github.com/YunoHost-Apps/etherpad_mypads_ynh/commit/943ec31536dabe4f2146253f3e478598cdafe4bf) +* [Use new permission system](https://github.com/YunoHost-Apps/etherpad_mypads_ynh/commit/943ec31536dabe4f2146253f3e478598cdafe4bf) +* [Set YunoHost requirements to 4.1.7](https://github.com/YunoHost-Apps/etherpad_mypads_ynh/commit/5d3ce9996e3f4d0812b000467e5ae2d9ee5416e0) #### Added -* [ep_countable plugin (working again)]() +* [ep_countable plugin (working again)](https://github.com/YunoHost-Apps/etherpad_mypads_ynh/commit/5d3ce9996e3f4d0812b000467e5ae2d9ee5416e0) #### Disabled -* [ep_page_view plugin (now part of the core)]() +* [ep_page_view plugin (now part of the core)](https://github.com/YunoHost-Apps/etherpad_mypads_ynh/commit/def10182c0d7e7aa8a9123e3606203fbd37a20ea) ## [1.8.4~ynh1](https://github.com/YunoHost-Apps/etherpad_mypads_ynh/pull/105) - 2020-08-09 diff --git a/conf/systemd.service b/conf/systemd.service index 66cfd37..f2a54ed 100644 --- a/conf/systemd.service +++ b/conf/systemd.service @@ -14,12 +14,11 @@ StandardOutput=append:/var/log/__APP__/etherpad.log StandardError=inherit Restart=always -PrivateDevices=true -ProtectControlGroups=true -ProtectHome=true -ProtectKernelTunables=true -ProtectSystem=full -RestrictSUIDSGID=true +#PrivateDevices=true +#ProtectControlGroups=true +#ProtectHome=true +#ProtectKernelTunables=true +#ProtectSystem=full [Install] WantedBy=multi-user.target