A ShareX/file upload server that is easy to use, packed with features, and with an easy setup!
Find a file
2022-06-19 17:26:52 -07:00
.github/workflows fix(actions): arm -> arm64 2022-03-14 20:22:39 -07:00
.yarn chore(deps): update stuff 2022-06-16 14:22:26 -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(api): make delete user with images actually delete their images from the datasource 2022-06-19 17:26:52 -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 chore(deps): update stuff 2022-06-16 14:22:26 -07:00
config.example.toml fix(config): extention -> extension 2022-06-19 16:44:55 -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 chore(deps): update stuff 2022-06-16 14:22:26 -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 fix(api): password protected images wont show up on root 2022-06-17 15:35:29 -07:00
yarn.lock chore(deps): update stuff 2022-06-16 14:22:26 -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