summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-02-06Correct my dumb typo!Kim Seon Jun
2024-02-06Don't let your long onion address break your Nginx!Kim Seon Jun
2024-01-17Merge pull request 'trim values from env' (#25) from feature/fix_gen_config ↵lolcat
into master Reviewed-on: https://git.lolcat.ca/lolcat/4get/pulls/25 hot
2024-01-17trim values from envthrowaway
2024-01-09Merge pull request 'add required environment variable to example ↵lolcat
docker-compose.yaml' (#23) from feature/fix_example_file into master Reviewed-on: https://git.lolcat.ca/lolcat/4get/pulls/23
2024-01-09add required environment variablethrowaway
2024-01-09Merge pull request 'add dependencies for thumbnail generation' (#22) from ↵lolcat
feature/docker_fix_thumbnail into master Reviewed-on: https://git.lolcat.ca/lolcat/4get/pulls/22
2024-01-09add dependencies for thumbnail generationthrowaway
2024-01-09Merge pull request 'docker load values from env' (#21) from ↵lolcat
feature/docker_env into master Reviewed-on: https://git.lolcat.ca/lolcat/4get/pulls/21
2024-01-08update docker instructionsthrowaway
2024-01-08generate 4get config from env variablesthrowaway
2024-01-06man i have dementialolcat
2024-01-06ok see you in a month keklolcat
2024-01-06hey im not dead, curlie scraper ok byelolcat
2023-12-11brave quote fix 2lolcat
2023-12-11brave quote fixlolcat
2023-12-02remove yep.jsonlolcat
2023-12-02php piece of shitlolcat
2023-12-02added yep web and news searchlolcat
2023-11-30fuckin forgot to change the default name keklolcat
2023-11-30added licenselolcat
2023-11-29imagelolcat
2023-11-29gore shitty themelolcat
2023-11-29sheksllslsljrewifjlolcat
2023-11-29murderlolcat
2023-11-28cancerlolcat
2023-11-28typo thingylolcat
2023-11-28christmaslolcat
2023-11-27added dependency in readmelolcat
2023-11-27google web, videos and news, various other fixeslolcat
2023-11-09fixed brave newslolcat
2023-11-09fixed yandex image scraperlolcat
2023-11-08apcu fixlolcat
2023-11-07moar themeslolcat
2023-11-07Delete static/themes/gore's shitty theme.csslolcat
2023-11-07add themeslolcat
2023-11-07remove debug printlolcat
2023-11-07counter bug that gave me a heart attacklolcat
2023-11-07fix typololcat
2023-10-17fix cookie biglolcat
2023-10-16fixed API buglolcat
2023-10-16as usual, forgot the fucking .phplolcat
2023-10-16fucklolcat
2023-10-16captcha and imgur, findthatmeme, yep imagesearchlolcat
2023-10-07Merge branch 'master' of https://git.lolcat.ca/lolcat/4getlolcat
2023-10-07soundcloud fixlolcat
2023-09-30optimize assets again (#17)pumuckel
pngoptimizer, truepng, pngout, optipng, leanify, pngwolf, pngrewrite, advpng, ect, pingo, deflopt, and defluff Co-authored-by: unknown <> Reviewed-on: https://git.lolcat.ca/lolcat/4get/pulls/17 Co-authored-by: pumuckel <pumuckel@no-reply@lolcat.ca> Co-committed-by: pumuckel <pumuckel@no-reply@lolcat.ca>
2023-09-22some misc. oracles stuff (fixes/features) (#15)cynic
fix a small calc.php bug, and add date information to the time module. the changes have been sitting on a branch for like a week, so I figured I'd cherry-pick them over to this branch for a PR. [as always, these changes are live on my instance.](https://4get.silly.computer/web?s=what+is+the+date&scraper=yandex&nsfw=yes) Reviewed-on: https://git.lolcat.ca/lolcat/4get/pulls/15 Co-authored-by: cynic <admin@cynic.moe> Co-committed-by: cynic <admin@cynic.moe>
2023-09-22allow docker container to run without ssl certificates (#14)throwaway
if certificate files are not mounted to /etc/4get/certs then remove ssl virtual host in /etc/apache2/httpd.conf and listen on port 80 also change references "luuul/4get:1.0.0" to "luuul/4get:latest" Reviewed-on: https://git.lolcat.ca/lolcat/4get/pulls/14 Co-authored-by: throwaway <developerthrowaway@protonmail.com> Co-committed-by: throwaway <developerthrowaway@protonmail.com>
2023-09-14make 'oracles' feature backwards compatible with php 7.4 (#13)cynic
adds implementations of `str_contains` and `str_starts_with` that are used if the functions are not already defined. this should enable 4get to work on both php 7.4 and php 8.* my instance is currently on 7.4.33, and you can see the oracles working here: [calc.php](https://4get.silly.computer/web?s=2%2B4*(2^2)) [encoder.php](https://4get.silly.computer/web?s=md5+hamburger) [numerics.php](https://4get.silly.computer/web?s=0xf0f0f) [time.php](https://4get.silly.computer/web?s=what+is+the+time+right+now+tz%253Aest) Reviewed-on: https://git.lolcat.ca/lolcat/4get/pulls/13 Co-authored-by: cynic <admin@cynic.moe> Co-committed-by: cynic <admin@cynic.moe>