{"id":24922858,"url":"https://github.com/liddiard/kikl","last_synced_at":"2026-04-04T21:32:11.570Z","repository":{"id":12600631,"uuid":"15271569","full_name":"liddiard/kikl","owner":"liddiard","description":"The link shortener for easy to type and remember URLs. E.g., kikl.co/goofy-lemur instead of bit.ly/1QyEygk","archived":false,"fork":false,"pushed_at":"2025-01-14T22:22:41.000Z","size":266,"stargazers_count":1,"open_issues_count":4,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-28T11:17:00.482Z","etag":null,"topics":["django","javascript","link-shortener","python","sqlite","tailwind-css","vuejs"],"latest_commit_sha":null,"homepage":"https://kikl.co","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/liddiard.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":"2013-12-18T02:17:52.000Z","updated_at":"2024-12-25T20:54:35.000Z","dependencies_parsed_at":"2024-07-15T23:25:31.542Z","dependency_job_id":"ff1580ae-8c25-4d72-8025-cec345639b9b","html_url":"https://github.com/liddiard/kikl","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/liddiard/kikl","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liddiard%2Fkikl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liddiard%2Fkikl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liddiard%2Fkikl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liddiard%2Fkikl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/liddiard","download_url":"https://codeload.github.com/liddiard/kikl/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liddiard%2Fkikl/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31415110,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-04T20:09:54.854Z","status":"ssl_error","status_checked_at":"2026-04-04T20:09:44.350Z","response_time":60,"last_error":"SSL_read: 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":["django","javascript","link-shortener","python","sqlite","tailwind-css","vuejs"],"created_at":"2025-02-02T11:33:54.858Z","updated_at":"2026-04-04T21:32:11.541Z","avatar_url":"https://github.com/liddiard.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# kikl.co\n\n_Who could forget **awkward-puffin**?_\n\n**[kikl.co](https://kikl.co)** is a different kind of link shortener. Instead of making URLs as **short** as possible, it makes them as **memorable** as possible.\n\nBy default, each link only lasts 24 hours, perfect for quickly transferring a long URL from one device to another 💻📲 or telling people verbally. 😮💬\n\n## Stack\n\n- [Django web framework](https://www.djangoproject.com/)\n- [SQLite](https://www.sqlite.org/)\n- [Vue.js](https://vuejs.org/)\n- [Tailwind CSS](https://tailwindcss.com/)\n\n## Setup\n\nPrerequisite: [Install Docker](https://docs.docker.com/engine/install/).\n\n1. `cp .env.example .env`\n2. In `.env`, fill in the required enviornment variables.\n3. `docker compose up`\n\n## Resources\n\n- [Postman collection](kikl.postman_collection.json)\n\n### Nginx config\n\n```Nginx\nserver {\n\n    server_name kikl.co;\n\n    location / {\n        proxy_pass http://localhost:8001;\n        proxy_set_header Host $host;\n        proxy_set_header X-Real-IP $remote_addr;\n        proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;\n        proxy_set_header X-Forwarded-Proto $scheme;\n    }\n}\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fliddiard%2Fkikl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fliddiard%2Fkikl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fliddiard%2Fkikl/lists"}