Added POD documentation to sakisafe.pl

master
Barrington 2023-03-15 14:54:25 +01:00
parent 1d53129435
commit 338c4c2771
Signed by: svragv
GPG Key ID: B39C0BCEE94A4A89
1 changed files with 25 additions and 1 deletions

View File

@ -118,7 +118,6 @@ get '/f/:dir/#name' => sub ($c) {
format => $ext,
content_disposition => 'inline'
);
};
app->max_request_size( 1024 * 1024 * 100 );
@ -190,3 +189,28 @@ __DATA__
</body>
</html>
=pod
=head1 sakisafe
sakisafe is a web application using the Mojolicious framework which
allow users to simply upload and share files.
=head2 synopsis
C<./sakisafe.pl daemon -m production>
This will start sakisafe in port 3000. Which should be proxied with
nginx or any reverse proxy software.
=head2 license
The Unlicense.
=head2 author
Raoul Vaughn
=cut