|
||
---|---|---|
src | ||
.gitignore | ||
Cargo.lock | ||
Cargo.toml | ||
README.md | ||
config.toml |
README.md
ISS
Second part of my gemini adventure, a gemini server! &client
Usage
- clone the repo
- install openssl development headers
- build with
cargo build --release
- run the binary with a certificate as the argument
- check out the help for more information
Content structure
You can set the directory to the content with the root
option in your config file, iss will read the content and certificates from there.
Structure of the root directory:
root
|-> certs
| |-> cert.pem
| |-> key.pem
|
|-> content
|-> index.gmi
|-> ...