https://github.com/perchunpak/make-it-longer
Unshorts shorten links (like bit.ly) and shows history of redirects.
https://github.com/perchunpak/make-it-longer
Last synced: 10 months ago
JSON representation
Unshorts shorten links (like bit.ly) and shows history of redirects.
- Host: GitHub
- URL: https://github.com/perchunpak/make-it-longer
- Owner: PerchunPak
- License: mit
- Created: 2023-10-03T21:36:13.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-10-06T23:24:01.000Z (over 2 years ago)
- Last Synced: 2025-06-05T18:47:58.131Z (about 1 year ago)
- Language: Svelte
- Homepage: https://mil.perchun.it
- Size: 318 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MIL - Make it longer
[](https://war.ukraine.ua/support-ukraine/)
Unshorts shorten links (like bit.ly) and shows history of redirects.
## How to build a Docker image
```shell
sudo docker build --build-arg='ORIGIN=https://superhub.perchun.it' --build-arg='SENTRY_AUTH_TOKEN=...' -t make-it-longer .
sudo docker run -d --name make-it-longer -p 3000:3000 make-it-longer
```
## Thanks
This project was generated with [svelte-template](https://github.com/PerchunPak/svelte-template).