wetransfert files self-host

Plik

It has interessting features such: s3 support, server side encryption (s3 only), restricted access to users, powerfull multi-arch cli.

Equivalent tools:

Docker Compose

Use postgres, restrict upload to created users

MaxTTLStr           = "0"              # 0 : No limit
ProtectedByPassword = true             # Allow users to protect the download with a password
NoWebInterface      = false            # Disable web user interface

Authentication      = true             # Enable authentication
NoAnonymousUploads  = true             # Prevent unauthenticated users to upload files

[MetadataBackendConfig]
    Driver = "postgres"
    ConnectionString = "postgres://<user>:<password>@<ip>:<port>/<db>"

Server cli

./plikd user create --login <login> --name <username> --password <password> --email <email> --admin

Server UI

Client

plik --update # init a .plikrc file

React ?

This page was last modified: