2026-02-23 02:55:49 +00:00
2026-02-14 00:50:25 +00:00
2026-02-11 21:05:26 +00:00
2026-02-14 00:02:48 +00:00
2026-02-14 00:02:19 +00:00
2026-02-22 20:13:04 -06:00
2026-02-14 00:09:49 +00:00
2026-02-22 20:07:56 -06:00
2026-02-22 20:07:56 -06:00
2026-02-23 02:55:49 +00:00
2026-02-11 21:05:26 +00:00
2026-02-11 21:05:26 +00:00
2026-02-11 21:05:26 +00:00
2026-02-14 00:04:11 +00:00

LMGCITFY

Important

This is a fork of the upstream service by Matty of NiceCrew.digital, available at https://gitea.nicecrew.digital/matty/lmgcitfy

Changes to this GCI-branded fork are mostly to containerize it and automate builds:

  • Reconfigured next to output a standalone server bundle
  • Added GitLab CI
  • Added Dockerfile
  • Added docker-compose

Useful for people who can't be fucked to just search for it on GunCAD Index.

How It Works

  1. Go to the site and type a search query
  2. Click Search on GCI for a direct search, or I'm feeling free for a random result
  3. Copy the generated link and send it to whoever needs to learn how to use a search bar
  4. When they open the link, a fake cursor animates across the screen, types the query into the search box, clicks the button, and redirects them to GunCAD Index with a snarky "Was that so hard?" toast

Development

npm install
npm run dev

Development server opens on localhost:5000

Deployment

Build

npm install
npm run build

systemd

Copy the service file and start it:

cp lmgcitfy.service /etc/systemd/system/
systemctl daemon-reload
systemctl enable --now lmgcitfy

The service expects the app to be located at /opt/lmgcitfy and runs as www-data. Adjust WorkingDirectory and User/Group in the service file as needed.

NGINX

Copy the config and enable it:

cp lmgcitfy.nginx.conf /etc/nginx/sites-available/lmgcitfy
ln -s /etc/nginx/sites-available/lmgcitfy /etc/nginx/sites-enabled/
nginx -t
systemctl reload nginx

Replace example.com in the config with your domain. SSL certificates are expected at the default certbot paths — run certbot --nginx -d yourdomain.com if you need to generate them.

Description
No description provided
Readme AGPL-3.0 350 KiB
Languages
TypeScript 93.4%
Dockerfile 3.6%
JavaScript 2.9%
CSS 0.1%