diff options
| author | yalh76 <yalh@yahoo.com> | 2022-01-22 20:59:14 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-01-22 20:59:14 +0100 |
| commit | df52f82e19c7f24a4dad26cb03b36f94201186a9 (patch) | |
| tree | 22110319bd78025da0606340ef276b8d373694c7 | |
| parent | 627e5ebe5817db0f32a0b24119c9bbde39692b42 (diff) | |
| parent | 0becd5049e4f5858c79e012934d557dbaa8706a6 (diff) | |
| download | mastodon_ynh-df52f82e19c7f24a4dad26cb03b36f94201186a9.tar.gz mastodon_ynh-df52f82e19c7f24a4dad26cb03b36f94201186a9.tar.bz2 mastodon_ynh-df52f82e19c7f24a4dad26cb03b36f94201186a9.zip | |
Merge pull request #298 from YunoHost-Apps/testing
Testing
| -rw-r--r-- | README.md | 2 | ||||
| -rw-r--r-- | README_fr.md | 2 | ||||
| -rw-r--r-- | conf/mastodon-sidekiq.service | 2 | ||||
| -rw-r--r-- | conf/mastodon-streaming.service | 2 | ||||
| -rw-r--r-- | conf/mastodon-web.service | 2 | ||||
| -rw-r--r-- | manifest.json | 2 |
6 files changed, 6 insertions, 6 deletions
@@ -17,7 +17,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in Mastodon is a free, open-source microblogging social network. It is a decentralized alternative to commercial platforms like Twitter and avoids the risks of a single company monopolizing your communication for commercial purposes. -**Shipped version:** 3.4.4~ynh2 +**Shipped version:** 3.4.4~ynh3 **Demo:** https://joinmastodon.org/ diff --git a/README_fr.md b/README_fr.md index 79eda72..12796b8 100644 --- a/README_fr.md +++ b/README_fr.md @@ -14,7 +14,7 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour Mastodon est un réseau social de microblog auto-hébergé et open source. C'est une alternative décentralisée aux plates-formes commerciales comme Twitter. Mastodon évite ainsi les risques qu'une seule société monopolise votre communication à des fins commerciales. -**Version incluse :** 3.4.4~ynh2 +**Version incluse :** 3.4.4~ynh3 **Démo :** https://joinmastodon.org/ diff --git a/conf/mastodon-sidekiq.service b/conf/mastodon-sidekiq.service index 7fe2cc9..f91b7b9 100644 --- a/conf/mastodon-sidekiq.service +++ b/conf/mastodon-sidekiq.service @@ -21,7 +21,7 @@ StandardError=syslog NoNewPrivileges=yes PrivateTmp=yes PrivateDevices=yes -RestrictAddressFamilies=AF_UNIX AF_INET AF_INET6 +RestrictAddressFamilies=AF_UNIX AF_INET AF_INET6 AF_NETLINK RestrictNamespaces=yes RestrictRealtime=yes DevicePolicy=closed diff --git a/conf/mastodon-streaming.service b/conf/mastodon-streaming.service index 19dd472..4122b02 100644 --- a/conf/mastodon-streaming.service +++ b/conf/mastodon-streaming.service @@ -22,7 +22,7 @@ StandardError=syslog NoNewPrivileges=yes PrivateTmp=yes PrivateDevices=yes -RestrictAddressFamilies=AF_UNIX AF_INET AF_INET6 +RestrictAddressFamilies=AF_UNIX AF_INET AF_INET6 AF_NETLINK RestrictNamespaces=yes RestrictRealtime=yes DevicePolicy=closed diff --git a/conf/mastodon-web.service b/conf/mastodon-web.service index 3285e76..24ab72a 100644 --- a/conf/mastodon-web.service +++ b/conf/mastodon-web.service @@ -21,7 +21,7 @@ StandardError=syslog NoNewPrivileges=yes PrivateTmp=yes PrivateDevices=yes -RestrictAddressFamilies=AF_UNIX AF_INET AF_INET6 +RestrictAddressFamilies=AF_UNIX AF_INET AF_INET6 AF_NETLINK RestrictNamespaces=yes RestrictRealtime=yes DevicePolicy=closed diff --git a/manifest.json b/manifest.json index 80caed0..275296d 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Libre and federated social network", "fr": "Réseau social libre et fédéré" }, - "version": "3.4.4~ynh2", + "version": "3.4.4~ynh3", "url": "https://github.com/mastodon/mastodon", "upstream": { "license": "AGPL-3.0-or-later", |
