Compare commits
7 Commits
Author | SHA1 | Date | |
---|---|---|---|
![]() |
59fefebb3b | ||
![]() |
5fcf1a9ebd | ||
![]() |
d4bdf43bfe | ||
![]() |
c792d21e93 | ||
![]() |
48a91b87cb | ||
![]() |
4045bbb373 | ||
![]() |
a22f7d20d5 |
5
Makefile
5
Makefile
@@ -1,4 +1,4 @@
|
|||||||
VERSION=0.0.03
|
VERSION=0.0.06
|
||||||
CGO_ENABLED=0
|
CGO_ENABLED=0
|
||||||
export CGO_ENABLED=0
|
export CGO_ENABLED=0
|
||||||
|
|
||||||
@@ -50,12 +50,13 @@ su3:
|
|||||||
-autostart=true \
|
-autostart=true \
|
||||||
-clientname=$(BINARY)-$(GOOS)-$(GOARCH) \
|
-clientname=$(BINARY)-$(GOOS)-$(GOARCH) \
|
||||||
-consolename="$(BINARY) - $(CONSOLEPOSTNAME)" \
|
-consolename="$(BINARY) - $(CONSOLEPOSTNAME)" \
|
||||||
-consoleurl="http://127.0.0.1:8084" \
|
|
||||||
-name="$(BINARY)-$(GOOS)-$(GOARCH)" \
|
-name="$(BINARY)-$(GOOS)-$(GOARCH)" \
|
||||||
-delaystart="1" \
|
-delaystart="1" \
|
||||||
-desc="`cat desc`" \
|
-desc="`cat desc`" \
|
||||||
-exename=$(BINARY)-$(GOOS)-$(GOARCH) \
|
-exename=$(BINARY)-$(GOOS)-$(GOARCH) \
|
||||||
-icondata=icon/icon.png \
|
-icondata=icon/icon.png \
|
||||||
|
-updateurl="http://idk.i2p/terrarium/$(BINARY)-$(GOOS)-$(GOARCH).su3" \
|
||||||
|
-website="http://idk.i2p/terrarium/" \
|
||||||
-command="$(BINARY)-$(GOOS)-$(GOARCH) -conf \"\$$PLUGIN/catbox-i2p.conf\"" \
|
-command="$(BINARY)-$(GOOS)-$(GOARCH) -conf \"\$$PLUGIN/catbox-i2p.conf\"" \
|
||||||
-license=MIT \
|
-license=MIT \
|
||||||
-res=conf/
|
-res=conf/
|
||||||
|
@@ -33,8 +33,8 @@ and provide more flexible security.
|
|||||||
|
|
||||||
### Inside I2P
|
### Inside I2P
|
||||||
|
|
||||||
- [Windows (In-I2P)](http://idk.i2p/terrarium/snowflake-windows.su3)
|
- [Windows (In-I2P)](http://idk.i2p/terrarium/terrarium-windows-amd64.su3)
|
||||||
- [Linux (In-I2P)](http://idk.i2p/terrarium/snowflake-linux.su3)
|
- [Linux (In-I2P)](http://idk.i2p/terrarium/terrarium-linux-amd64.su3)
|
||||||
|
|
||||||
### Outside I2P
|
### Outside I2P
|
||||||
|
|
||||||
|
@@ -22,8 +22,8 @@
|
|||||||
<p><a href="https://geti2p.net/en/docs/plugins">A guide to installing I2P plugins can be found on the I2P web site.</a></p>
|
<p><a href="https://geti2p.net/en/docs/plugins">A guide to installing I2P plugins can be found on the I2P web site.</a></p>
|
||||||
<h3 id="inside-i2p">Inside I2P</h3>
|
<h3 id="inside-i2p">Inside I2P</h3>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="http://idk.i2p/terrarium/snowflake-windows.su3">Windows (In-I2P)</a></li>
|
<li><a href="http://idk.i2p/terrarium/terrarium-windows-amd64.su3">Windows (In-I2P)</a></li>
|
||||||
<li><a href="http://idk.i2p/terrarium/snowflake-linux.su3">Linux (In-I2P)</a></li>
|
<li><a href="http://idk.i2p/terrarium/terrarium-linux-amd64.su3">Linux (In-I2P)</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
<h3 id="outside-i2p">Outside I2P</h3>
|
<h3 id="outside-i2p">Outside I2P</h3>
|
||||||
<ul>
|
<ul>
|
||||||
|
Reference in New Issue
Block a user