slash-e/README.md
2023-07-23 23:49:51 +08:00

1.3 KiB

Slash

logo

Slash is a bookmarking and link shortening service that enables easy saving and sharing of links. It allows you to store, categorize, and share links with custom short URLs. You can search, filter, and access your saved links from any device. It also supports team sharing of link libraries for easy collaboration.

Try it out on Live Demo.

GitHub stars Docker pull Discord

Features

  • Create customizable /s/ short links for any URL.
  • Share short links privately or with others.
  • View analytics on short 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.