From ee5ee294b2b809239d33f0a8785a2bb9294c8cc8 Mon Sep 17 00:00:00 2001 From: nodiscc Date: Mon, 25 Sep 2023 16:13:16 +0200 Subject: [PATCH] doc: server configuration: remove outdated screencast - ref. https://github.com/shaarli/Shaarli/issues/2002 - uses old instructions/mod-php instead of the now recommended php-fpm - server configuration may not be the ideal page for this, installation would be more suitable --- doc/md/Server-configuration.md | 7 ------- 1 file changed, 7 deletions(-) diff --git a/doc/md/Server-configuration.md b/doc/md/Server-configuration.md index eec4fe376..10d407881 100644 --- a/doc/md/Server-configuration.md +++ b/doc/md/Server-configuration.md @@ -25,13 +25,6 @@ Setup a **firewall** (using `iptables`, [ufw](https://www.digitalocean.com/commu Shaarli makes outbound HTTP/HTTPS connections to websites you bookmark to fetch page information (title, thumbnails), the server must then have access to the Internet as well, and a working DNS resolver. - -### Screencast - -Here is a screencast of the installation procedure - -[![asciicast](https://asciinema.org/a/z3RXxcJIRgWk0jM2ws6EnUFgO.svg)](https://asciinema.org/a/z3RXxcJIRgWk0jM2ws6EnUFgO) - -------------------------------------------------------------------------------- ### PHP