Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 1.28 KB

README.md

File metadata and controls

28 lines (19 loc) · 1.28 KB

Slash

logo

Slash is an open source, self-hosted bookmarks and link sharing platform. It allows you to organize your links with tags, and share them using custom shortened URLs. Slash also supports team sharing of link libraries for easy collaboration.

Try it out on Live Demo.

Discord Docker pull GitHub stars

Features

  • Create customizable /s/ short links for any URL.
  • Share short links privately or with teammates.
  • View analytics on link traffic and sources.
  • Open source self-hosted solution.

Deploy with Docker in seconds

docker run -d --name slash -p 5231:5231 -v ~/.slash/:/var/opt/slash stevenlgtm/slash:latest

Learn more in Self-hosting Slash with Docker.