Changeset 66 in code


Ignore:
Timestamp:
Sep 19, 2023, 2:27:33 AM (21 months ago)
Author:
yakumo.izuru
Message:

config.mk gone, update all manual pages

Signed-off-by: Izuru Yakumo <yakumo.izuru@…>

Location:
trunk
Files:
1 deleted
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/marisa-trash.1

    r65 r66  
    1 .Dd 2021-11-03
    2 .Dt PARTAGE-TRASH 1
    3 .Os POSIX.1-2017
     1.Dd $Mdocdate$
     2.Dt MARISA-TRASH 1
     3.Os
    44.Sh NAME
    5 .Nm partage-trash
     5.Nm marisa-trash
    66.Nd Purge expired share files
    77.Sh SYNOPSIS
    8 .Nm partage-trash
     8.Nm marisa-trash
    99.Op Fl v
    1010.Op Fl f Ar files
     
    2323.Xr cron 8
    2424job, as the same user as the
    25 .Xr partage 1
     25.Xr marisa 1
    2626daemon.
    2727.Bl -tag -width Ds
     
    3737.El
    3838.Sh SEE ALSO
    39 .Xr partage 1
     39.Xr marisa 1
    4040.Sh AUTHOR
    4141.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-03
    2 .Dt PARTAGE 1
    3 .Os POSIX.1-2017
     1.Dd $Mdocdate$
     2.Dt MARISA 1
     3.Os
    44.Sh NAME
    5 .Nm partage
     5.Nm marisa
    66.Nd HTTP based file upload system
    77.Sh SYNOPSIS
    8 .Nm partage
     8.Nm marisa
    99.Op Fl v
    1010.Op Fl f Ar file
     
    1818A configurable expiration time is set for each file, that can be used
    1919to cleanup expired files thanks to
    20 .Xr partage-trash 1 .
     20.Xr marisa-trash 1 .
    2121.Bl -tag -width Ds
    2222.It Fl v
     
    2828.El
    2929.Sh SEE ALSO
    30 .Xr partage-trash 1 ,
    31 .Xr partage.conf 5
    32 .Sh AUTHOR
     30.Xr marisa-trash 1 ,
     31.Xr marisa.conf 5
     32.Sh AUTHORS
    3333.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-03
    2 .Dt PARTAGE.CONF 5
    3 .Os POSIX.1-2017
     1.Dd $Mdocdate$
     2.Dt MARISA.CONF 5
     3.Os
    44.Sh NAME
    5 .Nm partage.conf
    6 .Nd partage configuration file format
     5.Nm marisa.conf
     6.Nd marisa configuration file format
    77.Sh DESCRIPTION
    88.Nm
    99is the configuration file for the HTTP file sharing system,
    10 .Xr partage 1 .
     10.Xr marisa 1 .
    1111.Sh CONFIGURATION
    1212Here are the settings that can be set:
     
    1818.Ar host:port
    1919or as a Unix socket:
    20 .Ar /path/to/partage.sock .
     20.Ar /path/to/marisa.sock .
    2121When using Unix sockets, the program will serve content using the
    2222.Em FastCGI
     
    5555using fastcgi:
    5656.Bd -literal -offset indent
    57 listen      = /run/partage.sock
     57listen      = /run/marisa.sock
    5858baseuri     = https://domain.tld
    5959user        = www
     
    7777        connection { max request body 10737418240 }
    7878        location "*" {
    79                 fastcgi socket "/run/partage.sock"
     79                fastcgi socket "/run/marisa.sock"
    8080        }
    8181}
     
    8484
    8585.Sh SEE ALSO
    86 .Xr partage 1 ,
    87 .Xr partage-trash 1 ,
     86.Xr marisa 1 ,
     87.Xr marisa-trash 1 ,
    8888.Xr httpd 8,
    8989.Xr httpd.conf 5
    9090.Sh AUTHORS
    9191.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.