Skip to content

FolderHost

v26.2.0 Breaking

This release includes 1 breaking change for platform teams planning a safe upgrade.

Published 5mo File Storage & Sync
✓ No known CVEs patched
Read the diff → Tool health → What is this tool? →

✓ No known CVEs patched in this version

Topics

cloud collaborative-editing file-manager go linux portable
+3 more
react self-hosted windows

Summary

AI summary

Broad release touches 📋 What's New, ⚙️ Manual Configuration, 🐋 Docker Usage ```bash, and Run with docker-compose.

Full changelog

🚀 Folderhost Release v26.2.0

📅 Release Date: 2026-02-22 14:00:02 UTC

📋 What's New

Added

  • Services (BETA):
    With this update you can create your own services. For example: Minecraft Server, Web Server etc. Features are:
    • Special configurations for services.
    • Added functions like auto_start and auto_restart.
    • Real-time terminal with WebSocket for your service.
    • Read logs and send commands to your service using web interface.
    • User permissions for services (start, stop, read_logs and execute_commands).
    • Service RAM limits.
    • Windows and Linux support.
  • File Explorer: Another button to upload your files on current directory.

Changed

  • Module name: github.com/MertJSX/folder-host-go -> github.com/MertJSX/folderhost

📦 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:v26.2.0 | Docker image |

🐋 Docker Usage

# Pull the image
docker pull mertjsx/folderhost:v26.2.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/v26.2.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:v26.2.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.

Breaking Changes

  • Module name changed from github.com/MertJSX/folder-host-go to github.com/MertJSX/folderhost

Weekly OSS security release digest.

The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.

No spam, unsubscribe anytime.

Share this release

Track FolderHost

Get notified when new releases ship.

Sign up free

About FolderHost

Share files and collaborate with others in real-time

All releases →

Related context

Beta — feedback welcome: [email protected]