mirror of
https://github.com/filecoffee/filehost.git
synced 2024-11-13 19:49:56 +01:00
An open source file host that you can easily selfhost.
assets | ||
controllers | ||
engines | ||
routes | ||
tests | ||
uploads | ||
views | ||
.babelrc | ||
.DS_Store | ||
.env.example | ||
.gitignore | ||
docker-compose.yml | ||
Dockerfile | ||
index.js | ||
package-lock.json | ||
package.json | ||
README.md | ||
sharex.sxcu |
filehost 📁
An open source file host that you can easily selfhost. Made by the creators of file.coffee.
Simply start your own file host
filehost is a one-click (or one-command) setup file host that you can deploy wherever you want. Full control over your own data. No limits.
Simply run docker-compose up --build -d
on your server after you've configured the .env
and it's all up and running.
Note: We're still actively working on the product and is currently in early alpha stages. We currently recommend also making a backup or chosing S3 as a host with the project.
We also recommend forking the project and deploying your forked version to avoid issues when we push updates. You can then easily merge the changes in your forked version.
Roadmap
- File uploads
- Retrieving files
- Unit tests
- File size limits
- ShareX integration
- Allow public uploads
- Basic API keys
- Whitelisting file types
- User authentication
- File deletion
- File expiration
- File management
- File statistics
- File search
- File tagging using AI
- File previews
- Advertising support
- NSFW detection and filtering
Note
It's currently a big work in progress. But stay patient, something you can deploy will be ready a.s.a.p.