source: code/trunk/morty.1@ 133

Last change on this file since 133 was 76, checked in by asciimoo, 7 years ago

Merge pull request #54 from josch/master

Add manual page for the "man" manual program in roff format

File size: 1.6 KB
Line 
1.TH MORTY "1" "2018" "morty" "User Commands"
2.SH NAME
3morty \- Privacy aware web content sanitizer proxy as a service
4.SH SYNOPSIS
5.B morty
6.RI [ OPTIONS ]
7.br
8.SH DESCRIPTION
9Morty rewrites web pages to exclude malicious HTML tags and attributes. It
10also replaces external resource references to prevent third party
11information leaks.
12.sp
13The main goal of morty is to provide a result proxy for searx, but it can be
14used as a standalone sanitizer service too.
15.SH OPTIONS
16.HP
17\fB\-ipv6\fR
18.IP
19Allow IPv6 HTTP requests
20.HP
21\fB\-key\fR string
22.IP
23HMAC url validation key (hexadecimal encoded) \- leave blank to disable
24.HP
25\fB\-listen\fR string
26.IP
27Listen address (default "127.0.0.1:3000")
28.HP
29\fB\-timeout\fR uint
30.IP
31Request timeout (default 2)
32.HP
33\fB\-version\fR
34.IP
35Show version
36.SH BUGS
37Bugs or suggestions? Visit the issue tracker at
38https://github.com/asciimoo/morty/issues.
39.SH SEE ALSO
40.BR searx (1)
41.SH LICENSE
42Copyright 2016-2018 Adam Tauber <asciimoo@gmail.com>
43.br
44Copyright 2016 Alexandre Flament <alex@al-f.net>
45.sp
46This program is free software: you can redistribute it and/or modify it under
47the terms of the GNU Affero General Public License as published by the Free
48Software Foundation, either version 3 of the License, or (at your option) any
49later version.
50.sp
51This program is distributed in the hope that it will be useful, but WITHOUT ANY
52WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
53PARTICULAR PURPOSE. See the GNU Affero General Public License for more
54details.
55.sp
56You should have received a copy of the GNU Affero General Public License along
57with this program. If not, see <http://www.gnu.org/licenses/>.
Note: See TracBrowser for help on using the repository browser.