xyzshantaram / colle

Dead simple image host.

Home Page:https://colle.shantaram.xyz

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Colle

A dead-simple pastebin service.

Intended for use on https://shantaram.xyz.

Usage

deno run -A --unstable src/mod.ts

An API client can be imported with:

import { Colle } from "https://deno.land/x/colle@2.1.1/mod.ts";

if using TypeScript, and

import { Colle } from "https://deno.land/x/colle@2.1.1/src/Colle.js";

if working directly in the browser.

Todo

  • FE: Add md parsing
  • Allow nicknames (custom slugs) for pastes
  • Implement signout somehow
  • Cache JWT on client side

License

See LICENSE.

About

Dead simple image host.

https://colle.shantaram.xyz

License:MIT License


Languages

Language:JavaScript 61.3%Language:TypeScript 23.1%Language:CSS 14.2%Language:HTML 1.4%