mirror of
https://github.com/YunoHost-Apps/pixelfed_ynh.git
synced 2024-09-03 20:06:04 +02:00
Merge pull request #88 from YunoHost-Apps/testing
Use new federation variables
This commit is contained in:
commit
4f28f3579a
2 changed files with 4 additions and 4 deletions
|
@ -48,9 +48,9 @@ MAX_CAPTION_LENGTH=150
|
|||
MAX_ALBUM_LENGTH=4
|
||||
|
||||
ACTIVITY_PUB=true
|
||||
REMOTE_FOLLOW=true
|
||||
ACTIVITYPUB_INBOX=true
|
||||
ACTIVITYPUB_SHAREDINBOX=true
|
||||
AP_REMOTE_FOLLOW=true
|
||||
AP_INBOX=true
|
||||
AP_SHAREDINBOX=true
|
||||
|
||||
# Set these "true" to enable federation.
|
||||
# You might need to also run:
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
"en": "ActivityPub Federated Image Sharing",
|
||||
"fr": "Logiciel de partage d'image fédéré via ActivityPub"
|
||||
},
|
||||
"version": "0.10.6~ynh1",
|
||||
"version": "0.10.6~ynh2",
|
||||
"url": "https://pixelfed.org/",
|
||||
"license": "AGPL-3.0-or-later",
|
||||
"maintainer": [
|
||||
|
|
Loading…
Add table
Reference in a new issue