A ShareX/file upload server that is easy to use, packed with features, and with an easy setup!
Find a file
Jonathan 73eff05180
feat: use yarn v3 (#136)
* feat: use yarn v3

* chore: bump yarn to 3.2.1
2022-06-06 16:38:15 -07:00
.github/workflows fix(actions): arm -> arm64 2022-03-14 20:22:39 -07:00
.yarn/releases feat: use yarn v3 (#136) 2022-06-06 16:38:15 -07:00
prisma feat(v3.4.4): fix many bugs and password protected uploads 2022-06-04 22:05:08 -07:00
public refactor(assets): update assets to v3 2021-09-04 14:42:38 -07:00
scripts feat(v3.4.0): switch from Material-UI to Mantine! (#127) 2022-02-26 17:19:02 -08:00
src fix: image width not being set properly (#143) 2022-06-04 22:18:07 -07:00
.dockerignore feat: use yarn v3 (#136) 2022-06-06 16:38:15 -07:00
.eslintrc.json feat(v3.3.1): bug fixes and new features 2022-02-19 20:17:02 -08:00
.gitignore feat: use yarn v3 (#136) 2022-06-06 16:38:15 -07:00
.yarnrc.yml feat: use yarn v3 (#136) 2022-06-06 16:38:15 -07:00
config.example.toml feat(v3.4.4): fix many bugs and password protected uploads 2022-06-04 22:05:08 -07:00
docker-compose.arm.yml Merge branch 'trunk' of github.com:diced/zipline into trunk 2022-06-04 22:05:26 -07:00
docker-compose.dev.yml fix(docker): add restart policy for postgres 2022-03-26 20:37:02 +00:00
docker-compose.yml fix(docker): add restart policy for postgres 2022-03-26 20:37:02 +00:00
Dockerfile feat: use yarn v3 (#136) 2022-06-06 16:38:15 -07:00
Dockerfile-arm feat: use yarn v3 (#136) 2022-06-06 16:38:15 -07:00
esbuild.config.js fix(actions): maybe fix actions 2022-03-13 19:30:37 -07:00
LICENSE feat(v3.4.1): datasource api, for S3 functionality 2022-03-02 22:04:56 -08:00
next-env.d.ts feat(v3.3): ctrl+v to upload image 2022-01-03 19:00:20 -08:00
next.config.js feat(v3.4.0): switch from Material-UI to Mantine! (#127) 2022-02-26 17:19:02 -08:00
package.json feat: use yarn v3 (#136) 2022-06-06 16:38:15 -07:00
README.md feat(v3.4.4): fix many bugs and password protected uploads 2022-06-04 22:05:08 -07:00
SECURITY.md feat(v3.4.4): fix many bugs and password protected uploads 2022-06-04 22:05:08 -07:00
tsconfig.json build(deps): bump next from 11.0.0 to 11.1.0 (#83) 2021-08-13 12:57:05 -07:00
yarn.lock feat: use yarn v3 (#136) 2022-06-06 16:38:15 -07:00
zip-env.d.ts feat(v3.4.1): datasource api, for S3 functionality 2022-03-02 22:04:56 -08:00

Zipline is a ShareX/file upload server that is easy to use, packed with features and can be setup in one command!

Build Stars Version GitHub last commit (branch) Discord

Features

  • Configurable
  • Fast
  • Built with Next.js & React
  • Token protected uploading
  • Image uploading
  • Password Protected Uploads
  • URL shortening
  • Text uploading
  • URL Formats (uuid, dates, random alphanumeric, original name, zws)
  • Discord embeds (OG metadata)
  • Gallery viewer, and multiple file format support
  • Easy setup instructions on docs (One command install docker-compose up -d)

Installing

See how to install here

Configuration

See how to configure here

Theming

See how to theme here