Releases: MertJSX/folderhost
Release v25.12.5
🚀 Folderhost Release v25.12.5
📅 Release Date: 2025-12-19 21:15:47 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.5 |
Docker image |
🐋 Docker Usage
# Pull the image
docker pull mertjsx/folderhost:v25.12.5
# 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 -dImportant: 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.5/folderhost-linux-amd64.zip
unzip folderhost-linux-amd64.zip
chmod +x folderhost
# Run
./folderhostWindows
# Download, extract, and run
# Edit config.yml as needed
folderhost.exe # Or just double clickDocker
# 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.5⚙️ 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.
Full Changelog: v25.12.4...v25.12.5
Release v25.12.4
🚀 Folderhost Release v25.12.4
📅 Release Date: 2025-12-15 16:54:24 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.4 |
Docker image |
🐋 Docker Usage
# Pull the image
docker pull mertjsx/folderhost:v25.12.4
# 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 -dImportant: 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.4/folderhost-linux-amd64.zip
unzip folderhost-linux-amd64.zip
chmod +x folderhost
# Run
./folderhostWindows
# Download, extract, and run
# Edit config.yml as needed
folderhost.exe # Or just double clickDocker
# 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.4⚙️ 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.
Full Changelog: v25.12.3...v25.12.4
Release v25.12.3
🚀 Folderhost Release v25.12.3
📅 Release Date: 2025-12-14 18:40:00 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.3 |
Docker image |
🐋 Docker Usage
# Pull the image
docker pull mertjsx/folderhost:v25.12.3
# 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 -dImportant: 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.3/folderhost-linux-amd64.zip
unzip folderhost-linux-amd64.zip
chmod +x folderhost
# Run
./folderhostWindows
# Download, extract, and run
# Edit config.yml as needed
folderhost.exe # Or just double clickDocker
# 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.3⚙️ 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.
Full Changelog: v25.12.2...v25.12.3
Release v25.12.2
🚀 Folderhost Release v25.12.2
📅 Release Date: 2025-12-10 20:37:05 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.2 |
Docker image |
🐋 Docker Usage
# Pull the image
docker pull mertjsx/folderhost:v25.12.2
# 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 -dImportant: 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.2/folderhost-linux-amd64.zip
unzip folderhost-linux-amd64.zip
chmod +x folderhost
# Run
./folderhostWindows
# Download, extract, and run
# Edit config.yml as needed
folderhost.exe # Or just double clickDocker
# 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.2⚙️ 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.
Full Changelog: v25.12.1...v25.12.2
Release v25.12.1
🚀 Folderhost Release v25.12.1
📅 Release Date: 2025-12-08 15:52:12 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.1 |
Docker image |
🐋 Docker Usage
# Pull the image
docker pull mertjsx/folderhost:v25.12.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 -dImportant: 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.1/folderhost-linux-amd64.zip
unzip folderhost-linux-amd64.zip
chmod +x folderhost
# Run
./folderhostWindows
# Download, extract, and run
# Edit config.yml as needed
folderhost.exe # Or just double clickDocker
# 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.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.
Full Changelog: v25.12.0...v25.12.1
Release v25.12.0
🚀 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 -dImportant: 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
./folderhostWindows
# Download, extract, and run
# Edit config.yml as needed
folderhost.exe # Or just double clickDocker
# 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
- 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.
Full Changelog: v25.11.13...v25.12.0
Release v25.11.13
🚀 Folderhost Release v25.11.13
📅 Release Date: 2025-11-26 19:02:55 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.11.13 |
Docker image |
🐋 Docker Usage
# Pull the image
docker pull mertjsx/folderhost:v25.11.13
# 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 -dImportant: 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.11.13/folderhost-linux-amd64.zip
unzip folderhost-linux-amd64.zip
chmod +x folderhost
# Run
./folderhostWindows
# Download, extract, and run
# Edit config.yml as needed
folderhost.exe # Or just double clickDocker
# 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.11.13⚙️ 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.
Full Changelog: v25.11.12...v25.11.13
Release v25.11.12
🚀 Folderhost Release v25.11.12
📅 Release Date: 2025-11-25 15:19:28 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.11.12 |
Docker image |
🐋 Docker Usage
# Pull the image
docker pull mertjsx/folderhost:v25.11.12
# 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 -dImportant: 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.11.12/folderhost-linux-amd64.zip
unzip folderhost-linux-amd64.zip
chmod +x folderhost
# Run
./folderhostWindows
# Download, extract, and run
# Edit config.yml as needed
folderhost.exe # Or just double clickDocker
# 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.11.12⚙️ 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.
Full Changelog: v25.11.11...v25.11.12
Release v25.11.11
🚀 Folderhost Release v25.11.11
📅 Release Date: 2025-11-24 19:32:05 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.11.11 |
Docker image |
🐋 Docker Usage
# Pull the image
docker pull mertjsx/folderhost:v25.11.11
# 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 -dImportant: 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.11.11/folderhost-linux-amd64.zip
unzip folderhost-linux-amd64.zip
chmod +x folderhost
# Run
./folderhostWindows
# Download, extract, and run
# Edit config.yml as needed
folderhost.exe # Or just double clickDocker
# 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.11.11⚙️ 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.
Full Changelog: v25.11.10...v25.11.11
Release v25.11.9
🚀 Folderhost Release v25.11.9
📅 Release Date: 2025-11-23 13:20:31 UTC
📦 Downloads
| Platform | Download | Description |
|---|---|---|
| 🐧 Linux | folderhost-linux-amd64.zip |
Linux x86_64 binary |
| 🪟 Windows | folderhost-windows-amd64.zip |
Windows x86_64 executable |
🔧 Quick Start
Linux
# Download and extract
wget https://github.com/MertJSX/folderhost/releases/download/v25.11.9/folderhost-linux-amd64.zip
unzip folderhost-linux-amd64.zip
chmod +x folderhost
# Run
./folderhostWindows
# Download, extract, and run
# Edit config.yml as needed
folderhost.exe # Or just double click⚙️ Configuration
- Extract the downloaded archive
- Run the application once to generate
config.yml - Edit
config.ymlto customize settings - Restart the application
💡 For issues and questions, please visit the GitHub Issues page.
Full Changelog: v25.11.8...v25.11.9