update url
This commit is contained in:
parent
e033778c40
commit
e5f4632848
@ -1,3 +1,9 @@
|
|||||||
|
# My Gemini capsule
|
||||||
|
|
||||||
|
##
|
||||||
|
- `gemini://` - [link](gemini://a2s.su)
|
||||||
|
- `http://` - [link](https://gemini.a2s.su)
|
||||||
|
|
||||||
## Using Software
|
## Using Software
|
||||||
* Server: [agate](https://github.com/mbrubeck/agate)
|
* Server: [agate](https://github.com/mbrubeck/agate)
|
||||||
* HTTP proxy: [kineto](https://git.sr.ht/~sircmpwn/kineto)
|
* HTTP proxy: [kineto](https://git.sr.ht/~sircmpwn/kineto)
|
||||||
|
@ -3,10 +3,10 @@ server {
|
|||||||
listen [::]:80;
|
listen [::]:80;
|
||||||
|
|
||||||
listen 443 ssl;
|
listen 443 ssl;
|
||||||
ssl_certificate /home/alex/_certbot/config/live/gemini.iiiypuk.me/fullchain.pem;
|
ssl_certificate /home/alex/_certbot/config/live/gemini.a2s.su/fullchain.pem;
|
||||||
ssl_certificate_key /home/alex/_certbot/config/live/gemini.iiiypuk.me/privkey.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 / {
|
location / {
|
||||||
proxy_pass http://127.0.0.1:8080;
|
proxy_pass http://127.0.0.1:8080;
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
./.bin/kineto -b 127.0.0.1:8080 \
|
./.bin/kineto -b 127.0.0.1:8080 \
|
||||||
-e /assets/styles.css \
|
-e /assets/styles.css \
|
||||||
gemini://iiiypuk.me
|
gemini://a2s.su
|
||||||
|
@ -6,5 +6,5 @@
|
|||||||
--content ./public/ \
|
--content ./public/ \
|
||||||
--addr [::]:1965 \
|
--addr [::]:1965 \
|
||||||
--addr 0.0.0.0:1965 \
|
--addr 0.0.0.0:1965 \
|
||||||
--hostname iiiypuk.me \
|
--hostname a2s.su \
|
||||||
--lang en-US
|
--lang ru-RU
|
||||||
|
Loading…
Reference in New Issue
Block a user