You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Steven 59a75c89eb feat: implement part of user service 1 year ago
.github chore: fix action path 1 year ago
.vscode chore: update github actions 2 years ago
api feat: implement part of user service 1 year ago
cmd/slash chore: tweak words 1 year ago
docs chore: update docker username 1 year ago
internal chore: extract jwt from server to api 1 year ago
proto feat: implement part of user service 1 year ago
resources chore: update demo.gif 1 year ago
scripts chore: update air script 1 year ago
server feat: implement part of user service 1 year ago
store feat: add title field to shortcut 1 year ago
test chore: update 1 year ago
web chore: update response padding 1 year ago
.gitignore feat: add chrome extension 1 year ago
.golangci.yaml chore: add `.golangci.yaml` 2 years ago
Dockerfile chore: update profile 1 year ago
LICENSE chore: update license 1 year ago
README.md chore: update demo link 1 year ago
go.mod feat: initial buf proto files 1 year ago
go.sum feat: initial buf proto files 1 year ago

README.md

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 yourselfhosted/slash:latest

Learn more in Self-hosting Slash with Docker.