Updated documentation
This commit is contained in:
parent
6d5632ee81
commit
e28e8f54f8
3 changed files with 7 additions and 5 deletions
|
@ -37,7 +37,7 @@ server {
|
||||||
server_name sakisafe.whatever.tld;
|
server_name sakisafe.whatever.tld;
|
||||||
listen 443 ssl;
|
listen 443 ssl;
|
||||||
|
|
||||||
# ssl configuration here...
|
# ssl configuration here
|
||||||
|
|
||||||
location / {
|
location / {
|
||||||
proxy_pass http://127.0.0.1:3000$request_uri;
|
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
|
## Features
|
||||||
|
|
||||||
* Written in C so is fast.
|
* Written in C so is fast.
|
||||||
* HTTP and SCP support (FTP support is planned!)
|
* HTTP and SCP support (FTP support is planned)
|
||||||
* Highly configurable
|
* Highly configurable
|
||||||
* Lightweight
|
* Lightweight
|
||||||
* If using OpenBSD, it will run `pledge()` for security reasons.
|
* 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)
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
# Contributing
|
||||||
|
|
||||||
|
Just create a pull request in GitHub or send a diff file.
|
||||||
|
|
||||||
# Donate
|
# Donate
|
||||||
|
|
||||||
|
|
|
@ -56,6 +56,6 @@ was rebranded to
|
||||||
.Sy sakisafecli
|
.Sy sakisafecli
|
||||||
in 2022-05-05
|
in 2022-05-05
|
||||||
.Sh AUTHORS
|
.Sh AUTHORS
|
||||||
qorg11 <teru-sama at riseup dot net>
|
Raoul Vaughn <chief_keef at riseup dot net>
|
||||||
.Sh SEE ALSO
|
.Sh SEE ALSO
|
||||||
sakisafeclirc(5)
|
sakisafeclirc(5)
|
||||||
|
|
|
@ -61,13 +61,13 @@ and with the
|
||||||
127.0.0.1:9050
|
127.0.0.1:9050
|
||||||
|
|
||||||
.Bd -literal -offset indent;
|
.Bd -literal -offset indent;
|
||||||
server="https://ls.qorg11.net"
|
server="https://ss.suragu.net"
|
||||||
socks_proxy="127.0.0.1:9050"
|
socks_proxy="127.0.0.1:9050"
|
||||||
force_ipv4=true
|
force_ipv4=true
|
||||||
use_socks_proxy=true
|
use_socks_proxy=true
|
||||||
.Ed
|
.Ed
|
||||||
.Sh AUTHORS
|
.Sh AUTHORS
|
||||||
qorg11 <teru-sama at riseup dot net>
|
Raoul Vaughn <chief_keef at riseup dot net>
|
||||||
.Sh SEE ALSO
|
.Sh SEE ALSO
|
||||||
sakisafecli(1)
|
sakisafecli(1)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue