move instructions to wiki & remove deprecated links

remove link to femboy.hu since its no longer online
This commit is contained in:
Ahwxorg 2023-04-19 10:25:56 +02:00 committed by GitHub
parent c8569528f2
commit 6bbd4d6724
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -30,35 +30,11 @@
<h2 align="center">Install</h2>
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).
<h3 align="center">Credits:</h3>
* [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.