Host your files discretely! Meant to be used with basedapi. Built with Laravel Livewire. Find us on DockerHub!
Clone the repository, create docker-compose.yml from the example, edit the variables for your use case.
git clone https://github.com/rpgwaiter/basedfilehost
cd basedfilehost
cp docker-compose.example.yml docker-compose.yml
nano docker-compose.yml
Important variables to keep in mind:
- API_URL: Points to your hosted instance of basedapi
- SECRET_FILEHOST_PATH: Subpath to your files.
- SHORT_NAME: Shows up in the tab name in your browser
Once docker-compose.yml is ready to do, bring the project up.
docker-compose up -d
Please open an issue for support.
Please contribute using Github Flow. Create a branch, add commits, and open a pull request.