mirror of
https://github.com/YunoHost-Apps/pleroma_ynh.git
synced 2024-09-03 20:15:59 +02:00
commit
ade89203b6
8 changed files with 17 additions and 16 deletions
|
@ -23,13 +23,14 @@ For user friendly details about Pleroma: [see here](https://blog.soykaf.com/post
|
||||||
- Tootdon (Android + iOS)
|
- Tootdon (Android + iOS)
|
||||||
- Tootle (iOS)
|
- Tootle (iOS)
|
||||||
|
|
||||||
**Shipped version:** 2.0.7
|
**Shipped version:** 2.1.2
|
||||||
|
|
||||||
## Important points to read before installing
|
## Important points to read before installing
|
||||||
|
|
||||||
1. **Pleroma** require a dedicated **root domain**, eg. pleroma.domain.tld
|
1. **Pleroma** require a dedicated **root domain**, eg. pleroma.domain.tld
|
||||||
1. **Pleroma** require a valid **certificate** installed on the domain. Yunohost can **install Letsencrypt certificate** on the domain from **admin web-interface** or through **command-line**.
|
1. **Pleroma** require a valid **certificate** installed on the domain. Yunohost can **install Letsencrypt certificate** on the domain from **admin web-interface** or through **command-line**.
|
||||||
1. This package is currently set to **single-instance** that means you can run a **single Pleroma instance** on a **single server**.
|
1. This package is currently set to **single-instance** that means you can run a **single Pleroma instance** on a **single server**.
|
||||||
|
1. The admin **password** entered when installing must **not** contain **special characters**. (See [issue #132](https://github.com/YunoHost-Apps/pleroma_ynh/issues/132))
|
||||||
|
|
||||||
## Screenshots
|
## Screenshots
|
||||||
|
|
||||||
|
|
4
check_process
Executable file → Normal file
4
check_process
Executable file → Normal file
|
@ -44,7 +44,7 @@
|
||||||
# 2.0.5~ynh2
|
# 2.0.5~ynh2
|
||||||
upgrade=1 from_commit=30696599937984e9879da22220253f005e290cd0
|
upgrade=1 from_commit=30696599937984e9879da22220253f005e290cd0
|
||||||
# 2.0.7~ynh1
|
# 2.0.7~ynh1
|
||||||
upgrade=1 from_commit=4efe9686639b455fd026e881c9c92801e11a7232
|
upgrade=1 from_commit=e13745923a2e06e780e7b9d34ae084f600a9a2a2
|
||||||
backup_restore=1
|
backup_restore=1
|
||||||
multi_instance=0
|
multi_instance=0
|
||||||
# This test is no longer necessary since the version 2.7 (PR: https://github.com/YunoHost/yunohost/pull/304), you can still do it if your app could be installed with this version.
|
# This test is no longer necessary since the version 2.7 (PR: https://github.com/YunoHost/yunohost/pull/304), you can still do it if your app could be installed with this version.
|
||||||
|
@ -80,5 +80,5 @@ Notification=yes
|
||||||
name=2.0.5~ynh1
|
name=2.0.5~ynh1
|
||||||
; commit=30696599937984e9879da22220253f005e290cd0
|
; commit=30696599937984e9879da22220253f005e290cd0
|
||||||
name=2.0.5~ynh2
|
name=2.0.5~ynh2
|
||||||
; commit=4efe9686639b455fd026e881c9c92801e11a7232
|
; commit=e13745923a2e06e780e7b9d34ae084f600a9a2a2
|
||||||
name=2.0.7~ynh1
|
name=2.0.7~ynh1
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
SOURCE_URL=https://git.pleroma.social/pleroma/pleroma/-/jobs/126024/artifacts/download
|
SOURCE_URL=https://git.pleroma.social/pleroma/pleroma/-/jobs/154864/artifacts/download
|
||||||
SOURCE_SUM=765faec1323d25d399ce3b34030dfccedb1d0f55a54e14e6d6dfdc7812df65f0
|
SOURCE_SUM=7fd88626e07d728ba7280d24a9e8d3a0dac13096a89013c1b0108506cd718efc
|
||||||
SOURCE_SUM_PRG=sha256sum
|
SOURCE_SUM_PRG=sha256sum
|
||||||
SOURCE_FORMAT=zip
|
SOURCE_FORMAT=zip
|
||||||
SOURCE_IN_SUBDIR=true
|
SOURCE_IN_SUBDIR=true
|
||||||
SOURCE_FILENAME=pleroma-v2.0.7-arm.zip
|
SOURCE_FILENAME=pleroma-v2.1.2-arm.zip
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
SOURCE_URL=https://git.pleroma.social/pleroma/pleroma/-/jobs/126026/artifacts/download
|
SOURCE_URL=https://git.pleroma.social/pleroma/pleroma/-/jobs/154866/artifacts/download
|
||||||
SOURCE_SUM=cefb340415978a3379564ec93f9c168c3c60bcc73032970e5a5a3dc490b4e712
|
SOURCE_SUM=ca1b06753bb0538bf731699c9e91fd43fee8b070a379931ac2de0610dd828bd7
|
||||||
SOURCE_SUM_PRG=sha256sum
|
SOURCE_SUM_PRG=sha256sum
|
||||||
SOURCE_FORMAT=zip
|
SOURCE_FORMAT=zip
|
||||||
SOURCE_IN_SUBDIR=true
|
SOURCE_IN_SUBDIR=true
|
||||||
SOURCE_FILENAME=pleroma-v2.0.7-arm64.zip
|
SOURCE_FILENAME=pleroma-v2.1.2-arm64.zip
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
SOURCE_URL=https://git.pleroma.social/pleroma/pleroma/-/jobs/126022/artifacts/download
|
SOURCE_URL=https://git.pleroma.social/pleroma/pleroma/-/jobs/154862/artifacts/download
|
||||||
SOURCE_SUM=5698798b4c38e05ca273381265dfe3988ed96344a52b2d1418c65ccf3f1dfed5
|
SOURCE_SUM=1fb0554035144011f02524672c142e688645c90758055e6a043b7042a3126598
|
||||||
SOURCE_SUM_PRG=sha256sum
|
SOURCE_SUM_PRG=sha256sum
|
||||||
SOURCE_FORMAT=zip
|
SOURCE_FORMAT=zip
|
||||||
SOURCE_IN_SUBDIR=true
|
SOURCE_IN_SUBDIR=true
|
||||||
SOURCE_FILENAME=pleroma-v2.0.7-x86-64.zip
|
SOURCE_FILENAME=pleroma-v2.1.2-x86-64.zip
|
||||||
|
|
4
manifest.json
Executable file → Normal file
4
manifest.json
Executable file → Normal file
|
@ -6,7 +6,7 @@
|
||||||
"en": "A free, federated social networking server built on open protocols.",
|
"en": "A free, federated social networking server built on open protocols.",
|
||||||
"fr": "Un serveur de réseautage social fédéré et gratuit basé sur des protocoles ouverts."
|
"fr": "Un serveur de réseautage social fédéré et gratuit basé sur des protocoles ouverts."
|
||||||
},
|
},
|
||||||
"version": "2.0.7~ynh2",
|
"version": "2.1.2~ynh1",
|
||||||
"url": "https://git.pleroma.social/pleroma/pleroma",
|
"url": "https://git.pleroma.social/pleroma/pleroma",
|
||||||
"license": "AGPL-3.0-only",
|
"license": "AGPL-3.0-only",
|
||||||
"maintainer": [
|
"maintainer": [
|
||||||
|
@ -18,7 +18,7 @@
|
||||||
"name": "yalh76"
|
"name": "yalh76"
|
||||||
}],
|
}],
|
||||||
"requirements": {
|
"requirements": {
|
||||||
"yunohost": ">= 3.5"
|
"yunohost": ">= 4.0"
|
||||||
},
|
},
|
||||||
"multi_instance": false,
|
"multi_instance": false,
|
||||||
"services": [
|
"services": [
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
||||||
# dependencies used by the app
|
# dependencies used by the app
|
||||||
pkg_dependencies="curl unzip libncurses5 postgresql postgresql-contrib"
|
pkg_dependencies="curl unzip libncurses5 postgresql postgresql-contrib imagemagick ffmpeg libimage-exiftool-perl"
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# PERSONAL HELPERS
|
# PERSONAL HELPERS
|
||||||
|
|
Loading…
Add table
Reference in a new issue