Blame


1 9c0941c5 2023-08-17 continue # vostok: simple C++11 Gemini server
2 3f592c20 2023-08-16 continue
3 3f592c20 2023-08-16 continue A self-signed certificate is required:
4 3f592c20 2023-08-16 continue ```
5 3f592c20 2023-08-16 continue $ mkdir cert/
6 3f592c20 2023-08-16 continue $ openssl req -newkey rsa:4096 -nodes -keyout cert/server.key -x509 -days 36500 -out cert/server.crt
7 3f592c20 2023-08-16 continue ```
8 3f592c20 2023-08-16 continue
9 3f592c20 2023-08-16 continue Build and run server:
10 3f592c20 2023-08-16 continue ```
11 3f592c20 2023-08-16 continue $ make run_server
12 3f592c20 2023-08-16 continue ```
13 3f592c20 2023-08-16 continue
14 f81007da 2023-08-17 continue ## Development blog (in Russian)
15 f81007da 2023-08-17 continue
16 f81007da 2023-08-17 continue => /reports/0.0.1.gmi
17 f81007da 2023-08-17 continue
18 3f592c20 2023-08-16 continue ## See also
19 3f592c20 2023-08-16 continue
20 3f592c20 2023-08-16 continue => gemini://gemini.circumlunar.space/docs/specification.gmi Project Gemini (Speculative specification)
21 3f592c20 2023-08-16 continue => https://got.any-key.press/?action=summary&path=vostok.git vostok source code
22 3f592c20 2023-08-16 continue
23 3f592c20 2023-08-16 continue Contact: vostok@to.any-key.press