Upodated system requirements authored by Marius David Wieschollek's avatar Marius David Wieschollek
...@@ -6,11 +6,11 @@ ...@@ -6,11 +6,11 @@
| Processor | 2x1 GHz | 4x2 GHz | | Processor | 2x1 GHz | 4x2 GHz |
| Ram | 512 MiB | 8 GiB | | Ram | 512 MiB | 8 GiB |
| Disk | 4 GiB | 64 GiB | | Disk | 4 GiB | 64 GiB |
| Platform | Nextcloud 17 | Nextcloud 18 | | Platform | Nextcloud 17 | Nextcloud 19 |
| OS | Linux | Ubuntu 18.04 | | OS | Linux | Ubuntu 20.04 |
| Database | Sqlite / MySQL / PostgreSQL | MariaDB 10.4 | | Database | Sqlite / MySQL / PostgreSQL | MariaDB 10.5 |
| PHP | PHP 7.3 | PHP 7.4 | | PHP | PHP 7.3 | PHP 7.4 |
| Webserver | HTTPS | Nginx 1.17.3 HTTPS | | Webserver | HTTPS | Nginx 1.18 HTTPS |
| PECL | Curl | Zip, Imagick, Curl | | PECL | Curl | Zip, Imagick, Curl |
| Libraries | | imagemagick, librsvg, wbritish, wamerican, wngerman, wfrench, wspanish, witalian, wportuguese | | Libraries | | imagemagick, librsvg, wbritish, wamerican, wngerman, wfrench, wspanish, witalian, wportuguese |
...@@ -47,7 +47,7 @@ You can install the latest version from the PPA with the following commands: ...@@ -47,7 +47,7 @@ You can install the latest version from the PPA with the following commands:
sudo add-apt-repository ppa:ondrej/php sudo add-apt-repository ppa:ondrej/php
sudo apt-get update sudo apt-get update
sudo apt-get upgrade sudo apt-get upgrade
sudo apt-get install php7.3 php-defaults sudo apt-get install php7.4 php-defaults
``` ```
### Pageres dependencies ### Pageres dependencies
...@@ -61,7 +61,8 @@ The following list contains all domains which may provide these services. ...@@ -61,7 +61,8 @@ The following list contains all domains which may provide these services.
However some local service providers like Pageres and the favicon finder may contact any domain as requested via the api. However some local service providers like Pageres and the favicon finder may contact any domain as requested via the api.
- https://github.com - https://github.com
- https://passwords-app-favicons.herokuapp.com - https://ncpw-besticon-01.herokuapp.com
- https://ncpw-besticon-02.herokuapp.com
- http://favicongrabber.com/ - http://favicongrabber.com/
- https://icons.duckduckgo.com - https://icons.duckduckgo.com
- https://www.google.com - https://www.google.com
... ...
......