This release adds 3 notable features for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Topics
+3 more
Summary
AI summaryBroad release touches 📋 What's New, ⚙️ Manual Configuration, 🐋 Docker Usage ```bash, and Run with docker-compose.
Full changelog
🚀 Folderhost Release v26.2.1
📅 Release Date: 2026-02-25 19:48:03 UTC
📋 What's New
Added
- Service Logs: Now you can follow user activities related to services.
Changed
- Optimized Build Size: Binary size has reduced:
- Linux: ~23 MB -> ~17 MB (26% smaller)
- Windows: ~37 MB -> ~17.3 MB (53% smaller)
Fixed
- Upload page: Fixed "Uploading..." text after trying to upload without a selected file. I didn't expect that someone would click the upload button before selecting a file to upload, but I saw my friend doing that and realised that I needed to fix that tiny issue.
📦 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.1 | Docker image |
🐋 Docker Usage
# Pull the image
docker pull mertjsx/folderhost:v26.2.1
# 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.1/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.1
⚙️ Manual Configuration
- Extract the downloaded archive (for binary installations)
- Run the application once to generate
config.yml - Edit
config.ymlto customize settings (especially the port if needed) - For Docker: Update the port mapping in
docker-compose.prod.ymlif you changed the port inconfig.yml - Restart the application
💡 For issues and questions, please visit the GitHub Issues page.
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
Related context
Related tools
Beta — feedback welcome: [email protected]