agate

Simple gemini server for static files
git clone https://github.com/mbrubeck/agate.git
Log | Files | Refs | README

commit 2782d744bf159854a5c430f23eb4915c0e407d0f
parent e0cd1a723a90853a5fd456628789f811f445a5a8
Author: Johann150 <20990607+Johann150@users.noreply.github.com>
Date:   Sun,  7 Feb 2021 18:15:10 +0100

hint at tools directory
Diffstat:
MREADME.md | 5+++++
1 file changed, 5 insertions(+), 0 deletions(-)

diff --git a/README.md b/README.md @@ -22,6 +22,11 @@ Since Agate by default uses port 1965, you should be able to run other servers ( Or download the source code and run `cargo build --release` inside the source repository, then find the binary at `target/release/agate`. +*** +You can use the install script in the `tools` directory for the remaining steps if there is one for your system. +If there is none, please consider contributing one to make it easier for less tech-savvy users! +*** + 2. Generate a self-signed TLS certificate and private key. For example, if you have OpenSSL 1.1 installed, you can use a command like the following. (Replace the hostname `example.com` with the address of your Gemini server.) ```