add some README
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
||||
*.txt
|
||||
i2p-traymenu
|
||||
basic
|
||||
|
2
Makefile
2
Makefile
@ -10,7 +10,7 @@ echo:
|
||||
@echo "type make version to do release $(VERSION)"
|
||||
|
||||
version:
|
||||
gothub release -s $(GITHUB_TOKEN) -u $(USER_GH) -r $(packagename) -t v$(VERSION) -d "version $(VERSION)"
|
||||
gothub release -p -s $(GITHUB_TOKEN) -u $(USER_GH) -r $(packagename) -t v$(VERSION) -d "version $(VERSION)"
|
||||
|
||||
del:
|
||||
gothub delete -s $(GITHUB_TOKEN) -u $(USER_GH) -r $(packagename) -t v$(VERSION)
|
||||
|
21
README.md
21
README.md
@ -0,0 +1,21 @@
|
||||
I2P System Tray Control Panel, Cross-Platform
|
||||
=============================================
|
||||
|
||||
This is a very simple system tray application for interacting with I2P. It
|
||||
can start, stop, or restart an I2P router, or it can launch a browser. It
|
||||
depends on the presence of an I2P router implementing the i2pcontrol jsonrpc
|
||||
interface.
|
||||
|
||||
To enable jsonrpc on the Java I2P router, go to this the webapps config page:
|
||||
[http://localhost:7657/configwebapps](http://localhost:7657/configwebapps) and
|
||||
enable the `jsonrpc` app as seen in the screenshot below:
|
||||
|
||||

|
||||
|
||||
HELP WANTED!!!
|
||||
--------------
|
||||
|
||||
I don't have a Mac, mine bit the dust. I need help creating a Mac package
|
||||
of this. Please, if you want a Mac version of this application and have
|
||||
Mac packaging experience, create an issue so we can work together to figure
|
||||
out how to support Mac users best.
|
||||
|
BIN
i2pcontrol.png
Normal file
BIN
i2pcontrol.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 123 KiB |
Reference in New Issue
Block a user