diff --git a/LICENSE b/LICENSE index 2bbe2d1..e720a40 100644 --- a/LICENSE +++ b/LICENSE @@ -1,5 +1,5 @@ Friendica Communications Server -Copyright (c) 2010-2017 the Friendica Project +Copyright (c) 2010-2019 the Friendica Project This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by diff --git a/README.md b/README.md index c5bc68e..0cca6c4 100644 --- a/README.md +++ b/README.md @@ -6,20 +6,20 @@ [Friendica](http://friendi.ca/) integration for YunoHost
-**Version:2019.01**

+**Version: 2019.12**

Current snapshot in *sources*: -* https://github.com/friendica/friendica: 2019.01 -* https://github.com/friendica/friendica-addons: 2019.01 +* https://github.com/friendica/friendica: 2019.12 +* https://github.com/friendica/friendica-addons: 2019.12 ## Important Notes -Before installing, read the [Friendica installation instructions](https://github.com/friendica/friendica/blob/master/INSTALL.txt) for important information about +Before installing, read the [Friendica installation instructions](https://github.com/friendica/friendica/blob/develop/doc/Install.md) for important information about - SSL certificate validation requirement (now with support for [Let's Encrypt!](https://letsencrypt.org)). See Installation section below. - Dedicated domain (must install under web root like **https://hub.example.com/** not **https://example.com/hub/** ) -Note:You can use accounts from YunoHost's LDAP. There are not yet active SSO.

+Note:You can use accounts from YunoHost's LDAP. Single sign-on (SSO) is not yet functional.

# To-do - [ ] Fail2Ban support @@ -40,5 +40,5 @@ Use the YunoHost admin panel to install Friendica by entering the GitHub repo ad Make sure to select your domain from the previous section as the application domain. -After the installation,login with the username provided at the time of the installaion with your SSO password.You can then create your profile and access the admin panel from the button in the center of the top nav bar, just adjecent to the search bar.(The admin panel don't have text,so don't get confuse with it) -Public users can register and use the instance as normal users. SSO users can login with there username and password as normal users too. +After the installation, login with the username provided at the time of the installation with your SSO password. You can then create your profile and access the admin panel from the button in the center of the top nav bar, just adjacent to the search bar. (The admin panel doesn't have text, so don't get confused with it.) +Public users can register and use the instance as normal users. SSO users can login with their username and password as normal users too. diff --git a/conf/addons.src b/conf/addons.src index 5c08c63..cf75f1a 100644 --- a/conf/addons.src +++ b/conf/addons.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/friendica/friendica-addons/archive/2019.01.zip -SOURCE_SUM=23edfeddf58de1f605f8cb71603fbb31f415641b76f09a102e4bdb2ec78d508d +SOURCE_URL=https://github.com/friendica/friendica-addons/archive/2019.12.tar.gz +SOURCE_SUM=c206a8b0845a4a5102b5a9d1881d039472d734c70d5f1dd52e44684955b6a7f2 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=zip SOURCE_IN_SUBDIR=true diff --git a/conf/app.src b/conf/app.src index c8b5fb7..458887f 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://friendi.ca/wp-content/uploads/2019/02/friendica-full-2019.01.tar.gz -SOURCE_SUM=895025c0adf042b6139ed3e7c4674a49d3a0237ce3490a367be681e6310c92a3 +SOURCE_URL=https://friendi.ca/wp-content/uploads/2019/12/friendica-full-2019.12.tar.gz +SOURCE_SUM=6affca62ba26ba34f809a2b1db6612090bb7e0cf5d39bde6e7cbabd1c080ade9 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true diff --git a/manifest.json b/manifest.json index 9e5edf2..c29b5b1 100644 --- a/manifest.json +++ b/manifest.json @@ -8,7 +8,7 @@ }, "url": "http://friendi.ca", "license": "free", - "version": "2019.01", + "version": "2019.12", "maintainer": { "name": "Anmol Sharma", "email": "anmol@datamol.org" @@ -23,7 +23,7 @@ "multi_instance": true, "services": [ "nginx", - "php5-fpm", + "php7.0-fpm", "mysql" ], "arguments": {