{"id":43627176,"url":"https://github.com/feeeedox/snipdox","last_synced_at":"2026-02-04T16:02:52.157Z","repository":{"id":301727623,"uuid":"1010093057","full_name":"feeeedox/snipdox","owner":"feeeedox","description":"⚙️ Snipdox is a web application written in Vue to send code back and forth privately or publicly, optionally with an error added. Snipdox offers a modern and simple design.","archived":false,"fork":false,"pushed_at":"2025-11-22T08:48:38.000Z","size":784,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-01-19T08:32:47.274Z","etag":null,"topics":["code-sharing","codesharing","codesnippets","paste","pastebin","pasteserver","snippets"],"latest_commit_sha":null,"homepage":"https://snipdox.fedox.ovh/","language":"Vue","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/feeeedox.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":"2025-06-28T10:26:14.000Z","updated_at":"2025-11-22T08:48:42.000Z","dependencies_parsed_at":"2025-06-28T13:29:41.924Z","dependency_job_id":"639533d0-8e5c-4254-8571-f865c3261978","html_url":"https://github.com/feeeedox/snipdox","commit_stats":null,"previous_names":["fedox-die-ente/snipdox","feeeedox/snipdox"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/feeeedox/snipdox","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/feeeedox%2Fsnipdox","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/feeeedox%2Fsnipdox/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/feeeedox%2Fsnipdox/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/feeeedox%2Fsnipdox/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/feeeedox","download_url":"https://codeload.github.com/feeeedox/snipdox/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/feeeedox%2Fsnipdox/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29089915,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-04T03:31:03.593Z","status":"ssl_error","status_checked_at":"2026-02-04T03:29:50.742Z","response_time":62,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["code-sharing","codesharing","codesnippets","paste","pastebin","pasteserver","snippets"],"created_at":"2026-02-04T16:02:46.676Z","updated_at":"2026-02-04T16:02:52.143Z","avatar_url":"https://github.com/feeeedox.png","language":"Vue","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Snipdox\n\n\u003e **Warning**: This is by no means a professional or company-ready project, it’s purely a hobby project. The code\n\u003e quality is quite rough in many places, so please be gentle!\n\u003e Pull requests are very welcome 😉.\n\nSnipdox is a clean, modern code sharing platform built with Nuxt (Vue) and PostgreSQL. It allows users to share code\nsnippets easily and optionally include error titles and details alongside the shared code.\n\n---\n\n## Features\n\n- User authentication and session management\n- Create, read and delete code snippets. (Maybe updating code snippets in the future)\n- Support for private and public pastes (Work in Progress)\n- Code snippet expiration management\n- Syntax highlighting for various programming languages\n- Basic search and pagination\n- Clean and modern UI design using Vue and Nuxt\n\n---\n\n## Tech Stack\n\n- **Frontend**: Nuxt 3 / Vue 3\n- **Backend**: Node.js server endpoints (via Nuxt server engine)\n- **Database**: PostgreSQL\n- **Authentication**: GitHub OAuth\n\n---\n\n## Contributing\n\nThis project is a hobby and learning playground. If you find bugs or want to improve the code, please submit pull\nrequests, contributions are very welcome 😉. Just keep in mind the codebase is a bit messy and not production hardened.\n\n---\n\n## Installation\n\n1. Clone the stuff, use `npm install` or `pnpm install` or what you prefer.\n2. Rename `.env.example` to `.env` and fill in the required environment variables.\n3. Change everything from the `/public/legal/` directory to your own legal documents, or remove them if you don't need\n   them.\n    - The files in this directory are placeholders and should not be used as-is.\n4. Create the database tables, all commands are listed in the `database.sql` file in the root directory.\n\n---\n\n## Important Notice on Legal Documents\n\nIf you deploy this project yourself or use it for your own purposes, **you MUST remove or replace all data in\nthe `/public/legal/` directory (Imprint, Privacy Policy, etc.) before making the site public.**  \nThe provided legal files contain placeholder information only and are not intended for use by third parties. Proper\nlegal compliance and liability are your responsibility.\n\n---\n\n## Credits\n\n- [FontAwesome](https://fontawesome.com/) for icons\n- [CodeMirror](https://codemirror.net/) for code syntax highlighting\n- [Google Fonts](https://fonts.google.com/) for typography\n\n---\n\n## License\n\nThis project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffeeeedox%2Fsnipdox","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffeeeedox%2Fsnipdox","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffeeeedox%2Fsnipdox/lists"}