- 29 Mar, 2020 3 commits
-
-
Seabass-Chan authored
-
Seabass-Chan authored
7.4 is being used on my system and is recommended by Nextcloud. So I feel like this may as well be added.
-
Seabass-Chan authored
-
- 19 Mar, 2020 1 commit
-
-
Marc Crebassa authored
"php_version" to "php_ver" in README
-
- 06 Mar, 2020 1 commit
-
-
Marc Crebassa authored
*Fix* Debian does not have a "mysql-server" package
-
- 05 Mar, 2020 1 commit
-
-
Seabass-Chan authored
Removed my previous line and edited the install task to do a check for debian.
-
- 04 Mar, 2020 1 commit
-
-
Seabass-Chan authored
I changed ever place it said php_version to php_ver to accurately tell the user what variable is used in the playbook.
-
- 22 Jan, 2020 2 commits
-
-
Marc Crebassa authored
Spelling error fix
-
Marc Crebassa authored
Disable the default site of apache and nginx on demand
-
- 20 Dec, 2019 2 commits
-
-
Seabass-Chan authored
This creates a check for if the user has Debian or not. In Debian, the package name for mysql is "default-mysql-server".
-
Seabass-Chan authored
Misspelled "opereting system" for in the readme. Change is just "operating".
-
- 16 Dec, 2019 1 commit
-
-
santiagomr authored
-
- 13 Dec, 2019 1 commit
-
-
santiagomr authored
-
- 20 Nov, 2019 2 commits
-
-
Aalaesar authored
-
Marc Crebassa authored
Adds support for Debian 10 Buster
-
- 19 Nov, 2019 2 commits
-
-
Conor Schaefer authored
Pointed out by @aalaesar during review. In short, libmcrypt has been obsolete since PHP 7.1 and removed since PHP 7.2. Therefore, we'll preserve the installation of the package on older platforms (specifically 5 & 7.0), but skip it on newer platforms (such as 7.2, 7.3). See for details [0]. [0] https://lukasmestan.com/install-mcrypt-extension-in-php7-2/
-
Conor Schaefer authored
Mostly it's the PHP version bump, 7.0 -> 7.3. One of the PHP packages doesn't exist in the Buster repos, so added conditional logic to preserve it by default, but omit specifically when PHP == 7.3.
-
- 16 Nov, 2019 1 commit
-
-
Marc Crebassa authored
Added support for Multi os
-
- 30 Oct, 2019 6 commits
-
-
Daniel Paufler authored
-
Daniel Paufler authored
-
Daniel Paufler authored
-
Daniel Paufler authored
-
Daniel Paufler authored
-
Daniel Paufler authored
-
- 29 Oct, 2019 2 commits
-
-
Daniel Paufler authored
-
Daniel Paufler authored
-
- 26 Oct, 2019 2 commits
-
-
Marc Crebassa authored
Security issue in NGINX/php-fpm
-
Alexis Leclerc authored
Update nginx conf due to this security issue : https://nextcloud.com/blog/urgent-security-issue-in-nginx-php-fpm/ I'm not an expert of php-fpm so I've just applied the recommended corrections. I did the update on my own configuration and it works. If something goes wrong on my side I'll inform you.
-
- 23 Aug, 2019 2 commits
- 14 Aug, 2019 5 commits
-
-
Marc Crebassa authored
Fixing 'Your web server is not properly set up to resolve "/ocm-provider/".'
-
mihailstoynov authored
Fix error: >You are reading an outdated version of this documentation. Please check out the latest version of the server administration manual.
-
mihailstoynov authored
Fixing 'Your web server is not properly set up to resolve "/ocm-provi…
-
mihailstoynov authored
Fixing this error: ``` There are some warnings regarding your setup. Your web server is not properly set up to resolve "/ocm-provider/". This is most likely related to a web server configuration that was not updated to deliver this folder directly. Please compare your configuration against the shipped rewrite rules in ".htaccess" for Apache or the provided one in the documentation for Nginx at it's documentation page. On Nginx those are typically the lines starting with "location ~" that need an update. ``` Using code from here: https://docs.nextcloud.com/server/16/admin_manual/installation/nginx.html
-
Marc Crebassa authored
typo in readme
-
- 13 Aug, 2019 1 commit
-
-
mihail authored
-
- 14 Jul, 2019 1 commit
-
-
Daniel Paufler authored
-
- 12 Jul, 2019 2 commits
-
-
Marc Crebassa authored
Feature: add maximum upload size parameter
-
Aalaesar authored
-
- 10 Jul, 2019 1 commit
-
-
Aalaesar authored
-