Commit Graph

173 Commits

Author SHA1 Message Date
lolcat d90d81662a i always forget the fucking .php 2023-09-03 22:50:43 -04:00
lolcat d0a4e73846 readme 2023-09-03 22:45:53 -04:00
lolcat bef83bb3c8 readme 2023-09-03 22:44:46 -04:00
lolcat c8ab934b10 soundcloud lolllllll 2023-09-03 22:41:44 -04:00
cynic 77293818cd [DANGEROUS] untrack all banners, replace with default banner (#9)
if this git repo is meant for all instances, it doesn't make sense that 4get.ca banners are stored here.
instead, I've added `banner/*` to a .gitignore file, so instances can clone/pull/push the repo without grabbing other people's banners or uploading their own.

making this change required deleting all the currently tracked banners from the repo. an unfortunate side-effect of this is that **if you have any of these tracked banners in your local version, pulling this commit WILL DELETE ALL OF THEM!!!!!!** pulling this commit properly while preserving tracked banners should be done by temporarily copying them to another directory, `git pull`ing, then copying them back.

I also added a default banner based on the default nginx page so new instances aren't bannerless.

Co-authored-by: cynic <kurisufag1@gmail.com>
Reviewed-on: #9
Co-authored-by: cynic <admin@cynic.moe>
Co-committed-by: cynic <admin@cynic.moe>
2023-08-30 19:04:53 -05:00
cynic 4cf2d73836 create data/instances.php to demonstrate out-of-code configuration, and use it to dynamically generate the instance list (#8)
see title.
the workflow here (i.e. a file data/*.php, which only has a data structure and is used to generate content elsewhere) could also be used for easier per-instance customization.

[you can see what this looks like live here](https://4get.silly.computer/about)

Co-authored-by: cynic <kurisufag1@gmail.com>
Reviewed-on: #8
Co-authored-by: cynic <admin@cynic.moe>
Co-committed-by: cynic <admin@cynic.moe>
2023-08-29 16:11:47 -05:00
ckg 6dfe114c85 Little tutorial about nginx and tor (#7)
review it :3

Reviewed-on: #7
Co-authored-by: ckg <ckg@airmail.cc>
Co-committed-by: ckg <ckg@airmail.cc>
2023-08-27 14:22:40 -05:00
lolcat cfd44438ae fix readme 2023-08-27 01:58:11 -04:00
lolcat ddfb957b40 Merge branch 'master' of https://git.lolcat.ca/lolcat/4get
what am i doing
2023-08-27 01:51:37 -04:00
lolcat 1fd4c2de6d added yandex web and video search, removed fb search 2023-08-27 01:45:59 -04:00
throwaway 232995bf0d add set -e and use exec to replace parent process to handle docker signals (#6)
use `exec` to turn httpd into parent process. This is important for docker signalling such as `docker stop ${container_id}`
add `set -e` which stops the entrypoint script if any command exits with a non-zero exit code.

Reviewed-on: #6
Co-authored-by: throwaway <developerthrowaway@protonmail.com>
Co-committed-by: throwaway <developerthrowaway@protonmail.com>
2023-08-24 20:50:05 -05:00
throwaway 40e058a32a Add Dockerfile and docker entrypoint (#5)
Add Dockerfile and docker entrypoint

Co-authored-by: lolcat <lolcat@no-reply@lolcat.ca>
Reviewed-on: #5
Co-authored-by: throwaway <developerthrowaway@protonmail.com>
Co-committed-by: throwaway <developerthrowaway@protonmail.com>
2023-08-23 18:31:08 -05:00
lolcat 9812155838 Delete banner/birds birds birdsw_4.jpg 2023-08-22 21:40:00 -05:00
lolcat 12a6278a5f removed wrong thing 2023-08-13 23:47:28 -04:00
lolcat b57b2d7118 ill need to rewrite the google scraper, but hey atleast we got imagesearch working woooo 2023-08-13 23:35:08 -04:00
lolcat 6f896221f0 added faceberg setting 2023-08-10 23:15:15 -04:00
lolcat e6f77a9ca6 fix the faceberg urls 2023-08-10 23:03:01 -04:00
lolcat 2913c58cec added faceberg videos 2023-08-10 22:54:37 -04:00
lolcat bcc6ce58b3 remove .php 2023-08-08 03:11:51 -04:00
lolcat 4559857380 added brave image+video support 2023-08-08 03:09:47 -04:00
lolcat 7c771c82c8 bug fixes (without google support) 2023-07-27 23:06:49 -04:00
lolcat 16ee0b368f felt quirky, might commit later 2023-07-26 19:03:06 -04:00
lolcat bca265aea6 still missing things on google scraper 2023-07-22 14:41:14 -04:00