update url

This commit is contained in:
Alexander Popov 2022-03-27 11:53:57 +03:00
parent e033778c40
commit e5f4632848
4 changed files with 12 additions and 6 deletions

View File

@ -1,3 +1,9 @@
# My Gemini capsule
##
- `gemini://` - [link](gemini://a2s.su)
- `http://` - [link](https://gemini.a2s.su)
## Using Software
* Server: [agate](https://github.com/mbrubeck/agate)
* HTTP proxy: [kineto](https://git.sr.ht/~sircmpwn/kineto)

View File

@ -3,10 +3,10 @@ server {
listen [::]:80;
listen 443 ssl;
ssl_certificate /home/alex/_certbot/config/live/gemini.iiiypuk.me/fullchain.pem;
ssl_certificate_key /home/alex/_certbot/config/live/gemini.iiiypuk.me/privkey.pem;
ssl_certificate /home/alex/_certbot/config/live/gemini.a2s.su/fullchain.pem;
ssl_certificate_key /home/alex/_certbot/config/live/gemini.a2s.su/privkey.pem;
server_name gemini.iiiypuk.me;
server_name gemini.a2s.su;
location / {
proxy_pass http://127.0.0.1:8080;

View File

@ -1,4 +1,4 @@
#!/bin/sh
./.bin/kineto -b 127.0.0.1:8080 \
-e /assets/styles.css \
gemini://iiiypuk.me
gemini://a2s.su

View File

@ -6,5 +6,5 @@
--content ./public/ \
--addr [::]:1965 \
--addr 0.0.0.0:1965 \
--hostname iiiypuk.me \
--lang en-US
--hostname a2s.su \
--lang ru-RU