mirror of
https://github.com/YunoHost-Apps/gotosocial_ynh.git
synced 2024-09-03 19:16:06 +02:00
Testing v0.3.8 Spotted Sloth (#38)
* Upgrade to version 0.3.6 (#31) * Upgrade to v0.3.6 * Auto-update README * fix checksums Co-authored-by: yunohost-bot <yunohost-bot@users.noreply.github.com> Co-authored-by: yunohost-bot <yunohost@yunohost.org> Co-authored-by: OniriCorpe <oniricorpe@disroot.org> * Upgrade to version 0.3.7 (#34) * Upgrade to v0.3.7 * Auto-update README Co-authored-by: yunohost-bot <yunohost-bot@users.noreply.github.com> Co-authored-by: yunohost-bot <yunohost@yunohost.org> * chores v0.3.7 * trad * fix var name * fix ynh_app_setting_get for accounts settings * correction of an omission and moving parametters * fix missing parametters import * updating default config according to the latest upstream * Upgrade to version 0.3.8 (#37) * Upgrade to v0.3.8 * Auto-update README Co-authored-by: yunohost-bot <yunohost-bot@users.noreply.github.com> Co-authored-by: yunohost-bot <yunohost@yunohost.org> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: yunohost-bot <yunohost-bot@users.noreply.github.com> Co-authored-by: yunohost-bot <yunohost@yunohost.org>
This commit is contained in:
parent
cea8cb0eb9
commit
d51bf6905b
10 changed files with 23 additions and 23 deletions
|
@ -24,7 +24,7 @@ With GoToSocial, you can keep in touch with your friends, post, read, and share
|
|||
Documentation is at [docs.gotosocial.org](https://docs.gotosocial.org).
|
||||
|
||||
|
||||
**Shipped version:** 0.3.7~ynh1
|
||||
**Shipped version:** 0.3.8~ynh1
|
||||
|
||||
## Screenshots
|
||||
|
||||
|
|
|
@ -24,7 +24,7 @@ Avec GoToSocial, vous pouvez rester en contact avec vos amis, publier, lire et p
|
|||
Vous pouvez consulter la documentation à l'adresse : [docs.gotosocial.org](https://docs.gotosocial.org).
|
||||
|
||||
|
||||
**Version incluse :** 0.3.7~ynh1
|
||||
**Version incluse :** 0.3.8~ynh1
|
||||
|
||||
## Captures d'écran
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
SOURCE_URL=https://github.com/superseriousbusiness/gotosocial/releases/download/v0.3.7/gotosocial_0.3.7_linux_arm64.tar.gz
|
||||
SOURCE_SUM=cb82b4f9f0ce92b66e4fa1e4ed079640f37450888c949e02afea9e3d67141aeb
|
||||
SOURCE_URL=https://github.com/superseriousbusiness/gotosocial/releases/download/v0.3.8/gotosocial_0.3.8_linux_arm64.tar.gz
|
||||
SOURCE_SUM=660ef6926da1ad6a6099516db1b7943c63f10037f2070d25f47391991c0bab41
|
||||
SOURCE_SUM_PRG=sha256sum
|
||||
SOURCE_FORMAT=tar.gz
|
||||
SOURCE_EXTRACT=true
|
||||
SOURCE_IN_SUBDIR=false
|
||||
SOURCE_FILENAME=gotosocial_0.3.7_linux_arm64.tar.gz
|
||||
SOURCE_FILENAME=gotosocial_0.3.8_linux_arm64.tar.gz
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
SOURCE_URL=https://github.com/superseriousbusiness/gotosocial/releases/download/v0.3.7/gotosocial_0.3.7_linux_armv6.tar.gz
|
||||
SOURCE_SUM=52a29505265841a96e39a9f48ec3db6afe8182065900ecc2084127184248c1fd
|
||||
SOURCE_URL=https://github.com/superseriousbusiness/gotosocial/releases/download/v0.3.8/gotosocial_0.3.8_linux_armv6.tar.gz
|
||||
SOURCE_SUM=3d25391543c342dded812a34b809035a2c405841854b6a277a84c6c5283fbc07
|
||||
SOURCE_SUM_PRG=sha256sum
|
||||
SOURCE_FORMAT=tar.gz
|
||||
SOURCE_EXTRACT=true
|
||||
SOURCE_IN_SUBDIR=false
|
||||
SOURCE_FILENAME=gotosocial_0.3.7_linux_armv6.tar.gz
|
||||
SOURCE_FILENAME=gotosocial_0.3.8_linux_armv6.tar.gz
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
SOURCE_URL=https://github.com/superseriousbusiness/gotosocial/releases/download/v0.3.7/gotosocial_0.3.7_linux_armv7.tar.gz
|
||||
SOURCE_SUM=10e08e0a35a46acfe3ae547d24d089494d06508a4383d9b00f6f6d52d9b8d525
|
||||
SOURCE_URL=https://github.com/superseriousbusiness/gotosocial/releases/download/v0.3.8/gotosocial_0.3.8_linux_armv7.tar.gz
|
||||
SOURCE_SUM=680183ea24ab122cfb10cf2308591e3e35ebc8b435b5d28e2139e0439de3e359
|
||||
SOURCE_SUM_PRG=sha256sum
|
||||
SOURCE_FORMAT=tar.gz
|
||||
SOURCE_EXTRACT=true
|
||||
SOURCE_IN_SUBDIR=false
|
||||
SOURCE_FILENAME=gotosocial_0.3.7_linux_armv7.tar.gz
|
||||
SOURCE_FILENAME=gotosocial_0.3.8_linux_armv7.tar.gz
|
||||
|
|
|
@ -215,12 +215,12 @@ accounts-reason-required: __ACCOUNTS_REASON_REQUIRED__
|
|||
|
||||
# Int. Maximum allowed image upload size in bytes.
|
||||
# Examples: [2097152, 10485760]
|
||||
# Default: 2097152 -- aka 2MB
|
||||
# Default: 10485760 -- aka 10MB
|
||||
media-image-max-size: __MEDIA_IMAGE_MAX_SIZE__
|
||||
|
||||
# Int. Maximum allowed video upload size in bytes.
|
||||
# Examples: [2097152, 10485760]
|
||||
# Default: 10485760 -- aka 10MB
|
||||
# Default: 41943040 -- aka 40MB
|
||||
media-video-max-size: __MEDIA_VIDEO_MAX_SIZE__
|
||||
|
||||
# Int. Minimum amount of characters required as an image or video description.
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
SOURCE_URL=https://github.com/superseriousbusiness/gotosocial/releases/download/v0.3.7/gotosocial_0.3.7_linux_386.tar.gz
|
||||
SOURCE_SUM=f584c2a28c96fc5c1eef035652a202b43f966eb2d2ef4e4407b7c975395e22ea
|
||||
SOURCE_URL=https://github.com/superseriousbusiness/gotosocial/releases/download/v0.3.8/gotosocial_0.3.8_linux_386.tar.gz
|
||||
SOURCE_SUM=6166961895d009b6e494d1a8fc816db9393a5e715436cc5ffd81a48be85bb9c0
|
||||
SOURCE_SUM_PRG=sha256sum
|
||||
SOURCE_FORMAT=tar.gz
|
||||
SOURCE_EXTRACT=true
|
||||
SOURCE_IN_SUBDIR=false
|
||||
SOURCE_FILENAME=gotosocial_0.3.7_linux_386.tar.gz
|
||||
SOURCE_FILENAME=gotosocial_0.3.8_linux_386.tar.gz
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
SOURCE_URL=https://github.com/superseriousbusiness/gotosocial/releases/download/v0.3.7/gotosocial_0.3.7_linux_amd64.tar.gz
|
||||
SOURCE_SUM=9257f5516548fef3de47799312829066d56c0819c3b2b6654d24d48604505c53
|
||||
SOURCE_URL=https://github.com/superseriousbusiness/gotosocial/releases/download/v0.3.8/gotosocial_0.3.8_linux_amd64.tar.gz
|
||||
SOURCE_SUM=22f555450a17e999fc52198ce8460065a5a53dd05a49dc61c15c3d1fa06f0efb
|
||||
SOURCE_SUM_PRG=sha256sum
|
||||
SOURCE_FORMAT=tar.gz
|
||||
SOURCE_EXTRACT=true
|
||||
SOURCE_IN_SUBDIR=false
|
||||
SOURCE_FILENAME=gotosocial_0.3.7_linux_amd64.tar.gz
|
||||
SOURCE_FILENAME=gotosocial_0.3.8_linux_amd64.tar.gz
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
"en": "An ActivityPub social network server, written in Golang.",
|
||||
"fr": "Un serveur de réseau social basé sur ActivityPub écrit en Golang."
|
||||
},
|
||||
"version": "0.3.7~ynh1",
|
||||
"version": "0.3.8~ynh1",
|
||||
"url": "https://github.com/superseriousbusiness/gotosocial",
|
||||
"upstream": {
|
||||
"license": "AGPL-3.0-only",
|
||||
|
@ -114,4 +114,4 @@
|
|||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -44,8 +44,8 @@ accounts_reason_required=$(convert_bool "$YNH_APP_ARG_ACCOUNTS_REASON_REQUIRED")
|
|||
instance_expose_peers="false"
|
||||
instance_expose_suspended="false"
|
||||
|
||||
media_image_max_size="2097152"
|
||||
media_video_max_size="10485760"
|
||||
media_image_max_size="10485760"
|
||||
media_video_max_size="41943040"
|
||||
media_description_min_chars="0"
|
||||
media_description_max_chars="500"
|
||||
media_remote_cache_days="30"
|
||||
|
|
Loading…
Reference in a new issue