diff --git a/README.md b/README.md index 132b40d..b272385 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ tl;dr 4Get is the best way to browse for stuff. | Curlie | | | | | | # Installation -Refer to the documentation index. I recommend following the apache2 guide. +Refer to the documentation index. I recommend following the apache2 guide. ## Contact Stuff breaks all the time but I repair it all the time too. Email me here: dev(at)flossboxin(dot)org(dot)in or create an issue. diff --git a/api.txt b/api.txt index 5726927..a167519 100644 --- a/api.txt +++ b/api.txt @@ -41,7 +41,7 @@ lol!!!! Get your instance running here :: - https://git.flossboxin.org.in/FbIN/4get + https://git.bakhai.co.in/FbIN/4get Thanks! diff --git a/data/config.php b/data/config.php index f0373bd..508c4f3 100644 --- a/data/config.php +++ b/data/config.php @@ -66,7 +66,7 @@ class config{ // Block SSL ciphers used by CLI tools used for botting // Basically a primitive version of Cloudflare's browser integrity check // ** If curl can still access the site (with spoofed headers), please make sure you use the new apache2 config ** - // https://git.flossboxin.org.in/FbIN/4Get/docs/apache2.md + // https://git.bakhai.co.in/FbIN/4Get/docs/apache2.md const DISALLOWED_SSL = [ // "TLS_AES_256_GCM_SHA384" // used by WGET and CURL ]; diff --git a/docs/apache2-example.md b/docs/apache2-example.md index 6593308..25169ad 100644 --- a/docs/apache2-example.md +++ b/docs/apache2-example.md @@ -1,7 +1,7 @@ # Sample Apache2 configuration This is the apache2 configuration file used on the 4g.flossboxin.org.in official instance, in hopes that it's useful to you! -Looking for the apache2 guide? go here.. +Looking for the apache2 guide? go here.. ```xml @@ -146,7 +146,7 @@ Looking for the apache2 guide? tor site guide. +To make the above snippet work, please refer to our tor site guide. ## default-ssl.conf Now, edit the file `/etc/apache2/sites-available/default-ssl.conf`, remove everything and, again, add each rule while modifying the relevant fields: @@ -177,7 +177,7 @@ Make sure to replace `4g.flossboxin.org.in` with your own domain under the `SSLC ``` -By default, the first rule dictates where traffic should be redirected to in case the client specifies an unknown domain name. Don't forget your webserver's other rules! For a complete real-world example, please check out my real-world config file I use on 4g.flossboxin.org.in. +By default, the first rule dictates where traffic should be redirected to in case the client specifies an unknown domain name. Don't forget your webserver's other rules! For a complete real-world example, please check out my real-world config file I use on 4g.flossboxin.org.in. ## security.conf If you enabled the `headers` module, you can head over to `/etc/apache2/conf-enabled/security.conf` and edit: @@ -233,10 +233,10 @@ Congratulations! You now have a... 404 error on your webserver, if everything we Run these commands: ``` cd /var/www/4get -git clone https://git.flossboxin.org.in/FbIN/4get +git clone https://git.bakhai.co.in/FbIN/4get chmod 777 -R icons/ ``` ... And try accessing your webserver. You should now have a working 4get instance! -Please make sure to check out how to further configure 4get to your liking! \ No newline at end of file +Please make sure to check out how to further configure 4get to your liking! \ No newline at end of file diff --git a/docs/nginx.md b/docs/nginx.md index 1688666..fcfb2af 100644 --- a/docs/nginx.md +++ b/docs/nginx.md @@ -2,7 +2,7 @@
-> NOTE: As the previous version stated, it is better to follow the Apache2 guide instead of the Nginx one. +> NOTE: As the previous version stated, it is better to follow the Apache2 guide instead of the Nginx one. > NOTE: This is going to guess that you're using either a Arch-based system or a Debian-based system, although you can still follow it with minor issues. @@ -13,7 +13,7 @@ * On Arch-based, run `pacman -Syu`. * On Debian-based, run `apt update`, then `apt upgrade`. 3. Install the following dependencies: - * `git`: So you can clone this repository. + * `git`: So you can clone this repository. * `nginx`: So you can run Nginx. * `php-fpm`: This is what allows Nginx to run *(and show)* PHP files. * `php-imagick`, `imagemagick`: Image manipulation. @@ -121,7 +121,7 @@ dinitctl restart nginx ``` 6. Clone the repository to `/var/www`: - * `git clone --depth 1 https://git.flossboxin.org.in/FbIN/4get 4get` - It clones the repository with the depth of one commit *(so it takes less time to download)* and saves the cloned repository as '4get'. + * `git clone --depth 1 https://git.bakhai.co.in/FbIN/4get 4get` - It clones the repository with the depth of one commit *(so it takes less time to download)* and saves the cloned repository as '4get'. 7. That should be it! There are some extra steps you can take, but it really just depends on you.

