1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/akkoma_ynh.git synced 2024-09-03 20:36:17 +02:00

fix Nginx CSP syntax (#37)

* fix syntax

* Bump version

* Auto-update README

---------

Co-authored-by: yunohost-bot <yunohost@yunohost.org>
This commit is contained in:
lapineige 2023-05-30 11:24:13 +02:00 committed by GitHub
parent a5b2d6bd43
commit 0dfe5667e2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View file

@ -19,7 +19,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
Akkoma is a microblogging server software that can federate (= exchange messages with) other servers that support ActivityPub. What that means is that you can host a server for yourself or your friends and stay in control of your online identity, but still exchange messages with people on larger decentrilized and federated network. Akkoma will federate with all servers that implement ActivityPub, like Friendica, GNU Social, Hubzilla, Mastodon, Misskey, Pleroma, Peertube, or Pixelfed. Akkoma is a microblogging server software that can federate (= exchange messages with) other servers that support ActivityPub. What that means is that you can host a server for yourself or your friends and stay in control of your online identity, but still exchange messages with people on larger decentrilized and federated network. Akkoma will federate with all servers that implement ActivityPub, like Friendica, GNU Social, Hubzilla, Mastodon, Misskey, Pleroma, Peertube, or Pixelfed.
**Shipped version:** 3.9.3~ynh2 **Shipped version:** 3.9.3~ynh3
**Demo:** https://otp.akkoma.dev **Demo:** https://otp.akkoma.dev

View file

@ -19,7 +19,7 @@ Si vous navez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po
Akkoma is a microblogging server software that can federate (= exchange messages with) other servers that support ActivityPub. What that means is that you can host a server for yourself or your friends and stay in control of your online identity, but still exchange messages with people on larger decentrilized and federated network. Akkoma will federate with all servers that implement ActivityPub, like Friendica, GNU Social, Hubzilla, Mastodon, Misskey, Pleroma, Peertube, or Pixelfed. Akkoma is a microblogging server software that can federate (= exchange messages with) other servers that support ActivityPub. What that means is that you can host a server for yourself or your friends and stay in control of your online identity, but still exchange messages with people on larger decentrilized and federated network. Akkoma will federate with all servers that implement ActivityPub, like Friendica, GNU Social, Hubzilla, Mastodon, Misskey, Pleroma, Peertube, or Pixelfed.
**Version incluse :** 3.9.3~ynh2 **Version incluse :** 3.9.3~ynh3
**Démo :** https://otp.akkoma.dev **Démo :** https://otp.akkoma.dev

View file

@ -37,5 +37,5 @@ location / {
} }
location ~ ^/(proxy|media) { location ~ ^/(proxy|media) {
more_set_headers "default-src 'none'; upgrade-insecure-requests; sandbox;"; more_set_headers "Content-Security-Policy : default-src 'none'; upgrade-insecure-requests; sandbox;";
} }

View file

@ -6,7 +6,7 @@
"en": "Federated social networking server built on ActivityPub open protocol", "en": "Federated social networking server built on ActivityPub open protocol",
"fr": "Serveur de réseautage social fédéré basé sur le protocole ouvert ActivityPub" "fr": "Serveur de réseautage social fédéré basé sur le protocole ouvert ActivityPub"
}, },
"version": "3.9.3~ynh2", "version": "3.9.3~ynh3",
"url": "https://akkoma.social/", "url": "https://akkoma.social/",
"upstream": { "upstream": {
"license": "AGPL-3.0-only", "license": "AGPL-3.0-only",