mirror of
https://github.com/aykhans/slash-e.git
synced 2025-07-22 12:54:26 +00:00
chore: rename to slash
This commit is contained in:
@@ -1,15 +1,15 @@
|
||||
# Shortify
|
||||
# Slash
|
||||
|
||||
<img align="right" src="./resources/logo.png" height="64px" alt="logo">
|
||||
|
||||
**Shortify** is a bookmarking and short link service that allows you to save and share links easily. It lets you store and categorize links, generate short URLs for easy sharing, search and filter your saved links, and access them from any device. It simplifies link organization, management, and collaboration, making it effortless to navigate and share web resources.
|
||||
**Slash** is a bookmarking and short link service that allows you to save and share links easily. It lets you store and categorize links, generate short URLs for easy sharing, search and filter your saved links, and access them from any device. It simplifies link organization, management, and collaboration, making it effortless to navigate and share web resources.
|
||||
|
||||
Let's Simplify, Share, and Save your links with **Shortify**.
|
||||
Let's Simplify, Share, and Save your links with **Slash**.
|
||||
|
||||
## Deploy with Docker in seconds
|
||||
|
||||
```bash
|
||||
docker run -d --name shortify -p 5231:5231 -v ~/.shortify/:/var/opt/shortify stevenlgtm/shortify:latest
|
||||
docker run -d --name slash -p 5231:5231 -v ~/.slash/:/var/opt/slash stevenlgtm/slash:latest
|
||||
```
|
||||
|
||||
## Demo
|
||||
|
Reference in New Issue
Block a user