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

Merge pull request #34 from YunoHost-Apps/testing

Security hot fix #2
This commit is contained in:
lapineige 2023-05-26 23:21:40 +02:00 committed by GitHub
commit 5b13428836
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 5 additions and 5 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.
**Shipped version:** 3.9.2~ynh1
**Shipped version:** 3.9.3~ynh1
**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.
**Version incluse :** 3.9.2~ynh1
**Version incluse :** 3.9.3~ynh1
**Démo :** https://otp.akkoma.dev

View file

@ -1,5 +1,5 @@
SOURCE_URL=https://akkoma-updates.s3-website.fr-par.scw.cloud/stable/akkoma-amd64.zip
SOURCE_SUM=505f86cb7956e5721ac4d79380bd81ac3f8f6e64b452af5c121a815b1a7a58b6
SOURCE_SUM=53acaecf82283d724c7c64b403b8130d22cbe050f6c224f55f73a158da2c52fe
SOURCE_SUM_PRG=sha256sum
SOURCE_FORMAT=zip
SOURCE_IN_SUBDIR=true

View file

@ -37,5 +37,5 @@ location / {
}
location ~ ^/media {
more_set_headers Content-Security-Policy "script-src 'none';";
more_set_headers "Content-Security-Policy : script-src 'sandbox';";
}

View file

@ -6,7 +6,7 @@
"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"
},
"version": "3.9.2~ynh1",
"version": "3.9.3~ynh1",
"url": "https://akkoma.social/",
"upstream": {
"license": "AGPL-3.0-only",