summaryrefslogtreecommitdiff
path: root/content/nextcloud.md
AgeCommit message (Collapse)Author
2024-07-16Merge pull request #287 from livreware/masterLuke Smith
Updated PHP version on several articles; fixed typo, added firewall command and documentation links on mumble.md
2023-08-29updated php, fixed typo, added firewall and docsLivreware.org
This commit updates the PHP version on several articles, which is currently 8.2 on Debian It also uses symbolic links (such as `php-fpm.sock`) on nginx config files and dependency packages (such as `php-mbstring`) that will always point to the most recent version of PHP, so there is no need to change those once PHP is updated. On places where the PHP version must be specified, such as the `/etc/php/8.2/` directory and the `php8.2-fpm` systemd service, I have changed the version accordingly. I believe I have covered every instance of PHP usage on the website, and programs should work fine. If I missed something or made a change that broke the configuration of some program, please let me know. Additionally, I have fixed a typo on mumble.md, which called the command `scp` as `spc`, added a command to open the mumble port on your firewall and added documentation links for further configuration of the server.
2023-06-09minor fixTeodoro Colombo
2023-06-09Fix nextcloud version: ↵Teodoro Colombo
https://help.nextcloud.com/t/on-the-roadmap-deprecation-of-php-7-4/149848
2023-04-05Update X-Robots-Tag with Nextcloud documentationWilbrink
See https://github.com/nextcloud/server/pull/36689
2022-08-06Nextcloud: remove nginx pagespeed directiveYann Jorelle
Removes pagespeed directive from the nextcloud nginx configuration. Fixes #224.
2022-07-06nextcloud fix #208Luke Smith
2022-07-01Merge branch 'master' of https://github.com/MattMadness/landchadMatthew Evan
I don't know.
2022-07-01Removed unneeded SURY repository additionMatthew Evan
2022-06-28Made adjustments as recommended by metalsp0rkMatthew Evan
2022-06-27Updated nextcloud.mdMatthew Evan
2022-06-25convert to hugoLuke Smith