mirror-filecoffee-filehost/README.md

51 lines
2.5 KiB
Markdown
Raw Permalink Normal View History

2024-06-02 17:34:56 +02:00
# filehost 📁
2024-06-27 09:35:24 +02:00
An open source file host that you can easily selfhost. Made by the creators of the original file.coffee that's now sunset.
2024-06-02 17:34:56 +02:00
2024-06-04 19:03:46 +02:00
![https://raw.githubusercontent.com/filecoffee/filehost/main/assets/git/homepage.png](https://raw.githubusercontent.com/filecoffee/filehost/main/assets/git/homepage.png)
2024-06-02 17:46:20 +02:00
2024-06-09 14:50:43 +02:00
## Simply start your own file host 🚀
2024-06-06 21:40:41 +02:00
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.
2024-06-16 15:04:25 +02:00
### Use Railway (one-click) 🚂
Hit the Railway button and have your filehost up and running in a few minutes. The button also supports the project since we get a small referral bonus. It costs (for a simple host) a few cents to a dollar per month to host it depending on the bandwidth. If you expect a lot of traffic, we highy recommend setting it up on your own server using Docker since that is a lot more cost efficient. This is just the easiest for a personal host.
2024-06-09 14:48:19 +02:00
[![Deploy on Railway](https://railway.app/button.svg)](https://railway.app/template/pv_x6t?referralCode=QsZ-bg)
2024-06-09 14:50:43 +02:00
### DIY - Docker! 🐳
2024-06-06 21:40:41 +02:00
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.
```
2024-06-02 17:42:58 +02:00
2024-06-09 13:29:27 +02:00
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.
2024-06-09 14:50:43 +02:00
## Roadmap 🛣️
2024-06-04 19:05:50 +02:00
- [x] File uploads
- [x] Retrieving files
- [x] Unit tests
- [x] File size limits
- [x] ShareX integration
- [x] Allow public uploads
- [x] Basic API keys
- [ ] Whitelisting file types
2024-06-09 15:57:04 +02:00
- [ ] User authentication <-- Currently in development
2024-06-04 19:05:50 +02:00
- [ ] File deletion
- [ ] File expiration
- [ ] File management
- [ ] File statistics
- [ ] File search
- [ ] File tagging using AI
- [ ] File previews
2024-06-09 14:50:43 +02:00
- [x] Rate limiting
- [x] Slowdown on too many requests
2024-06-04 19:05:50 +02:00
- [ ] Advertising support
- [ ] NSFW detection and filtering
2024-06-10 09:55:08 +02:00
### S3 Compatible Storage
For the s3 compatbile storage engine, we recommend using Contabo Object Storage. It's a cheap (2,50/mth for 250GB with unlimited bandwidth at 80mbps) and really easy to set up. Just make an account, get the object storage, make a bucket and fill in the details in the `.env` and it _just works_.
2024-06-02 17:42:58 +02:00
## Note
It's currently a big work in progress. But stay patient, something you can deploy will be ready a.s.a.p.