Skip to content

Releases: benbusby/yeetfile

v0.1.0

04 Feb 23:51
b8b9230
Compare
Choose a tag to compare

New features:

  • [Web] Admin Console
    • Allows instance admins to remove files and/or users from the instance due to spam/abuse/etc
    • Admins cannot see file contents/name/etc (still all encrypted)
    • Declare admin using YEETFILE_INSTANCE_ADMIN=<email or account ID>
  • Add "lockdown" mode
    • Prevents unauthenticated / not logged in users from using any part of the YeetFile instance (including sending text content)
    • Must be enabled with YEETFILE_LOCKDOWN=1
  • Ability to create an "insecure" shareable link from YF Send
    • Allows instances behind cloudflared to still be able to share links
    • Must be enabled with YEETFILE_ALLOW_INSECURE_LINKS=1
    • Reduces overall security of shareable links, so is disabled by default

Also includes bug fixes and documentation improvements.


Linux, macOS, and Windows binaries for the CLI app and for the server are included below. These archives contain a single executable that you can run on your machine.

CLI

Backend

v0.0.3

30 Jan 22:03
d47b3ad
Compare
Choose a tag to compare

Includes the following fixes:

  • Adds submodule init for Docker builds
  • Allow larger transfer limit for text-only uploads to Send
  • Updated default host to 0.0.0.0 (matches documentation now)
  • Simplified docker-compose.yml
  • Fix frame options header issue when downloading file chunks

Linux, macOS, and Windows binaries for the CLI app and for the server are included below. These archives contain a single executable that you can run on your machine.

CLI

Backend

v0.0.2

29 Jan 21:35
50a549d
Compare
Choose a tag to compare

Fixes an issue with YeetFile Send for logged out users on mobile browsers


Linux, macOS, and Windows binaries for the CLI app and for the server are included below. These archives contain a single executable that you can run on your machine.

CLI

Backend

v0.0.1

20 Jan 16:39
df0b6a1
Compare
Choose a tag to compare

Initial release of YeetFile


Linux, macOS, and Windows binaries for the CLI app and for the server are included below. These archives contain a single executable that you can run on your machine.

CLI

Backend