Encryption setup

@@ -179,12 +179,12 @@ } ``` A real world example is present in [^2]. -5. Once done, check the configuration with `nginx -t`. If everything's fine and dandy, refer to the Tor guide to setup your onion site. +5. Once done, check the configuration with `nginx -t`. If everything's fine and dandy, refer to the Tor guide to setup your onion site.

Other important things

-1. Configuration guide: Things to do after setup. -2. Apache2 guide: Fallback to this if you couldn't get something to work, or you don't know something. +1. Configuration guide: Things to do after setup. +2. Apache2 guide: Fallback to this if you couldn't get something to work, or you don't know something.

Known issues

diff --git a/docs/tor.md b/docs/tor.md index 08b3250..9f9dafb 100644 --- a/docs/tor.md +++ b/docs/tor.md @@ -1,5 +1,5 @@ # Tor setup -This guide assumes that there is already a configured webserver sitting on port 80 waiting for localhost connections. The apache2 guide guides you through this. +This guide assumes that there is already a configured webserver sitting on port 80 waiting for localhost connections. The apache2 guide guides you through this. 1. Login as `root`. 2. Install `tor`. diff --git a/favicon.php b/favicon.php index 4aebbcf..eff3e66 100644 --- a/favicon.php +++ b/favicon.php @@ -205,7 +205,7 @@ class favicon{ /* Download the favicon */ - //$href = "https://git.flossboxin.org.in/assets/img/logo.svg"; + //$href = "https://git.bakhai.co.in/assets/img/logo.svg"; try{ $payload = diff --git a/template/about.html b/template/about.html index 85f2c3f..141cc4c 100644 --- a/template/about.html +++ b/template/about.html @@ -54,7 +54,7 @@ When the image viewer is open, you can use the following keybinds:
Escape
to exit the image viewer.

How can I trust you?

-You just sort of have to take my word for it right now. If you'd rather trust yourself instead of me (I believe in you!!), all of the code on this website is available trough my git page for you to host on your own machines. Just a reminder: if you're the sole user of your instance, it doesn't take immense brain power for Microsoft to figure out you basically just switched IP addresses. Invite your friends to use your instance! +You just sort of have to take my word for it right now. If you'd rather trust yourself instead of me (I believe in you!!), all of the code on this website is available trough my git page for you to host on your own machines. Just a reminder: if you're the sole user of your instance, it doesn't take immense brain power for Microsoft to figure out you basically just switched IP addresses. Invite your friends to use your instance!

I want to report abuse trough email

If you want to talk to me, just drop me an email: dev(at)flossboxin(dot)org(dot)in

diff --git a/template/home.html b/template/home.html index e69dcc0..9002b60 100644 --- a/template/home.html +++ b/template/home.html @@ -23,7 +23,7 @@
- SettingsAboutSource
+ SettingsAboutSource
ClearnetReport a problem
Running on v{%version%}!! diff --git a/template/instances.html b/template/instances.html index ac7dab3..ede7742 100644 --- a/template/instances.html +++ b/template/instances.html @@ -13,7 +13,7 @@

Instance browser

- Learn how to setup your own instance here! https://git.flossboxin.org.in/FbIN/4get + Learn how to setup your own instance here! https://git.bakhai.co.in/FbIN/4get