{"id":36646765,"url":"https://github.com/sinokadev/noka.moe","last_synced_at":"2026-01-12T10:01:12.766Z","repository":{"id":327973395,"uuid":"1113795749","full_name":"sinokadev/noka.moe","owner":"sinokadev","description":"noka.moe","archived":false,"fork":false,"pushed_at":"2026-01-06T13:20:03.000Z","size":812,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-01-09T01:53:21.062Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sinokadev.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-12-10T13:28:47.000Z","updated_at":"2026-01-06T13:20:07.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/sinokadev/noka.moe","commit_stats":null,"previous_names":["sinokadev/noka.moe"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/sinokadev/noka.moe","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sinokadev%2Fnoka.moe","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sinokadev%2Fnoka.moe/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sinokadev%2Fnoka.moe/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sinokadev%2Fnoka.moe/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sinokadev","download_url":"https://codeload.github.com/sinokadev/noka.moe/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sinokadev%2Fnoka.moe/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28337870,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-12T06:09:07.588Z","status":"ssl_error","status_checked_at":"2026-01-12T06:05:18.301Z","response_time":98,"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":[],"created_at":"2026-01-12T10:01:11.943Z","updated_at":"2026-01-12T10:01:12.745Z","avatar_url":"https://github.com/sinokadev.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# noka.moe\njust url implementation\n\nKorean: [README_KO.md](README_KO.md)\n\n\u003e **Important**  \n\u003e The original and authoritative documentation is written in Korean.  \n\u003e The English documentation is **incomplete** and may not reflect all details.  \n\u003e In case of any inconsistency, omission, or difference, the Korean version takes precedence.\n\n## Install and Serve\n\n### Requirements\n - Docker\n\n### Steps\n1. Clone the repository\n```\ngit clone https://github.com/yourname/your-repo.git\ncd your-repo\n```\n\n2. Rename the example config file\n```\nmv data.example.json data.json\n```\n\n3. Create the files directory\n```\nmkdir files\n```\n\n4. Add files to the files directory\n```\nfiles/\n  └─ your_program.exe\n```\n\n5. Edit data.json to configure routes\n```\n{\n    \"myprogram\": {\n        \"path\": \"your_program.exe\"\n    }\n}\n```\n\n6. Build and run the Docker container:\n```\ndocker build -t justurl .\ndocker run -p 80:8000 justurl\n```\n\n\n## data.json emample\n```json\n{\n  \"justurl\": {\n    // This URL will be available at: https://example.com/justurl\n    // Redirects the user to an external site\n    \"redirect\": \"example.net\",\n\n    // Optional: Custom Discord embed (Open Graph)\n    // If omitted, Discord will use the destination's own embed\n    \"embed\": {\n      \"title\": \"Example Website\",\n      \"description\": \"You will be redirected to example.net\",\n      \"image\": \"https://example.com/static/example.png\"\n    }\n  },\n\n  \"justfile\": {\n    // This URL will be available at: https://example.com/justfile\n    // Serves a file from BASE_PATH\n    \"path\": \"test.html\",\n\n    // Custom embeds are NOT supported for file routes.\n  }\n}\n\n```\n\n## Update\n\nTo update the application to the latest version.\n\n1. Pull the repo\n```\ngit pull origin main\n```\n\n2. Restart the Docker container.\n\n## Usage\n - Disable download (serve file inline):\nhttps://example.com/url?download=false\n\n - Force download (default behavior):\nhttps://example.com/url?download=true\n\n - Redirect routes: The `download` parameter is ignored.\n\n# License\nSource Code is LICENSE\n\nImage is static/image/LICENSE\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsinokadev%2Fnoka.moe","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsinokadev%2Fnoka.moe","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsinokadev%2Fnoka.moe/lists"}