create start scripts
This commit is contained in:
parent
cbcdc9918e
commit
29064d5e71
3
.gitignore
vendored
3
.gitignore
vendored
@ -1,2 +1 @@
|
||||
agate*
|
||||
|
||||
binary/
|
||||
|
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
[submodule "kineto"]
|
||||
path = kineto
|
||||
url = https://git.sr.ht/~sircmpwn/kineto
|
@ -1,4 +1,4 @@
|
||||
./agate.x86_64-unknown-linux-gnu \
|
||||
./binary/agate.x86_64-unknown-linux-gnu \
|
||||
--content ./public/ \
|
||||
--addr [::]:1965 \
|
||||
--addr 0.0.0.0:1965 \
|
1
kineto
Submodule
1
kineto
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit 988a00f1266ca3b9224235c504a1976f06f841cd
|
1
kineto-proxy-start.sh
Executable file
1
kineto-proxy-start.sh
Executable file
@ -0,0 +1 @@
|
||||
./binary/kineto -b 127.0.0.1:8080 gemini://iiiypuk.me
|
Loading…
Reference in New Issue
Block a user