{"id":27455021,"url":"https://github.com/m5lk3n/base64","last_synced_at":"2026-04-30T10:02:57.933Z","repository":{"id":287966713,"uuid":"966357274","full_name":"m5lk3n/base64","owner":"m5lk3n","description":"Simply base64 as a web service in Golang.","archived":false,"fork":false,"pushed_at":"2025-04-14T21:19:12.000Z","size":7,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-15T15:16:23.474Z","etag":null,"topics":["base64","base64-decoding","base64-encoding","gin","gin-gonic","go","golang"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/m5lk3n.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2025-04-14T19:53:09.000Z","updated_at":"2025-04-14T21:19:15.000Z","dependencies_parsed_at":"2025-04-14T22:23:37.117Z","dependency_job_id":"4717ea20-ad93-49fb-8750-6d823e503a3b","html_url":"https://github.com/m5lk3n/base64","commit_stats":null,"previous_names":["m5lk3n/base64"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/m5lk3n/base64","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m5lk3n%2Fbase64","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m5lk3n%2Fbase64/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m5lk3n%2Fbase64/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m5lk3n%2Fbase64/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/m5lk3n","download_url":"https://codeload.github.com/m5lk3n/base64/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m5lk3n%2Fbase64/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32460781,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T22:27:22.272Z","status":"online","status_checked_at":"2026-04-30T02:00:05.929Z","response_time":57,"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":["base64","base64-decoding","base64-encoding","gin","gin-gonic","go","golang"],"created_at":"2025-04-15T15:16:22.007Z","updated_at":"2026-04-30T10:02:57.896Z","avatar_url":"https://github.com/m5lk3n.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# base64\n\n`base64` implemented as a web service in Golang.\n\nBuild:\n\n```bash\nmake docker-build\n```\n\nRun:\n\n```bash\ndocker run -d \\\n  --restart unless-stopped \\\n  -u \"$(id -u):$(id -g)\" \\\n  -p 8080:8080 \\\n  --name base64 \\\n  lttl.dev/base64:0.1.0\n```\n\nUse:\n\n```bash\ncurl -sX OPTIONS http://localhost:8080 | jq\n{\n  \"routes\": [\n    \"GET /spenc/:string - Base64-encodes the string with a newline appended\",\n    \"GET /encode/:string - Encodes the string in base64\",\n    \"GET /decode/:string - Decodes a base64 string\",\n    \"GET /health - Provides basic health info\"\n  ],\n  \"status\": 200\n}\n```\n\nStop:\n\n```bash\ndocker stop base64\ndocker rm -f base64\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fm5lk3n%2Fbase64","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fm5lk3n%2Fbase64","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fm5lk3n%2Fbase64/lists"}