Skip to content
/ pfs Public

📂 Server for pasting, uploading, and downloading files.

License

Notifications You must be signed in to change notification settings

insyri/pfs

Repository files navigation

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. ↩