mirror of
https://github.com/YunoHost-Apps/pleroma_ynh.git
synced 2024-09-03 20:15:59 +02:00
Upgrade to 1.1.2
This commit is contained in:
parent
944cb7c873
commit
8fcf55fae3
6 changed files with 12 additions and 12 deletions
|
@ -25,7 +25,7 @@ For user friendly details about Pleroma: [see here](https://blog.soykaf.com/post
|
|||
- Tootdon (Android + iOS)
|
||||
- Tootle (iOS)
|
||||
|
||||
**Shipped version:** 1.1.1
|
||||
**Shipped version:** 1.1.2
|
||||
|
||||
## Important points to read before installing
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
SOURCE_URL=https://git.pleroma.social/pleroma/pleroma/-/jobs/70233/artifacts/download
|
||||
SOURCE_SUM=4fc234c0c214056d7e7c60a8583eaa9cbc366fd0d5465b6fb6431705b481ece8
|
||||
SOURCE_URL=https://git.pleroma.social/pleroma/pleroma/-/jobs/70196/artifacts/download
|
||||
SOURCE_SUM=d15f37b672fd761b509cefc6bdc4e4faa74b9d94fb161917077b6055f62af881
|
||||
SOURCE_SUM_PRG=sha256sum
|
||||
SOURCE_FORMAT=zip
|
||||
SOURCE_IN_SUBDIR=true
|
||||
SOURCE_FILENAME=pleroma-v1.1.1-arm.zip
|
||||
SOURCE_FILENAME=pleroma-v1.1.2-arm.zip
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
SOURCE_URL=https://git.pleroma.social/pleroma/pleroma/-/jobs/70235/artifacts/download
|
||||
SOURCE_SUM=b746915ac44293168d924817027b1dbcec75de2a8205d327c4c4c10c5e563065
|
||||
SOURCE_URL=https://git.pleroma.social/pleroma/pleroma/-/jobs/70198/artifacts/download
|
||||
SOURCE_SUM=d7f51b25c932ebfe4f38332ad3a121d78a33f08aa330941d8ad0ae910fa93e18
|
||||
SOURCE_SUM_PRG=sha256sum
|
||||
SOURCE_FORMAT=zip
|
||||
SOURCE_IN_SUBDIR=true
|
||||
SOURCE_FILENAME=pleroma-v1.1.1-arm64.zip
|
||||
SOURCE_FILENAME=pleroma-v1.1.2-arm64.zip
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
SOURCE_URL=https://git.pleroma.social/pleroma/pleroma/-/jobs/70231/artifacts/download
|
||||
SOURCE_SUM=091973bdaf99c11fd1a30984a3c9c906e5a3c3183f685f589d12290fdaa37a53
|
||||
SOURCE_URL=https://git.pleroma.social/pleroma/pleroma/-/jobs/70194/artifacts/download
|
||||
SOURCE_SUM=25648bdfc31a7ab5167009c35c691d279b6b785fceb96f4fa3ee66831ef30cba
|
||||
SOURCE_SUM_PRG=sha256sum
|
||||
SOURCE_FORMAT=zip
|
||||
SOURCE_IN_SUBDIR=true
|
||||
SOURCE_FILENAME=pleroma-v1.1.1-x86-64.zip
|
||||
SOURCE_FILENAME=pleroma-v1.1.2-x86-64.zip
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
"en": "Pleroma is an OStatus-compatible social networking server written in Elixir, compatible with GNU Social and Mastodon",
|
||||
"fr": "Pleroma est un réseau social écrit en Elixir, compatible avec OStatus, GNU Social et Mastodon"
|
||||
},
|
||||
"version": "1.1.1~ynh1",
|
||||
"version": "1.1.2~ynh1",
|
||||
"url": "https://git.pleroma.social/pleroma/pleroma",
|
||||
"license": "AGPL-3.0-only",
|
||||
"maintainer": [
|
||||
|
|
|
@ -222,6 +222,7 @@ ynh_add_systemd_config
|
|||
chown -R "$app":"$app" "$final_path"
|
||||
|
||||
pushd $final_path/$app
|
||||
#ynh_replace_string --match_string="_dir" --replace_string="" --target_file="/var/www/pleroma/pleroma/releases/1.1.2-2-g59d447d5-release-1-1-2/releases.exs"
|
||||
su "$app" -s $SHELL -lc "$final_path/$app/bin/pleroma_ctl instance gen --force \
|
||||
--output $config \
|
||||
--output-psql /tmp/setup_db.psql \
|
||||
|
@ -234,7 +235,6 @@ pushd $final_path/$app
|
|||
--dbuser $db_user \
|
||||
--dbpass $db_pwd \
|
||||
--rum N \
|
||||
--db-configurable Y \
|
||||
--indexable Y \
|
||||
--uploads-dir $datadir/uploads \
|
||||
--static-dir $datadir/static \
|
||||
|
|
Loading…
Add table
Reference in a new issue