Skip to content

Releases: awkto/filedrop

v2.2.0

Choose a tag to compare

@github-actions github-actions released this 07 Feb 10:58

Docker Image

Pull the image:

docker pull awkto/filedrop:2.2.0
# or
docker pull awkto/filedrop:latest

Run the container:

docker run -d -p 3000:3000 \
  -v $(pwd)/uploads:/app/uploads \
  awkto/filedrop:2.2.0

With custom port:

docker run -d -p 8080:8080 \
  -v $(pwd)/uploads:/app/uploads \
  -e PORT=8080 \
  awkto/filedrop:2.2.0

Using docker-compose:

# Download docker-compose.yml from this release
docker-compose up -d

Access the web interface at http://localhost:3000

Full Changelog: v2.1.0...v2.2.0

v2.1.0

Choose a tag to compare

@github-actions github-actions released this 07 Feb 07:15

Docker Image

Pull the image:

docker pull awkto/filedrop:2.1.0
# or
docker pull awkto/filedrop:latest

Run the container:

docker run -d -p 3000:3000 \
  -v $(pwd)/uploads:/app/uploads \
  awkto/filedrop:2.1.0

With custom port:

docker run -d -p 8080:8080 \
  -v $(pwd)/uploads:/app/uploads \
  -e PORT=8080 \
  awkto/filedrop:2.1.0

Using docker-compose:

# Download docker-compose.yml from this release
docker-compose up -d

Access the web interface at http://localhost:3000

Full Changelog: v2.0.0...v2.1.0

v2.0.0

Choose a tag to compare

@github-actions github-actions released this 06 Feb 07:41

Docker Image

Pull the image:

docker pull awkto/filedrop:2.0.0
# or
docker pull awkto/filedrop:latest

Run the container:

docker run -d -p 3000:3000 \
  -v $(pwd)/uploads:/app/uploads \
  awkto/filedrop:2.0.0

With custom port:

docker run -d -p 8080:8080 \
  -v $(pwd)/uploads:/app/uploads \
  -e PORT=8080 \
  awkto/filedrop:2.0.0

Using docker-compose:

# Download docker-compose.yml from this release
docker-compose up -d

Access the web interface at http://localhost:3000

Full Changelog: v0.7.0...v2.0.0

v0.7.0

Choose a tag to compare

@github-actions github-actions released this 05 Feb 13:17

Docker Image

Pull the image:

docker pull awkto/filedrop:0.7.0
# or
docker pull awkto/filedrop:latest

Run the container:

docker run -d -p 3000:3000 \
  -v $(pwd)/uploads:/app/uploads \
  awkto/filedrop:0.7.0

With custom port:

docker run -d -p 8080:8080 \
  -v $(pwd)/uploads:/app/uploads \
  -e PORT=8080 \
  awkto/filedrop:0.7.0

Using docker-compose:

# Download docker-compose.yml from this release
docker-compose up -d

Access the web interface at http://localhost:3000

Full Changelog: v0.6.0...v0.7.0

v0.6.0

Choose a tag to compare

@github-actions github-actions released this 05 Feb 12:46

Docker Image

Pull the image:

docker pull awkto/filedrop:0.6.0
# or
docker pull awkto/filedrop:latest

Run the container:

docker run -d -p 3000:3000 \
  -v $(pwd)/uploads:/app/uploads \
  awkto/filedrop:0.6.0

With custom port:

docker run -d -p 8080:8080 \
  -v $(pwd)/uploads:/app/uploads \
  -e PORT=8080 \
  awkto/filedrop:0.6.0

Using docker-compose:

# Download docker-compose.yml from this release
docker-compose up -d

Access the web interface at http://localhost:3000

Full Changelog: v0.5.0...v0.6.0

v0.5.0

Choose a tag to compare

@github-actions github-actions released this 24 Nov 13:49

Docker Image

Pull the image:

docker pull awkto/filedrop:0.5.0
# or
docker pull awkto/filedrop:latest

Run the container:

docker run -d -p 3000:3000 \
  -v $(pwd)/uploads:/app/uploads \
  awkto/filedrop:0.5.0

With custom port:

docker run -d -p 8080:8080 \
  -v $(pwd)/uploads:/app/uploads \
  -e PORT=8080 \
  awkto/filedrop:0.5.0

Using docker-compose:

# Download docker-compose.yml from this release
docker-compose up -d

Access the web interface at http://localhost:3000

Full Changelog: https://github.com/awkto/filedrop/commits/v0.5.0