All Projects → 7sDream → Rikka

7sDream / Rikka

Licence: mit
A simple image share system in go.

Programming Languages

go
31211 projects - #10 most used programming language
golang
3204 projects

Projects that are alternatives of or similar to Rikka

Bee
A framework for IOTA nodes, clients and applications in Rust
Stars: ✭ 176 (-6.88%)
Mutual labels:  client
Meilisearch Js
Javascript client for the MeiliSearch API
Stars: ✭ 183 (-3.17%)
Mutual labels:  client
Grav
Modern, Crazy Fast, Ridiculously Easy and Amazingly Powerful Flat-File CMS powered by PHP, Markdown, Twig, and Symfony
Stars: ✭ 13,067 (+6813.76%)
Mutual labels:  website
Flutterminimalwebsite
A minimalistic Flutter website template for blogs and portfolios. Demo: https://gallery.codelessly.com/flutterwebsites/minimal/
Stars: ✭ 180 (-4.76%)
Mutual labels:  website
Sharex Upload Server
AKA ShareS - Feature full & Stable ShareX and file server in node. Includes images, videos, code, text, markdown rendering, password protected uploads, logging via discord, administration through Discord, url shortening, and a full front end. Use standalone or via reverse proxy
Stars: ✭ 180 (-4.76%)
Mutual labels:  website
Imscp
i-MSCP Main Repository
Stars: ✭ 184 (-2.65%)
Mutual labels:  client
Druidry
Java based Druid Query Generator library
Stars: ✭ 174 (-7.94%)
Mutual labels:  client
Elefant
Elefant, the refreshingly simple PHP CMS and web framework.
Stars: ✭ 188 (-0.53%)
Mutual labels:  website
Quarry
Python library that implements the Minecraft network protocol and data types
Stars: ✭ 182 (-3.7%)
Mutual labels:  client
Smudge
Control the Spotify app from within Emacs.
Stars: ✭ 186 (-1.59%)
Mutual labels:  client
Ethereumjs Client
Project is in active development and has been moved to the EthereumJS VM monorepo.
Stars: ✭ 181 (-4.23%)
Mutual labels:  client
Hapijs.com
The hapijs.com website
Stars: ✭ 181 (-4.23%)
Mutual labels:  website
Weechat
The extensible chat client.
Stars: ✭ 2,349 (+1142.86%)
Mutual labels:  client
Felipefialho.com
😺 My personal website
Stars: ✭ 177 (-6.35%)
Mutual labels:  website
Hexo Theme Geektutu
极速加载的Hexo主题,不引入第三方JS库
Stars: ✭ 187 (-1.06%)
Mutual labels:  website
Gocql
Package gocql implements a fast and robust Cassandra client for the Go programming language.
Stars: ✭ 2,182 (+1054.5%)
Mutual labels:  client
Phpfastcache
A high-performance backend cache system. It is intended for use in speeding up dynamic web applications by alleviating database load. Well implemented, it can drops the database load to almost nothing, yielding faster page load times for users, better resource utilization. It is simple yet powerful.
Stars: ✭ 2,171 (+1048.68%)
Mutual labels:  website
Redis4cats
🔖 Redis client built on top of Cats Effect, Fs2 and Lettuce
Stars: ✭ 189 (+0%)
Mutual labels:  client
You Dont Need
People choose popular projects, often not because it applies to their problems
Stars: ✭ 2,601 (+1276.19%)
Mutual labels:  website
Rabbitmq Erlang Client
Erlang client for RabbitMQ
Stars: ✭ 184 (-2.65%)
Mutual labels:  client

Rikka - A simple image share system

中文版

Rikka is written in Golang primarily, and provide Docker image.

Rikka image has been published to DockerHub, just try it!

Badges above shows latest version and size of Rikka image.

Introduction

Rikka(りっか in Japanese, sound like /ɾʲikka/, not /rikka/)is a integral personal image share system, includes:

  • A web application (See Demo section)
  • A REST API server (See API Doc)
  • A CLI tool named Rikkac based on the API (See Rikkac Doc)
  • Image save plugins (See Plugins Doc to get all available plugins)

Other parts not written in Golang (in plan):

  • Android client
  • iOS client

Feature and Advantage

  1. Simple and minimalist, no upload history
  2. Image address can be copied to various formats
  3. Many available image save plugins, such as weibo, QinNiu, UPai, Tencent Cloud, etc.
  4. REST API provided
  5. Modular Web server and API server
  6. CLI tool provided
  7. Only guarantee support for recent versions of Chrome/Firefox/Safari
  8. Cute homepage image
  9. An active maintainer :)

Demo

There is a Demo site 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 :)

homepage:

homepage

Click Choose button to choose an image.

Input passwordrikka.

Click Upload button.

If no error happened, you will be redirect to preview page:

view_page

You will see a "Please wait" message If you uploaded a large file and save process is not finished, just wait a second.

When you see image url, you can click Src, Markdown, HTML, RST, BBCode button to copy image url in that format.

But: Once you close this page, you can't get it back except from browser history(Or you save the url).

This is intentional. The main design concept is simple, just Upload-Copy-Close-Paste, then you can forget Rikka.

BTW: 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)

Plugins

Truly image save back-end of Rikka is written as plugins, can be specified by -plugin option.

Please see Rikka Plugins Doc for available plugins.

API

See Rikka API Doc.

CLI - Rikkac

Rikkac is a CLI tool for Rikka based on Rikka's REST API.

Build, install, configure and use guide can be found in Rikkac Doc.

Deploy

Want deploy Rikka system of you own? Check Rikka Deploy Doc for deploy guide.

Contribution

  • Fork me
  • Create a new branch from dev branch
  • Add your code, comment, document and meaningful commit message
  • Add yourself to CONTRIBUTION.md and describe your work
  • PR to dev branch

Thanks all contributors!

You can see a list of contributors in CONTRIBUTIONS.md.

Acknowledgements

  • Thanks Golang and her developers
  • Thanks Visual Studio Code and her developers
  • Thanks open source

License

All code of Rikka system are open source, based on MIT license.

See LICENSE.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].