{"id":19360197,"url":"https://github.com/mikmuellerdev/quickclip","last_synced_at":"2026-06-14T12:32:07.385Z","repository":{"id":50613901,"uuid":"449724514","full_name":"MikMuellerDev/QuickClip","owner":"MikMuellerDev","description":"A self hosted, simple alternative to PasteBin.","archived":false,"fork":false,"pushed_at":"2023-07-05T18:31:30.000Z","size":788,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-06T19:17:26.202Z","etag":null,"topics":["clipboard","clipboard-management","clipboard-manager","go"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MikMuellerDev.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}},"created_at":"2022-01-19T14:28:13.000Z","updated_at":"2022-01-26T07:37:00.000Z","dependencies_parsed_at":"2024-06-20T01:39:56.701Z","dependency_job_id":"96ab3161-3570-421e-ba60-224317462a13","html_url":"https://github.com/MikMuellerDev/QuickClip","commit_stats":null,"previous_names":[],"tags_count":15,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MikMuellerDev%2FQuickClip","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MikMuellerDev%2FQuickClip/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MikMuellerDev%2FQuickClip/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MikMuellerDev%2FQuickClip/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MikMuellerDev","download_url":"https://codeload.github.com/MikMuellerDev/QuickClip/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240475238,"owners_count":19807292,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["clipboard","clipboard-management","clipboard-manager","go"],"created_at":"2024-11-10T07:17:23.137Z","updated_at":"2026-06-14T12:32:07.318Z","avatar_url":"https://github.com/MikMuellerDev.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# QuickClip\n A self-hosted, simple alternative to PasteBin.\n\n## Install\n### Docker 🐋\nThe easiest way of installing QuickClip is most likely using `Docker`.\nTo get started, using following `docker-compose.yml` file is recommended.\n\n```yml\nversion: \"3.7\"\nservices:\n  quickclip:\n    image: mikmuellerdev/quickclip\n    container_name: quickclip\n    ports:\n      - 8081:8081\n    volumes:\n      - /tmp/quickclip-config:/app/QuickClip/config\n ```\n\nMake sure to change common variables, like the port or the volumes.\nAfter configuration, run the following command to start the service\n\n```bash\nsudo docker-compose up -d\n```\n### Conventional\nNavigate to the `release` section of this repository, then download the according tarball that fits your system architecture.\nTo check your system's architecture, run \n```bash\nuname -a\n```\nAfter downloading is complete, *unpack* this tarball using a command like \n```bash\ntar -xvf Quickclip-0.0.0.tar.gz\n```\nThen navigate in the newly unpacked `QuickClip` directory and it's subfolder `bin`. Here you can just run the executable.\n\n## Issues\nOn Debian `./QuickClip-0.4.0-Beta: /lib/x86_64-linux-gnu/libc.so.6: version GLIBC_2.32' not found (required by ./QuickClip-0.4.0-Beta)` can happen when running the executable on an old system.\n## Fix\nIt is likely that this has already been fixed, if not you know what do to.\n```\nsudo apt install golang\n```\n```\ncd QuickClip\n```\n```\nmake\n```\nYour custom-built executable can now be found in `./build/QuicklipX.X.X`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmikmuellerdev%2Fquickclip","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmikmuellerdev%2Fquickclip","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmikmuellerdev%2Fquickclip/lists"}