- Timestamp:
- Sep 19, 2023, 2:27:33 AM (21 months ago)
- Location:
- trunk
- Files:
-
- 1 deleted
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/marisa-trash.1
r65 r66 1 .Dd 2021-11-032 .Dt PARTAGE-TRASH 13 .Os POSIX.1-20171 .Dd $Mdocdate$ 2 .Dt MARISA-TRASH 1 3 .Os 4 4 .Sh NAME 5 .Nm partage-trash5 .Nm marisa-trash 6 6 .Nd Purge expired share files 7 7 .Sh SYNOPSIS 8 .Nm partage-trash8 .Nm marisa-trash 9 9 .Op Fl v 10 10 .Op Fl f Ar files … … 23 23 .Xr cron 8 24 24 job, as the same user as the 25 .Xr partage125 .Xr marisa 1 26 26 daemon. 27 27 .Bl -tag -width Ds … … 37 37 .El 38 38 .Sh SEE ALSO 39 .Xr partage139 .Xr marisa 1 40 40 .Sh AUTHOR 41 41 .An Willy Goiffon Aq Mt dev@z3bra.org 42 .Pp 43 "Borrowed" by 44 .An Izuru Yakumo Aq Mt yakumo.izuru@chaotic.ninja -
trunk/marisa.1
r65 r66 1 .Dd 2021-11-032 .Dt PARTAGE13 .Os POSIX.1-20171 .Dd $Mdocdate$ 2 .Dt MARISA 1 3 .Os 4 4 .Sh NAME 5 .Nm partage5 .Nm marisa 6 6 .Nd HTTP based file upload system 7 7 .Sh SYNOPSIS 8 .Nm partage8 .Nm marisa 9 9 .Op Fl v 10 10 .Op Fl f Ar file … … 18 18 A configurable expiration time is set for each file, that can be used 19 19 to cleanup expired files thanks to 20 .Xr partage-trash 1 .20 .Xr marisa-trash 1 . 21 21 .Bl -tag -width Ds 22 22 .It Fl v … … 28 28 .El 29 29 .Sh SEE ALSO 30 .Xr partage-trash 1 ,31 .Xr partage.conf 532 .Sh AUTHOR 30 .Xr marisa-trash 1 , 31 .Xr marisa.conf 5 32 .Sh AUTHORS 33 33 .An Willy Goiffon Aq Mt dev@z3bra.org 34 .Pp 35 "Borrowed" by 36 .An Izuru Yakumo Aq Mt yakumo.izuru@chaotic.ninja -
trunk/marisa.conf.5
r65 r66 1 .Dd 2021-11-032 .Dt PARTAGE.CONF 53 .Os POSIX.1-20171 .Dd $Mdocdate$ 2 .Dt MARISA.CONF 5 3 .Os 4 4 .Sh NAME 5 .Nm partage.conf6 .Nd partageconfiguration file format5 .Nm marisa.conf 6 .Nd marisa configuration file format 7 7 .Sh DESCRIPTION 8 8 .Nm 9 9 is the configuration file for the HTTP file sharing system, 10 .Xr partage1 .10 .Xr marisa 1 . 11 11 .Sh CONFIGURATION 12 12 Here are the settings that can be set: … … 18 18 .Ar host:port 19 19 or as a Unix socket: 20 .Ar /path/to/ partage.sock .20 .Ar /path/to/marisa.sock . 21 21 When using Unix sockets, the program will serve content using the 22 22 .Em FastCGI … … 55 55 using fastcgi: 56 56 .Bd -literal -offset indent 57 listen = /run/ partage.sock57 listen = /run/marisa.sock 58 58 baseuri = https://domain.tld 59 59 user = www … … 77 77 connection { max request body 10737418240 } 78 78 location "*" { 79 fastcgi socket "/run/ partage.sock"79 fastcgi socket "/run/marisa.sock" 80 80 } 81 81 } … … 84 84 85 85 .Sh SEE ALSO 86 .Xr partage1 ,87 .Xr partage-trash 1 ,86 .Xr marisa 1 , 87 .Xr marisa-trash 1 , 88 88 .Xr httpd 8, 89 89 .Xr httpd.conf 5 90 90 .Sh AUTHORS 91 91 .An Willy Goiffon Aq Mt dev@z3bra.org 92 .Pp 93 "Borrowed" by 94 .An Izuru Yakumo Aq Mt yakumo.izuru@chaotic.ninja
Note:
See TracChangeset
for help on using the changeset viewer.