{"id":50955904,"url":"https://github.com/lukasdevit/linqoy","last_synced_at":"2026-06-18T06:32:55.407Z","repository":{"id":360261520,"uuid":"1247638883","full_name":"lukasdevit/linqoy","owner":"lukasdevit","description":"Self-Hosted file upload and sharing platform focused on ShareX support.","archived":false,"fork":false,"pushed_at":"2026-06-03T19:30:47.000Z","size":5609,"stargazers_count":0,"open_issues_count":15,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-06-03T20:13:01.094Z","etag":null,"topics":["file-sharing","sharex","sharex-server"],"latest_commit_sha":null,"homepage":"https://goletz.dev/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lukasdevit.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-05-23T15:28:48.000Z","updated_at":"2026-06-03T19:30:51.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/lukasdevit/linqoy","commit_stats":null,"previous_names":["lukasdevit/shareit","lukasdevit/nutkeep","lukasdevit/linqoy"],"tags_count":25,"template":false,"template_full_name":null,"purl":"pkg:github/lukasdevit/linqoy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lukasdevit%2Flinqoy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lukasdevit%2Flinqoy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lukasdevit%2Flinqoy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lukasdevit%2Flinqoy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lukasdevit","download_url":"https://codeload.github.com/lukasdevit/linqoy/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lukasdevit%2Flinqoy/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34479553,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-18T02:00:06.871Z","response_time":128,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["file-sharing","sharex","sharex-server"],"created_at":"2026-06-18T06:32:54.151Z","updated_at":"2026-06-18T06:32:55.393Z","avatar_url":"https://github.com/lukasdevit.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"![linqoy](https://healthchecks.io/b/2/85d9c28f-214f-4e72-8332-c72f1a741e73.svg)\n# linqoy\n\nA file sharing app with a clean interface and zero clutter. Upload, share, manage — that's it.\n\n**Live:** [app.linqoy.com](https://app.linqoy.com) · **Self-host:** clone from GitHub and run with Docker\n\n\u003cimg src=\"docs/preview.png\" alt=\"Share screenshot\" width=\"600\" /\u003e\n\n---\n\n## What linqoy. can do\n\n- **Drag \u0026 drop to upload** — small files go in one request, big files are automatically split into chunks. The only limit is your storage quota.\n- **ShareX ready** — one-click config. Screenshot → upload → link.\n- **Public or private files** — keep stuff to yourself or share a link with anyone.\n- **Auto-expiring uploads** — set files to disappear after a few days if you want.\n- **Image gallery \u0026 file previews** — browse images in a lightbox, preview markdown and text files right in the browser.\n- **Admin panel** — manage users, check analytics, configure storage, and run backups. Full control, zero fuss.\n- **Storage quotas** — each user gets a limit, and they can see how much they've used.\n\nUnder the hood it covers the basics you'd expect: JWT logins, rate limiting, automatic backups, and HTTPS via Caddy.\n\n---\n\n## How it's built\n\n- **Backend:** Node + Fastify + TypeScript, SQLite for the database\n- **Frontend:** Next.js + React + Tailwind CSS\n- **Everything runs in Docker** with Caddy handling HTTPS\n\nYou can store files on the local disk or any SUPPORTED storage provider.\n\n---\n\n## Getting started\n\n```bash\ngit clone https://github.com/lukasdevit/linqoy.git\ncd linqoy\ncp .env.example .env   # fill in your secrets\ndocker compose -f docker-compose.dev.yml up -d\n```\n\nThe frontend will be at [localhost:3001](http://localhost:3001), API at [localhost:3000](http://localhost:3000). Hot reload on both.\n\n**Local dev without Docker:**\n```bash\nnpm run dev          # backend only (localhost:3000)\nnpm run dev:all      # backend + frontend\nnpm test             # all tests\n```\n\n**Production:** `docker compose up -d`. Before deploying:\n- Change the default admin password in `.env`\n- Set `DOMAIN` to your real domain for HTTPS via Caddy\n- Configure storage backend via Admin Panel → Storage (local or B2)\n\nPush to `main` and CI/CD runs tests, tags a release, and deploys.\n\n---\n\n## License\n\nMIT — do whatever you want with it.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flukasdevit%2Flinqoy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flukasdevit%2Flinqoy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flukasdevit%2Flinqoy/lists"}