mirror of
https://github.com/YunoHost-Apps/friendica_ynh.git
synced 2024-09-03 18:36:14 +02:00
commit
01a5a9b77e
5 changed files with 14 additions and 14 deletions
2
LICENSE
2
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
|
||||
|
|
14
README.md
14
README.md
|
@ -6,20 +6,20 @@
|
|||
|
||||
|
||||
[Friendica](http://friendi.ca/) integration for YunoHost<br>
|
||||
**Version:2019.01**<br><br>
|
||||
**Version: 2019.12**<br><br>
|
||||
|
||||
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/** )
|
||||
|
||||
<b>Note:</b>You can use accounts from YunoHost's LDAP. There are not yet active SSO.<br><br>
|
||||
<b>Note:</b>You can use accounts from YunoHost's LDAP. Single sign-on (SSO) is not yet functional.<br><br>
|
||||
|
||||
# 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.<b>(The admin panel don't have text,so don't get confuse with it) </b>
|
||||
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. <b>(The admin panel doesn't have text, so don't get confused with it.)</b>
|
||||
Public users can register and use the instance as normal users. SSO users can login with their username and password as normal users too.
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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": {
|
||||
|
|
Loading…
Add table
Reference in a new issue