Fast and elegant file hosting service.
Go to file
Chelsea a3eca563fb
Re-Organised Documentation and Readme (#51)
* Create Installation.md

Signed-off-by: Chelsea <chelsea@foxtrt.com>

* Create Configuration.md

Signed-off-by: Chelsea <chelsea@foxtrt.com>

* Update Installation.md

Signed-off-by: Chelsea <chelsea@foxtrt.com>

* Update Configuration.md

Signed-off-by: Chelsea <chelsea@foxtrt.com>

* Update readme.md

Signed-off-by: Chelsea <chelsea@foxtrt.com>

* Update build.yml

Signed-off-by: Chelsea <chelsea@foxtrt.com>

Signed-off-by: Chelsea <chelsea@foxtrt.com>
2022-09-28 21:30:00 +07:00
.github/workflows Re-Organised Documentation and Readme (#51) 2022-09-28 21:30:00 +07:00
.husky feat: initial 2021-09-16 12:40:46 +07:00
docs Re-Organised Documentation and Readme (#51) 2022-09-28 21:30:00 +07:00
prisma revert(prisma): prisma schema 2021-10-15 14:56:12 +07:00
public refactor: renamed from 'draconic' to 'void' 2021-10-01 15:14:44 +07:00
scripts build: converted everything into typescript 2021-10-06 18:30:45 +07:00
src fix(api): allow uploading without private token 2022-07-05 21:05:20 +07:00
twilight refactor(lib): moved constant declarations into `constants.ts` 2021-10-15 14:52:11 +07:00
.dockerignore feat(docker): docker support 2021-10-04 10:56:00 +07:00
.eslintrc.js chore(api): use `authorization` instead of `token` for auth header 2021-10-02 11:43:24 +07:00
.gitignore refactor: renamed from 'draconic' to 'void' 2021-10-01 15:14:44 +07:00
Dockerfile fix(docker): push error 2021-10-15 13:40:27 +07:00
LICENSE chore: added LICENSE and readme 2021-09-20 20:38:30 +07:00
config.example.toml feat(api): url generator for shortener 2021-10-15 13:34:03 +07:00
docker-compose.yml fix(docker): add auto restart policy for postgres (#23) 2022-04-03 08:54:39 +07:00
next-env.d.ts feat: initial 2021-09-16 12:40:46 +07:00
next.config.js feat: initial 2021-09-16 12:40:46 +07:00
package.json build(deps): bump some deps 2022-08-18 19:30:33 +07:00
readme.md Re-Organised Documentation and Readme (#51) 2022-09-28 21:30:00 +07:00
server.ts fix(server): fix the filename issue 2021-10-26 20:41:22 +07:00
tsconfig.json build: converted everything into typescript 2021-10-06 18:30:45 +07:00
void-env.d.ts build: converted everything into typescript 2021-10-06 18:30:45 +07:00
yarn.lock build(deps): bump some deps 2022-08-18 19:30:33 +07:00

readme.md

A self-hosted file hosting service based on Zipline with many features.

Build stable Stars Version Last commit

Features

  • Configurable
  • Fast and reliable
  • Elegant Web UI
  • Built with Next.js & React
  • Token-protected uploading
  • Easy to setup
  • Invisible URL
  • Emoji URL
  • Text previewing (with syntax highlighting)
  • Video embed
  • URL shortener
  • Discord bot
  • Docker support
  • Password-protected URL
  • Embed customization (with variables)

Docs

Contribution

  • All pull requests must be made in dev branch, pull requests in v0 will be closed.

Todo

  • Discord integration
  • Album / Bulk upload

Credits

  • Source code and API from diced/zipline
  • Logo and favicon from icons8
  • Documentation from chelsea-fox