Updated documentation

master
Barrington 2022-11-30 15:04:25 +01:00
parent 6d5632ee81
commit e28e8f54f8
Signed by: svragv
GPG Key ID: B39C0BCEE94A4A89
3 changed files with 7 additions and 5 deletions

View File

@ -37,7 +37,7 @@ server {
server_name sakisafe.whatever.tld;
listen 443 ssl;
# ssl configuration here...
# ssl configuration here
location / {
proxy_pass http://127.0.0.1:3000$request_uri;
@ -56,7 +56,7 @@ other file upload services). It also supports file uploading via scp
## Features
* Written in C so is fast.
* HTTP and SCP support (FTP support is planned!)
* HTTP and SCP support (FTP support is planned)
* Highly configurable
* Lightweight
* If using OpenBSD, it will run `pledge()` for security reasons.
@ -71,7 +71,9 @@ Clone the repo and run `make` (or `bmake` in linux systems)
![](https://repology.org/badge/vertical-allrepos/sakisafe.svg)
# Contributing
Just create a pull request in GitHub or send a diff file.
# Donate

View File

@ -56,6 +56,6 @@ was rebranded to
.Sy sakisafecli
in 2022-05-05
.Sh AUTHORS
qorg11 <teru-sama at riseup dot net>
Raoul Vaughn <chief_keef at riseup dot net>
.Sh SEE ALSO
sakisafeclirc(5)

View File

@ -61,13 +61,13 @@ and with the
127.0.0.1:9050
.Bd -literal -offset indent;
server="https://ls.qorg11.net"
server="https://ss.suragu.net"
socks_proxy="127.0.0.1:9050"
force_ipv4=true
use_socks_proxy=true
.Ed
.Sh AUTHORS
qorg11 <teru-sama at riseup dot net>
Raoul Vaughn <chief_keef at riseup dot net>
.Sh SEE ALSO
sakisafecli(1)