Commit Graph

  • 377f9d00e3
    chore: add readme for docker specifications Junior L. Botelho (JLB) 2023-02-12 16:19:22 -0300
  • a0a3a904df
    chore: add readme for docker specifications Junior L. Botelho (JLB) 2023-02-12 16:05:57 -0300
  • 2706cf3eb0
    chore: remove the php7-xml extension as it is not being used by the project Junior L. Botelho (JLB) 2023-02-12 15:04:59 -0300
  • 8e65f0253a
    this resolves the issue with a variable that was defined with the value '.com' when it should only be 'com' Junior L. Botelho (JLB) 2023-02-12 14:34:38 -0300
  • 9c17401c66
    revert: Removed the '@' symbol from line 187 in 'misc/tools.php' as it is not recommended to use error suppression Junior L. Botelho (JLB) 2023-02-12 13:54:42 -0300
  • c1c401a5f9
    chore: downgraded PHP from version 8 to version 7.4 for better compatibility Junior L. Botelho (JLB) 2023-02-12 13:39:32 -0300
  • 449ec0dd7a
    refactor: Removed the '@' symbol from line 187 in 'misc/tools.php' as it is not recommended to use error suppression Junior L. Botelho (JLB) 2023-02-12 13:36:47 -0300
  • 8b2b8af183
    chore: fixed an issue that occurred when nginx did not have permissions on the 'php-fpm8.sock' file Junior L. Botelho (JLB) 2023-02-12 13:35:16 -0300
  • 36d8aeeb5b
    chore: after running the 'docker run' command, the environment variables will now be effective Junior L. Botelho (JLB) 2023-02-12 12:56:22 -0300
  • 3bd1ba068b
    chore: updated the PHP version from 7.4 to 8 for better performance Junior L. Botelho (JLB) 2023-02-12 12:50:41 -0300
  • 0e78734743
    Merge pull request #160 from Ratakor/main hnhx 2023-02-12 14:31:29 +0000
  • 3cbb36eb66
    chore: configured Nginx Dockerfile, updated PHP requirements in the PHP Dockerfile, and made other changes Junior L. Botelho (JLB) 2023-02-12 11:13:58 -0300
  • 7e5deb7be8 fix indent Ratakor 2023-02-12 10:52:32 +0100
  • 928808461a
    chore: fixed dependency errors, added conditions to delete proxy configs, and removed duplicate quotes Junior L. Botelho (JLB) 2023-02-11 23:32:45 -0300
  • 48b9863e3c
    chore: to create Dockerfile modules and break up the procedure into smaller, step-by-step files instead of one large Dockerfile Junior L. Botelho (JLB) 2023-02-11 23:08:53 -0300
  • 779cdf0da3
    chore: move the templates to their appropriate folders Junior L. Botelho (JLB) 2023-02-11 20:08:33 -0300
  • 656d9aa2d6
    chore: change approach of dockerfiles Junior L. Botelho (JLB) 2023-02-11 19:54:45 -0300
  • 4a5dad014d
    chore: rename docker directory Junior L. Botelho (JLB) 2023-02-11 19:18:04 -0300
  • 0faba78be1
    chore: improve the method for passing images that will be built on Docker Junior L. Botelho (JLB) 2023-02-11 19:14:38 -0300
  • b3a6a43acb
    chore: for the initial execution, the entrypoint should include the addition of buildx Junior L. Botelho (JLB) 2023-02-11 18:59:04 -0300
  • 450560eb6d
    chore: the Docker build time errors have been fixed by changing the name of the nginx folder and renaming build.sh to prepare.sh Junior L. Botelho (JLB) 2023-02-11 16:53:22 -0300
  • 9abb2cdbc8
    chore: create template substitution variables with shell Junior L. Botelho (JLB) 2023-02-11 15:55:17 -0300
  • 60812f88bd readd search.funami.tech (see Issue #159) Ratakor 2023-02-11 19:26:03 +0100
  • c641e602f1 remove cloudflared instance Ratakor 2023-02-11 19:09:50 +0100
  • a6883f62d7
    chore: add environment variable substitutions for invalid or empty environment variables from the Dockerfile Junior L. Botelho (JLB) 2023-02-11 13:20:40 -0300
  • 77915000b4
    refactor: set the 'Dockerfiles' to use 'Alpine' images as the base Junior L. Botelho (JLB) 2023-02-11 01:33:34 -0300
  • cc11ab9fff
    chore: keep 'config.php' and 'opensearch.xml' just in root files from .gitignore Junior L. Botelho (JLB) 2023-02-11 01:18:33 -0300
  • 71ed181043 chore: keep 'config.php' and 'opensearch.xml' just in root files from .gitignore juniorbotelho 2023-02-11 00:41:34 -0300
  • e9b23846d3 chore: create template files, remove incorrect Docker environment variables, and replace scripts juniorbotelho 2023-02-11 00:37:09 -0300
  • 78082f1ac1 chore: add sleep infinity as init command docker container juniorbotelho 2023-02-10 23:42:00 -0300
  • ef8ebd6b2d chore: add 'config.php' and 'opensearch.xml' configurations as Docker environment variables juniorbotelho 2023-02-10 23:25:41 -0300
  • e99e268ec9 chore: fix wrong folders path and incorrect 'cache clean' command from apk juniorbotelho 2023-02-10 22:33:39 -0300
  • 816e892b29 chore: add packages, move necessary files, and set the entrypoint runner juniorbotelho 2023-02-10 22:29:13 -0300
  • d55652609b refactor: change '.docker' scripts folder structure juniorbotelho 2023-02-10 21:49:01 -0300
  • af82157957 chore: create initial config dockerfile juniorbotelho 2023-02-10 19:33:33 -0300
  • 6bdd1d23e8 added a new instance librex.retro-hax.net hnhx 2023-02-10 09:12:19 +0100
  • 85cb9e36bb chore: add initial 'Dockerfiles' to project juniorbotelho 2023-02-09 19:42:38 -0300
  • 7966ec984b
    Merge pull request #157 from Ftonans/main hnhx 2023-02-08 18:20:19 +0100
  • 5b52a019d5 Add new instance librex.bloatcat.tk Ftonans 2023-02-08 18:33:14 +0300
  • e88c2771a8
    Merge pull request #155 from Ratakor/main hnhx 2023-02-07 22:42:35 +0100
  • 7237d580c8 removed 2 dead instances Ratakor 2023-02-07 19:16:02 +0100
  • 0a11072e4a unified / at the end for scripting purpose Ratakor 2023-02-07 17:59:15 +0100
  • d909552dbf code cleanup, removed an instance that broke the rules hnhx 2023-02-05 09:55:28 +0100
  • 644f264f0c
    Merge pull request #152 from Fijxu/main hnhx 2023-02-03 20:46:04 +0100
  • cdd08eb3f6 asd Fijxu 2023-02-03 16:16:17 -0300
  • d5d214605c Add librex.zzls.xyz Fijxu 2023-02-03 12:51:22 -0300
  • 2a9526cbac fixed video url, removed useless char from google request url hnhx 2023-02-02 16:25:09 +0100
  • df195343a1
    Merge pull request #150 from sesucc/main hnhx 2023-02-01 18:53:09 +0100
  • 7d90e77142 changed subdomain for sesu.cc sesucc 2023-02-01 14:36:33 -0300
  • 8c83f48e63
    fixed formatting hnhx 2023-01-29 13:54:55 +0100
  • 3468fbf1f4
    updated the images, added a bit more info about librex hnhx 2023-01-29 13:52:47 +0100
  • 9aa2d3498a
    Merge pull request #146 from kiran9000/patch-1 hnhx 2023-01-29 13:45:17 +0100
  • 1fdab7f5d4
    added to instances.json kiran9k 2023-01-29 18:51:17 +0700
  • 967e80bfc9
    xd kiran9k 2023-01-29 18:48:54 +0700
  • e12d034ed4
    added my singaporean librex instance kiran9k 2023-01-29 16:54:46 +0700
  • 8edd1f9d46 replaced brave video search with invidious, fixed the broken json, fixed the broken main tor instance hnhx 2023-01-27 18:17:57 +0100
  • c050a09429
    Merge pull request #145 from jajecznik56/patch-2 hnhx 2023-01-26 19:27:29 +0000
  • 3c4f9cb6b6
    Merge pull request #144 from jajecznik56/patch-1 hnhx 2023-01-26 19:27:15 +0000
  • 9ae1720ce2
    Update README.md jajecznik56 2023-01-26 20:26:10 +0100
  • 77f272d234
    Update instances.json jajecznik56 2023-01-26 20:25:28 +0100
  • ad97ee25b6
    Update instances.json jajecznik56 2023-01-26 11:37:13 +0000
  • 626a95dd21
    Update README.md jajecznik56 2023-01-26 11:30:49 +0000
  • 5db8c3d4c7
    Merge pull request #142 from se-su/main hnhx 2023-01-18 23:04:04 +0100
  • 97a54859e0 changed b32.i2p address for sesu.cc instance sesu 2023-01-18 18:10:16 -0300
  • 98f4cd287c
    Merge pull request #139 from OshekharO/patch-1 hnhx 2023-01-18 18:00:23 +0100
  • c6701efd7c added sukebei.nyaa.si results, added a new instance, fixed the imgur redirect URL hnhx 2023-01-18 16:47:21 +0100
  • 7c4ff9324d
    Update settings.php Saksham Shekher 2023-01-17 07:21:45 +0530
  • d51788e706
    Update config.php.example Saksham Shekher 2023-01-16 20:15:32 +0530
  • a2de9b0fe2
    Update settings.php Saksham Shekher 2023-01-16 20:14:42 +0530
  • 8fb871c84c
    Add StackOverflow Frontend Saksham Shekher 2023-01-16 20:13:17 +0530
  • 204289d58c
    Merge pull request #135 from OshekharO/patch-6 hnhx 2023-01-15 13:29:06 +0100
  • e5804ffb4f
    Update tools.php Saksham Shekher 2023-01-15 17:50:42 +0530
  • 0ed99e9000
    Update config.php.example Saksham Shekher 2023-01-15 17:50:17 +0530
  • e872a9e98e
    Update settings.php Saksham Shekher 2023-01-15 17:49:57 +0530
  • 5a7905afc4
    Remove Pastebin & Reuters Saksham Shekher 2023-01-15 14:55:57 +0530
  • a52d9dc256
    Update config.php.example Saksham Shekher 2023-01-15 14:55:13 +0530
  • e060832a54
    Update settings.php Saksham Shekher 2023-01-15 14:54:50 +0530
  • 3bbb2338d8
    Update config.php.example Saksham Shekher 2023-01-15 10:29:27 +0530
  • e6c65ad62b
    Update settings.php Saksham Shekher 2023-01-15 10:28:38 +0530
  • 10522378ba
    Add reuters Saksham Shekher 2023-01-15 10:26:53 +0530
  • fe544e00d8
    Update config.php.example Saksham Shekher 2023-01-15 10:19:36 +0530
  • cbac6bd5af
    Update settings.php Saksham Shekher 2023-01-15 10:19:01 +0530
  • 36b7b453f3
    Add pastebin Saksham Shekher 2023-01-15 10:17:45 +0530
  • 558d63b562
    Merge branch 'hnhx:main' into patch-6 Saksham Shekher 2023-01-15 10:00:01 +0530
  • 4bcdb51b91 next page buttons are now in correct position on mobile, official instance moved to a new domain, added liberapay donation option hnhx 2023-01-15 02:24:27 +0100
  • 8cbbc0f9d0
    Merge branch 'hnhx:main' into patch-6 Saksham Shekher 2023-01-14 17:59:54 +0530
  • 5f7d81a7d6 underline active category, disable icon for torrent/tor if the host disabled it, removed a dead instance hnhx 2023-01-13 13:08:12 +0100
  • 962ec8ad3c
    Update config.php.example Saksham Shekher 2023-01-13 16:57:40 +0530
  • 1224d3bdca
    Update settings.php Saksham Shekher 2023-01-13 16:56:59 +0530
  • fcd56802ea
    Sry Saksham Shekher 2023-01-13 16:56:01 +0530
  • 2a6cf9e57b
    Update config.php.example Saksham Shekher 2023-01-13 16:50:04 +0530
  • 2d81ba6304
    Update tools.php Saksham Shekher 2023-01-13 16:46:57 +0530
  • 41d2655318
    Update settings.php Saksham Shekher 2023-01-13 16:45:22 +0530
  • 3776615049
    Added Frontends: Medium,GitHub, Saksham Shekher 2023-01-13 16:39:11 +0530
  • 9fad27104b added google language and safe search settings, made the codebase prettier hnhx 2023-01-13 09:31:48 +0100
  • 3afd3ec769
    Merge pull request #128 from Kame03/patch-1 hnhx 2023-01-08 16:54:50 +0000
  • 41c0e83240
    Added tor for instance search.milivojevic.in.rs Viktor Milivojević 2023-01-08 16:38:26 +0100
  • ca4c997d99
    fixed formatting for an instance hnhx 2023-01-07 22:05:11 +0000
  • df1d68fd0f
    Merge pull request #126 from MyRoWARE/main hnhx 2023-01-07 22:04:27 +0000
  • 5dba4823c5 Removed plus enter MyRoWARE 2023-01-07 22:49:09 +0100