All apps · 0 apps
FileRun
OfficialDocker app from ImSkully's Repository
Overview
FileRun is a self-hosted file sync and share web-based application - Like Google Drive, but private, and under your full control!
- Great for photos: Fast thumbnail and preview generation. On the fly, while browsing folders
- Guest users: Collaborate with other people without creating accounts for them
- Metadata support: Automatically extracts and index information Exif, XMP and IPTC, so you can search photos by keywords, dates, author and more!
- Send file requests: File requests allow you to collect and receive files from anyone, right into your FileRun user account, with just a link
- And a lot more: fully secure, desktop sync, full mobile support, virtual drives, extensive plugins (Google Docs, Microsoft Office, Autodesk)
For full guidance on setup and configuration, refer to the FileRun support thread on Unraid forums.
Readme
View on GitHubWhat is FileRun?
FileRun is a self-hosted File Sync and Share web-based application.
It is a full-featured web based file manager with an easy-to-use user interface.
Using this software requires a license, which can be purchased here: https://filerun.com
Installation & Documentation
Official Docker image: filerun/filerun
See https://docs.filerun.com/docker for the guide.
License
Proprietary
Issues
If you have any problems with or questions about this image, please contact us.
Media gallery
1 / 5Install FileRun on Unraid in a few clicks.
Find FileRun in Community Apps on your Unraid server, review the template, and click Install. Unraid handles the Docker app or plugin setup from the published template.
Requirements
1. FileRun is a **paid** application - a perpetual license is required and can be obtained at: (https://filerun.com/pricing)
2. **MySQL/MariaDB:** An existing database server running either MariaDB 10.11 *(or higher)* **OR** MySQL 8.4 *(or higher)*
Categories
Download Statistics
Total Downloads Over Time
Related apps
Explore more like this
Explore allLinks
Details
filerun/filerun:latestRuntime arguments
- Web UI
http://[IP]:[PORT:80]- Network
bridge- Shell
sh- Privileged
- false
- Extra Params
--user 99:100
Template configuration
The port where the FileRun application frontend is served.
- Target
- 80
- Default
- 7940
- Value
- 7940
The directory where the application is stored.
- Target
- /var/www/html
- Default
- /mnt/user/appdata/filerun/
- Value
- /mnt/user/appdata/filerun/
Your actual FileRun user data directory where your files are stored, this can be any directory or share (recommended) where you want to store your files.
- Target
- /user-files
The database hostname/IP of your MySQL or MariaDB server.
- Target
- FR_DB_HOST
The port number for your MySQL or MariaDB database.
- Target
- FR_DB_PORT
- Default
- 3306
- Value
- 3306
The name of the database to use.
- Target
- FR_DB_NAME
- Default
- filerun
- Value
- filerun
The database account username to use.
- Target
- FR_DB_USER
The database account password to use.
- Target
- FR_DB_PASS