Go to file
matu6968 fdfe35c5c3
Some checks failed
Release Version / build (push) Has been cancelled
add license
2024-10-08 14:08:25 +02:00
.gitea/workflows fix tar file name mistake 2024-10-01 13:43:11 +02:00
web Make the WebGUI mobile friendly 2024-09-30 14:41:37 +02:00
.gitignore Fix .gitignore 2024-09-29 19:33:21 +02:00
go.mod init 2024-09-29 19:15:37 +02:00
go.sum init 2024-09-29 19:15:37 +02:00
LICENSE add license 2024-10-08 14:08:25 +02:00
main.go init 2024-09-29 19:15:37 +02:00
README.md Add README.md 2024-09-29 19:31:24 +02:00

S3 Client Web

This is a WebGUI for s3-client

Prerequisites

  • Go (1.23.1 or later)

Installation

  1. Clone the repository:

    git clone https://git.fluffy.pw/leafus/s3-client-web
    
  2. Go to the project directory:

    cd s3-client-web
    
  3. Build the binary:

    go build -o s3-client-web
    

Configuration

In the .env file this is the only thing you can set

PORT=8080

For this to even work

You need to download a latest linux binary release of s3-client from the "Releases" tab for your architecture

and put the binary in the "bin" folder !IMPORTANT! you need to rename the file to just s3-client and create s3config.toml file, the configuration of that is in the s3-client repository