add some README

This commit is contained in:
idk
2020-09-06 18:56:03 -04:00
parent 05a54369c2
commit a23cd3c661
4 changed files with 23 additions and 1 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
*.txt
i2p-traymenu
basic

View File

@ -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)

View File

@ -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:
![enable i2pcontrol](i2pcontrol.png)
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

Binary file not shown.

After

Width:  |  Height:  |  Size: 123 KiB