rpgwaiter / basedfilehost

Self-hosted anonymous file serving

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BasedFileHost

Host your files discretely! Meant to be used with basedapi. Built with Laravel Livewire. Find us on DockerHub!

Table of Contents

Installation & Usage

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

Support

Please open an issue for support.

Contributing

Please contribute using Github Flow. Create a branch, add commits, and open a pull request.

About

Self-hosted anonymous file serving


Languages

Language:PHP 73.8%Language:Nix 20.2%Language:Blade 4.4%Language:Shell 0.9%Language:Dockerfile 0.7%