insyri / pfs

πŸ“‚ Server for pasting, uploading, and downloading files.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pfs

πŸ“‚ Server for pasting, uploading, and downloading files. Built on an API that serves data to the frontend, allowing both developers and casual i-net users to browse file contents.

To start using pfs

pfs uses Docker to create and manage the programs used to make pfs work.

git clone https://github.com/insyri/pfs
cd pfs
# Create and populate ./pfs.toml, or use the example: ./pfs.example.toml
chmod +x ./start-pfs.sh
./start-pfs.sh --config ./pfs.example.toml

Development

pfs has a contributing guide, it contains contributing guidelines and more in-depth development setup specifications.

On *nix1 systems, users can run this one liner in the project directory:

./start-pfs.sh --env dev --config ./pfs.example.toml

For Windows systems, users will have to use WSL and open the project inside the Linux file system.

Footnotes

  1. Unix, unix-like, and unix based. E.g.: MacOS, Linux, and Windows Subsystem for Linux. ↩

About

πŸ“‚ Server for pasting, uploading, and downloading files.

License:MIT License


Languages

Language:Go 42.7%Language:Svelte 25.4%Language:Shell 23.0%Language:TypeScript 7.0%Language:Dockerfile 1.9%