From 6bbd4d67249d8c185a69294381f6b13d07cd8aa5 Mon Sep 17 00:00:00 2001 From: Ahwxorg Date: Wed, 19 Apr 2023 10:25:56 +0200 Subject: [PATCH] move instructions to wiki & remove deprecated links remove link to femboy.hu since its no longer online --- README.md | 28 ++-------------------------- 1 file changed, 2 insertions(+), 26 deletions(-) diff --git a/README.md b/README.md index 565153e..23ae0d5 100644 --- a/README.md +++ b/README.md @@ -30,35 +30,11 @@

Install

-Just clone it somewhere, make a reverse proxy rule and you're set. Example: - -```sh -doas apt install php php-curl nginx nginx-common git -git clone https://git.ahwx.org/pinternet /var/www/html/pinternet -cd /var/www/html/pinternet -``` - -Example NGINX configuration: - -```sh -server { - listen 80; - server_name pinternet.ahwx.org; - - root /var/www/html/pinternet; - index index.php; - - location ~ \.php$ { - include snippets/fastcgi-php.conf; - fastcgi_pass unix:/run/php/php-fpm.sock; - } -} -``` - +This section has moved to [the wiki](https://github.com/Ahwxorg/pinternet/wiki/Installing).

Credits:

-* [LibreX](https://github.com/hnhx/librex) | [https://femboy.hu](https://femboy.hu) - image proxy & quite a bit of other code. +* [LibreX](https://github.com/hnhx/librex) - image proxy & quite a bit of other code.