contact c6734fcaff Provide man pages
git-svn-id: file:///srv/svn/repo/marisa/trunk@60 d6811dac-2434-b64a-9ddc-f563ab233461
2021-11-03 23:09:30 +00:00
2022-01-18 06:03:06 +00:00
2021-11-03 23:09:30 +00:00
2021-10-10 05:29:51 +00:00
2021-10-19 09:45:55 +00:00
2021-10-19 16:26:33 +00:00
2021-11-03 23:09:30 +00:00
2021-11-03 23:09:30 +00:00
2021-11-03 23:09:30 +00:00
2021-10-20 23:15:02 +00:00

partage
=======
HTTP based File upload system.

![screenshot](https://z3bra.org/partage/screenshot.png)

Features
--------
+ Link expiration
+ Mimetype support
+ Random filenames
+ Multiple file uploads
+ Javascript not needed
+ Privilege drop
+ chroot(2) support
+ FastCGI support

Usage
-----
Refer to the partage(1) manual page for details and examples.

	partage [-v] [-f partage.conf]

Configuration is done through its configuration file, partage.conf(5).
The format is that of the INI file format.

Uploading files is done via PUT and POST requests. Multiple files can
be sent via POST requests.

	curl -T file.png http://domain.tld
	curl -F file=file.png -F expiry=3600 http://domain.tld

Installation
------------
Edit the `config.mk` file to match your setup, then run the following:

        $ mk
        # mk install
Description
An HTTP-based file upload system
https://suzunaan.yakumo.dev/marisa/
Readme 836 KiB
Languages
Go 68.6%
Roff 21.2%
HTML 6.2%
Makefile 2.9%
CSS 1.1%