An open API service indexing awesome lists of open source software.

https://github.com/tycrek/yaass

A new, modern ShareX server
https://github.com/tycrek/yaass

bun docker file-sharing sharex sharex-server

Last synced: 6 months ago
JSON representation

A new, modern ShareX server

Awesome Lists containing this project

README

          

yaass

*Yet Another A ShareX Server*

## How to use

yaass is simple: Install either [Bun](https://bun.sh/) or [Docker Compose](https://docs.docker.com/compose/).

```bash
# Download this project
git clone https://github.com/tycrek/yaass.git
cd yaass/

# If you chose Bun:
bun start

# Or you chose Docker:
docker compose up
```

For support, [visit the Discord](https://discord.gg/wGZYt5fasY).

### Configure ShareX

Add a new **Custom uploader** and configure it as shown:

| Option | Value |
| --- | --- |
| Method | POST |
| Request URL | `https:///upload` |
| Body | Form data (multipart/form-data) |
| File form name | file |
| URL | `{json:.url}` |

*This is subject to change as project development continues.*

#### Optional headers

| Header | Usage |
| --- | --- |
| `x-yaass-sid-method` | can be `default` or `gfycat`. previously known as "access mode" in ass |

## What next?

More features are coming soon.

- Multi-user support
- Dashboards for both users & admins
- *as well as most features previously in [ass](https://github.com/tycrek/ass)*

## Contributing

Contributions are welcome! Submit any changes via PR, but please detail what you've added. Please try to match the code style of the project when submitting changes.