mirror of
https://github.com/YunoHost-Apps/glitchsoc_ynh.git
synced 2024-09-03 19:15:59 +02:00
commit
833c710761
6 changed files with 12 additions and 15 deletions
|
@ -42,7 +42,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
|
|||
See more [on the documentation](https://glitch-soc.github.io/docs/).
|
||||
|
||||
|
||||
**Shipped version:** 2022.04.28~ynh1
|
||||
**Shipped version:** 2022.05.13~ynh1
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -38,7 +38,7 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour
|
|||
Voir plus [sur la documentation](https://glitch-soc.github.io/docs/) (en anglais).
|
||||
|
||||
|
||||
**Version incluse :** 2022.04.28~ynh1
|
||||
**Version incluse :** 2022.05.13~ynh1
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -12,17 +12,14 @@
|
|||
setup_private=1
|
||||
setup_public=1
|
||||
upgrade=1
|
||||
# 2022.01.10~ynh2
|
||||
upgrade=1 from_commit=325f6befc0d6da2b5102ad9c4ac64a5235ee470e
|
||||
# 2022.03.31~ynh1
|
||||
upgrade=1 from_commit=a8f28047602b498cde25bfa05137d84518f13bbe
|
||||
# 2022.04.28~ynh1
|
||||
upgrade=1 from_commit=66aba621d331db1a90c527e920f622b06c18a842
|
||||
backup_restore=1
|
||||
multi_instance=0
|
||||
port_already_use=0
|
||||
change_url=0
|
||||
;;; Options
|
||||
;;; Upgrade options
|
||||
; commit=325f6befc0d6da2b5102ad9c4ac64a5235ee470e
|
||||
name=2022.01.10~ynh2
|
||||
; commit=a8f28047602b498cde25bfa05137d84518f13bbe
|
||||
name=2022.03.31~ynh1
|
||||
; commit=66aba621d331db1a90c527e920f622b06c18a842
|
||||
name=2022.04.28~ynh1
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
SOURCE_URL=https://github.com/glitch-soc/mastodon/archive/252deefe3433d0cedafd973becd0d85b5182eb49.tar.gz
|
||||
SOURCE_SUM=ab73de98d5c09c59978bb5e7e239eef541a30cbc733586bcdfc0c675b780af60
|
||||
SOURCE_URL=https://github.com/glitch-soc/mastodon/archive/aa08399e6f4ff35a7ece05ebbeca4b9771c97927.tar.gz
|
||||
SOURCE_SUM=13a1941c30336d22def009cebbc4b8ae0441c8795fdcedb4617041ab81775cb9
|
||||
SOURCE_SUM_PRG=sha256sum
|
||||
SOURCE_FORMAT=tar.gz
|
||||
SOURCE_IN_SUBDIR=true
|
||||
SOURCE_FILENAME=252deefe3433d0cedafd973becd0d85b5182eb49.tar.gz
|
||||
SOURCE_FILENAME=aa08399e6f4ff35a7ece05ebbeca4b9771c97927.tar.gz
|
||||
SOURCE_EXTRACT=true
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
"en": "Libre and federated social network, fork of Mastodon",
|
||||
"fr": "Réseau social libre et fédéré, scission de Mastodon"
|
||||
},
|
||||
"version": "2022.04.28~ynh1",
|
||||
"version": "2022.05.13~ynh1",
|
||||
"url": "https://github.com/glitch-soc/mastodon",
|
||||
"upstream": {
|
||||
"license": "free",
|
||||
|
|
|
@ -11,7 +11,7 @@ MEMORY_NEEDED="2560"
|
|||
|
||||
RUBY_VERSION="3.0.3"
|
||||
|
||||
NODEJS_VERSION="12"
|
||||
NODEJS_VERSION="14"
|
||||
|
||||
# Workaround for Mastodon on Bullseye
|
||||
# See https://github.com/mastodon/mastodon/issues/15751#issuecomment-873594463
|
||||
|
|
Loading…
Reference in a new issue