Slash

An open source, self-hosted platform for sharing and managing your most frequently used links. Easily create customizable, human-readable shortcuts to streamline your link management.

Directory Structure

    • .env
    • docker-compose.yml

docker-compose.yml

version: "3"
services:
  slash:
    image: yourselfhosted/slash:latest
    container_name: slash
    ports:
      - 5231:5231
    volumes:
      - ./slash:/var/opt/slash
    restart: unless-stopped

Resources

GitHub: https://github.com/yourselfhosted/slash

Docker Hub: https://hub.docker.com/r/yourselfhosted/slash

Chrome Web Store: https://chromewebstore.google.com/detail/slash/ebaiehmkammnacjadffpicipfckgeobg

Firefox Add-on: https://addons.mozilla.org/en-US/firefox/addon/your-slash/

Configuration: https://github.com/yourselfhosted/slash/blob/main/docs/install.md