github MertJSX/folderhost v25.12.0
Release v25.12.0

7 hours ago

🚀 Folderhost Release v25.12.0

📅 Release Date: 2025-12-04 18:00:19 UTC

📦 Downloads

Platform Download Description
🐧 Linux folderhost-linux-amd64.zip Linux x86_64 binary
🪟 Windows folderhost-windows-amd64.zip Windows x86_64 executable
🐋 Docker docker pull mertjsx/folderhost:v25.12.0 Docker image

🐋 Docker Usage

# Pull the image
docker pull mertjsx/folderhost:v25.12.0

# Or use latest
docker pull mertjsx/folderhost:latest

# Run with docker-compose
# Download docker-compose.prod.yml from repository
docker-compose -f docker-compose.prod.yml up -d

Important: The application will use port 5000 by default, but you can change this in config.yml and update the port mapping in docker-compose.prod.yml accordingly.

🔧 Quick Start

Linux

# Download and extract
wget https://github.com/MertJSX/folderhost/releases/download/v25.12.0/folderhost-linux-amd64.zip
unzip folderhost-linux-amd64.zip
chmod +x folderhost

# Run
./folderhost

Windows

# Download, extract, and run
# Edit config.yml as needed
folderhost.exe # Or just double click

Docker

# Run container, you can access the files using docker volumes
docker run -d \
  --name folderhost-server \
  -p 5000:5000 \
  -v folderhost_data:/app \
  --restart unless-stopped \
  mertjsx/folderhost:v25.12.0

⚙️ Manual Configuration

  1. Extract the downloaded archive (for binary installations)
  2. Run the application once to generate config.yml
  3. Edit config.yml to customize settings (especially the port if needed)
  4. For Docker: Update the port mapping in docker-compose.prod.yml if you changed the port in config.yml
  5. Restart the application

💡 For issues and questions, please visit the GitHub Issues page.

Full Changelog: v25.11.13...v25.12.0

Don't miss a new folderhost release

NewReleases is sending notifications on new releases.