{"id":18406897,"url":"https://github.com/7sdream/rikka","last_synced_at":"2025-04-09T22:16:51.331Z","repository":{"id":85346834,"uuid":"67133373","full_name":"7sDream/rikka","owner":"7sDream","description":"A simple image share system in go.","archived":false,"fork":false,"pushed_at":"2023-11-15T09:28:44.000Z","size":3069,"stargazers_count":206,"open_issues_count":2,"forks_count":32,"subscribers_count":10,"default_branch":"master","last_synced_at":"2025-04-09T22:16:44.754Z","etag":null,"topics":["client","golang","image-sharing","rikka","website"],"latest_commit_sha":null,"homepage":"https://rikka.7sdre.am","language":"Go","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/7sDream.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}},"created_at":"2016-09-01T13:26:18.000Z","updated_at":"2024-12-13T06:47:24.000Z","dependencies_parsed_at":"2023-12-31T00:13:31.084Z","dependency_job_id":"b072d69b-8ec6-4b2e-ba48-5f0577d2ef7c","html_url":"https://github.com/7sDream/rikka","commit_stats":null,"previous_names":[],"tags_count":22,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/7sDream%2Frikka","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/7sDream%2Frikka/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/7sDream%2Frikka/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/7sDream%2Frikka/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/7sDream","download_url":"https://codeload.github.com/7sDream/rikka/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248119288,"owners_count":21050755,"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":["client","golang","image-sharing","rikka","website"],"created_at":"2024-11-06T03:11:18.579Z","updated_at":"2025-04-09T22:16:51.303Z","avatar_url":"https://github.com/7sDream.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Rikka - A simple image share system\n\n![][badge-version-img] ![][badge-info-img] ![][badge-license-img]\n\n[中文版][readme-zh]\n\nRikka is written in Golang primarily, and provide Docker image.\n\nRikka image has been published to [DockerHub][image-in-docker-hub], just try it!\n\nBadges above shows latest version and size of Rikka image.\n\n## Introduction\n\nRikka（`りっか` in Japanese, sound like `/ɾʲikka/`, not `/rikka/`）is a integral personal image share system, includes:\n\n- A web application (See [Demo](#demo) section)\n- A REST API server (See [API Doc][api-doc])\n- A CLI tool named Rikkac based on the API (See [Rikkac Doc][rikkac-doc])\n- Image save plugins (See [Plugins Doc][plugins-doc] to get all available plugins)\n\nOther parts not written in Golang (in plan):\n\n- Android client\n- iOS client\n\n## Feature and Advantage\n\n1. Simple and minimalist, no upload history\n2. Image address can be copied to various formats\n3. Many available image save plugins, such as weibo, QinNiu, UPai, Tencent Cloud, etc.\n4. REST API provided\n4. Modular Web server and API server\n5. CLI tool provided\n6. **Only guarantee support for recent versions of Chrome/Firefox/Safari**\n7. Cute homepage image\n8. An active maintainer :)\n\n## Demo\n\nThere is a [Demo site][demo] built with Rikka, ~~password is `rikka`, just try it.~~ Because the free docker service provider I used stop it's free plan, the demo is on my personal VPS now. So the password is not given anymore, but you can also visit it and have a look :)\n\nhomepage:\n\n![homepage][home]\n\nClick `Choose` button to choose an image.\n\nInput password`rikka`.\n\nClick `Upload` button.\n\nIf no error happened, you will be redirect to preview page:\n\n![view_page][view]\n\nYou will see a \"Please wait\" message If you uploaded a large file and save process is not finished, just wait a second.\n\nWhen you see image url, you can click `Src`, `Markdown`, `HTML`, `RST`, `BBCode` button to copy image url in that format.\n\n**But**: Once you close this page, you can't get it back except from browser history(Or you save the url).\n\nThis is intentional. The main design concept is simple, just `Upload-Copy-Close-Paste`, then you can forget Rikka.\n\nBTW: The preview image of Demo site is saved in Rikka too. (But Github will put images which in Markdown files into its own CDN to accelerate access)\n\n## Plugins\n\nTruly image save back-end of Rikka is written as plugins, can be specified by `-plugin` option.\n\nPlease see [Rikka Plugins Doc][plugins-doc] for available plugins.\n\n## API\n\nSee [Rikka API Doc][api-doc].\n\n## CLI - Rikkac\n\nRikkac is a CLI tool for Rikka based on Rikka's REST API.\n\nBuild, install, configure and use guide can be found in [Rikkac Doc][rikkac-doc].\n\n## Deploy\n\nWant deploy Rikka system of you own? Check [Rikka Deploy Doc][deploy-doc] for deploy guide.\n\n## Contribution\n\n- Fork me\n- Create a new branch from dev branch\n- Add your code, comment, document and meaningful commit message\n- Add yourself to CONTRIBUTION.md and describe your work\n- PR to dev branch\n\nThanks all contributors!\n\nYou can see a list of contributors in [CONTRIBUTIONS.md][contributors].\n\n## Acknowledgements\n\n- Thanks Golang and her developers\n- Thanks Visual Studio Code and her developers\n- Thanks open source\n\n## License\n\nAll code of Rikka system are open source, based on  MIT license.\n\nSee [LICENSE][license].\n\n[readme-zh]: https://github.com/7sDream/rikka/blob/master/README.zh.md\n\n[badge-info-img]: https://img.shields.io/docker/image-size/7sdream/rikka\n[badge-version-img]: https://img.shields.io/docker/v/7sdream/rikka\n[badge-license-img]: https://img.shields.io/github/license/7sdream/rikka\n\n[image-in-docker-hub]: https://hub.docker.com/r/7sdream/rikka/\n\n[demo]: https://rikka.7sdre.am/\n[home]: https://rikka.7sdre.am/files/56c3ae9d-4d96-49c8-bc03-5104214a1ac8.png\n[view]: https://rikka.7sdre.am/files/97bebf3b-9fb8-4b0c-a156-4b92b1951ae4.png\n\n[api-doc]: https://github.com/7sDream/rikka/tree/master/api\n[rikkac-doc]: https://github.com/7sDream/rikka/tree/master/rikkac\n[plugins-doc]: https://github.com/7sDream/rikka/tree/master/plugins\n[deploy-doc]: https://github.com/7sDream/rikka/blob/master/deploy.md\n\n[contributors]: https://github.com/7sDream/rikka/blob/master/CONTRIBUTORS.md\n[license]: https://github.com/7sDream/rikka/blob/master/LICENSE\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F7sdream%2Frikka","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F7sdream%2Frikka","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F7sdream%2Frikka/lists"}