Subscribe to New Posts

Subscribe SYNACK Time cover image
Benjamin Jones profile image Benjamin Jones

Chiyogami: A Beautiful, Encrypted, Self-Hosted Pastebin

Chiyogami: A Beautiful, Encrypted, Self-Hosted Pastebin

Introduction

If you're looking for a sleek, private, and developer-friendly alternative to public pastebins, Chiyogami deserves a closer look. It’s a self-hosted pastebin built with simplicity, style, and security in mind.

Chiyogami is perfect for sharing notes, code, and messages—without sacrificing control or privacy. It’s easy to run, easy to use, and fully open source.


A Pastebin That Respects Privacy

What sets Chiyogami apart is its approach to encryption. Everything is handled on the client side, meaning your sensitive data is encrypted in the browser before it ever reaches the server. Nothing sensitive is stored in plain text, and no passwords are ever sent.

This makes Chiyogami a great choice for anyone who wants to keep control over what they share and how it’s stored.


Clean, Functional Design

The interface is fast, responsive, and built using TailwindCSS and DaisyUI. It offers a smooth user experience whether you’re accessing it from a desktop or mobile device.

Markdown rendering and syntax highlighting are built in. That means your code looks great, and your formatted notes display exactly as expected. You can switch between public and private pastes depending on how you want to share them.


Useful Features for Developers

Beyond the basics, Chiyogami includes features that developers will appreciate. You can set custom expiration times for your pastes, generate private links, and even share access via QR codes.

There’s full user account support if you want to manage your pastes or track history. And if you like automation, the included API makes it easy to create and retrieve pastes from scripts or command-line tools.


Lightweight and Easy to Host

Under the hood, Chiyogami uses SQLite, keeping things simple and lightweight. You don’t need a big server or database cluster. It’s ideal for self-hosting at home or on a small VPS.

The project is containerized, so deployment with Docker is quick and repeatable. You can also use Portainer to manage it through a graphical interface if you prefer not to work from the terminal.


Making It Accessible Online

To make your instance accessible from the web, you’ll set up a subdomain and point it to your server. This gives you a clean URL to access Chiyogami from anywhere.

With Nginx Proxy Manager, you can easily handle reverse proxying and HTTPS certificates. Let’s Encrypt support is built in, so SSL setup only takes a few clicks.

As part of the install process, you’ll also generate a secure Base64 key that enables the encryption feature. It’s a small step, but an important one for enabling full functionality.


Final Thoughts

Chiyogami is an excellent option for anyone who wants a simple but powerful pastebin they can host themselves. It puts privacy first, while still offering a great user experience and the tools developers need.

Whether you’re setting up an internal tool for your team or just want a secure place to store and share notes, Chiyogami is worth checking out. It’s fast, secure, and fully under your control.