https://github.com/zaida04/sharex-host
Image upload host for ShareX built using Bun & TypeScript
https://github.com/zaida04/sharex-host
Last synced: about 1 year ago
JSON representation
Image upload host for ShareX built using Bun & TypeScript
- Host: GitHub
- URL: https://github.com/zaida04/sharex-host
- Owner: zaida04
- License: other
- Created: 2024-01-20T05:28:52.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-20T05:54:14.000Z (over 2 years ago)
- Last Synced: 2024-12-12T21:40:59.041Z (over 1 year ago)
- Language: TypeScript
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# `sharex-image-host`
I made this because I needed to host my own images for ShareX. It's a simple image host that uses [bun](https://bun.sh) and [typescript](https://www.typescriptlang.org/).
### Setup
```bash
bun install
bun run build
```
### Run
```bash
bun run start
```
### Run (PM2)
```bash
pm2 start
```
### Run (Docker)
```bash
docker build -t sharex-image-host .
docker run -d -p 6000:6000 sharex-image-host
```
## License
[Do Whatever You Want](./LICENSE)