rename scripts
This commit is contained in:
parent
2a0c885414
commit
fad4ddb154
@ -7,6 +7,9 @@
|
|||||||
## 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)
|
||||||
|
|
||||||
|
## View capsule
|
||||||
|
|
||||||
* Client: [amfora](https://github.com/makeworld-the-better-one/amfora)
|
* Client: [amfora](https://github.com/makeworld-the-better-one/amfora)
|
||||||
* HTTP: [vulpes.one](https://proxy.vulpes.one/gemini/a2s.su/)
|
* HTTP: [vulpes.one](https://proxy.vulpes.one/gemini/a2s.su/)
|
||||||
|
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
#!/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://a2s.su
|
gemini://a2s.su
|
@ -1,7 +1,5 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
# using for production
|
|
||||||
|
|
||||||
./.bin/agate.x86_64-unknown-linux-gnu \
|
./.bin/agate.x86_64-unknown-linux-gnu \
|
||||||
--content ./public/ \
|
--content ./public/ \
|
||||||
--addr [::]:1965 \
|
--addr [::]:1965 \
|
Loading…
Reference in New Issue
Block a user