HalosGhost / pandabin

A self-hostable, simple and fast pastebin written in C
GNU General Public License v3.0
3 stars 0 forks source link

vanity labels #17

Open HalosGhost opened 7 years ago

HalosGhost commented 7 years ago

Even with #14, remembering pastes is gonna be hard until we figure out short links (if we even do that). We should offer a way for users to specify a nearly arbitrary string to access a paste instead of the hash.

Proposal:

route: /~<vanitylabel> (/read?vanity=<vanitylabel>)

/read would then take either a vanity parameter or a hash parameter allowing users to access pastes more simply.

Known limitations:

HalosGhost commented 7 years ago

cc @escondida