8000 GitHub - shruuub/barburl: A simple URL shortener.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on Jan 27, 2025. It is now read-only.
/ barburl Public archive
forked from sys-256/boiurl

A simple URL shortener.

License

Notifications You must be signed in to change notification settings

shruuub/barburl

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

boiurl

I made the core of this piece of shit in exactly 18 minutes lol (porting to TypeScript etc took like 20-ish minutes as well)

Installation

Native

npm run build
npm start

Docker

docker run -d --restart=always --name=boiurl -p 8035:8035 -v $(pwd)/boiurl-data:/data sys256/boiurl:latest

About

A simple URL shortener.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 81.2%
  • Dockerfile 12.0%
  • Shell 6.8%
0