fix: change readme
This commit is contained in:
parent
d31371eb6c
commit
2651bbe50c
1 changed files with 10 additions and 6 deletions
16
README.md
16
README.md
|
@ -1,13 +1,16 @@
|
||||||
<div align="center">
|
<div align="center">
|
||||||
<img src="https://raw.githubusercontent.com/diced/zipline/trunk/public/zipline_small.png"/>
|
<img src="https://raw.githubusercontent.com/diced/zipline/trunk/public/zipline_small.png"/>
|
||||||
|
|
||||||
Zipline is a ShareX/file upload server that is easy to use, packed with features and can be setup in one command!
|
A ShareX/file upload server that is easy to use, packed with features, and with an easy setup!
|
||||||
|
|
||||||
![Build](https://img.shields.io/github/workflow/status/diced/zipline/CD:%20Push%20Docker%20Images?logo=github&style=flat-square)
|
![Stars](https://img.shields.io/github/stars/diced/zipline?logo=github&style=flat)
|
||||||
![Stars](https://img.shields.io/github/stars/diced/zipline?logo=github&style=flat-square)
|
![Version](https://img.shields.io/github/package-json/v/diced/zipline?logo=git&logoColor=white&style=flat)
|
||||||
![Version](https://img.shields.io/github/package-json/v/diced/zipline?logo=git&logoColor=white&style=flat-square)
|
![GitHub last commit (branch)](https://img.shields.io/github/last-commit/diced/zipline/trunk?logo=git&logoColor=white&style=flat)
|
||||||
![GitHub last commit (branch)](https://img.shields.io/github/last-commit/diced/zipline/trunk?logo=git&logoColor=white&style=flat-square)
|
[![Discord](https://img.shields.io/discord/729771078196527176?color=%23777ed3&label=discord&logo=discord&logoColor=white&style=flat)](https://discord.gg/EAhCRfGxCF)
|
||||||
[![Discord](https://img.shields.io/discord/729771078196527176?color=%23777ed3&label=discord&logo=discord&logoColor=white&style=flat-square)](https://discord.gg/EAhCRfGxCF)
|
|
||||||
|
![Build](https://img.shields.io/github/workflow/status/diced/zipline/Build?logo=github&style=flat)
|
||||||
|
[![Docker Image (trunk)](https://img.shields.io/github/workflow/status/diced/zipline/Push%20Docker%20Images?label=Docker%20%28trunk%29&logo=github&style=flat)](https://github.com/diced/zipline/pkgs/container/zipline/?tag=trunk)
|
||||||
|
[![Docker Image (release)](https://img.shields.io/github/workflow/status/diced/zipline/Push%20Release%20Docker%20Images?label=Docker%20%28release%29&logo=github&style=flat-square)](https://github.com/diced/zipline/pkgs/container/zipline/?tag=latest)
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
@ -26,6 +29,7 @@
|
||||||
- Gallery viewer, and multiple file format support
|
- Gallery viewer, and multiple file format support
|
||||||
- Code highlighting
|
- Code highlighting
|
||||||
- Fully customizable Discord webhook notifications
|
- Fully customizable Discord webhook notifications
|
||||||
|
- User invites
|
||||||
- Easy setup instructions on [docs](https://zipl.vercel.app/) (One command install `docker-compose up -d`)
|
- Easy setup instructions on [docs](https://zipl.vercel.app/) (One command install `docker-compose up -d`)
|
||||||
|
|
||||||
# Usage
|
# Usage
|
||||||
|
|
Loading…
Reference in a new issue