Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yourselfhosted/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.
https://github.com/yourselfhosted/slash
bookmarks go link-sharing react self-hosted slash sqlite
Last synced: 7 days ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/yourselfhosted/slash
- Owner: yourselfhosted
- License: agpl-3.0
- Created: 2022-09-03T23:49:13.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-26T15:10:28.000Z (2 months ago)
- Last Synced: 2024-08-26T20:05:14.061Z (2 months ago)
- Topics: bookmarks, go, link-sharing, react, self-hosted, slash, sqlite
- Language: Go
- Homepage:
- Size: 16.2 MB
- Stars: 1,593
- Watchers: 8
- Forks: 85
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-nas - Slash - commit/yourselfhosted/slash?label= "title")|![图](https://img.shields.io/github/release-date/yourselfhosted/slash?label= "title")|![图](https://img.shields.io/github/license/yourselfhosted/slash?label= "title")|![图](https://img.shields.io/github/stars/yourselfhosted/slash?label=&style=flat "title")|![图](https://img.shields.io/github/languages/top/yourselfhosted/slash "title")| (Work)
- awesome-repositories - yourselfhosted/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. (Go)
README
# Slash
**Slash** is an open source, self-hosted platform designed to help you organize, manage, and share your most important links. Easily create customizable, human-readable shortcuts to streamline your link management. Use tags to categorize your links and share them easily with your team or publicly.
🧩 Browser extension(v1.0.0) now available! - [Chrome Web Store](https://chrome.google.com/webstore/detail/slash/ebaiehmkammnacjadffpicipfckgeobg), [Firefox Add-on](https://addons.mozilla.org/firefox/addon/your-slash/)
Getting started with Slash's [Shortcuts](https://github.com/yourselfhosted/slash/blob/main/docs/getting-started/shortcuts.md) and [Collections](https://github.com/yourselfhosted/slash/blob/main/docs/getting-started/collections.md).
[👉 Join our Discord 💬](https://discord.gg/QZqUuUAhDV)
![demo](./docs/assets/demo.png)
## Background
In today's workplace, essential information is often scattered across the cloud in the form of links. We understand the frustration of endlessly searching through emails, messages, and websites just to find the right link. Links are notorious for being unwieldy, complex, and easily lost in the shuffle. Remembering and sharing them can be a challenge.
That's why we developed Slash, a solution that transforms these links into easily accessible, discoverable, and shareable shortcuts(e.g., `s/shortcut`). Say goodbye to link chaos and welcome the organizational ease of Slash into your daily online workflow.
## Features
- Create customizable `s/` short links for any URL.
- Share short links public or only with your teammates.
- View analytics on link traffic and sources.
- Easy access to your shortcuts with browser extension.
- Share your shortcuts with Collection to anyone, on any browser.
- Open source self-hosted solution.## Deploy with Docker in seconds
```bash
docker run -d --name slash -p 5231:5231 -v ~/.slash/:/var/opt/slash yourselfhosted/slash:latest
```Learn more in [Self-hosting Slash with Docker](https://github.com/yourselfhosted/slash/blob/main/docs/install.md).
## Browser Extension
Slash provides a browser extension to help you use your shortcuts in the search bar to go to the corresponding URL.
![browser-extension-example](./docs/assets/browser-extension-example.png)
Learn more in [The Browser Extension of Slash](https://github.com/yourselfhosted/slash/blob/main/docs/install-browser-extension.md).
### Chromium based browsers
For Chromium based browsers(Chrome, Edge, Arc, ...), you can install the extension from the [Chrome Web Store](https://chrome.google.com/webstore/detail/slash/ebaiehmkammnacjadffpicipfckgeobg).
### Firefox
For Firefox, you can install the extension from the [Firefox Add-ons](https://addons.mozilla.org/firefox/addon/your-slash/).