-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Web Interface #23
Comments
Suggestion: Have the web server port able to be defined via config option, Some of us use iptables so we will need to create a rule to allow connection to that particular port. |
Yeah, that was the plan =) |
Another suggestion; Use Past.ee to be able to share stats instead of having the need to take screenshots. Past.ee has an API, and the past.ee option can only be "active" once a user has set their own API key in. http://paste.ee/wiki/API:Basics |
Not a bad idea. I'll probably add a simple chat command "/tickdynamic pastebin all" for when not using the web UI, and then a more complex version in the web UI. |
I suggested past.ee as via the API you can post pastes up to 12MB in size. I am unsure of what limitations that pastebin.com has as I don't even look at pastebin.com anymore after I discovered and use past.ee thanks to MultiMC |
for reference: https://github.com/NanoHttpd/nanohttpd |
Having the printout and control through the chat is a pain, so I'm going to implement a simple web interface that will show all the info, and allow configuration.
Should be much better than writing chat commands, given that you have a free port on the server.
Ideas:
The text was updated successfully, but these errors were encountered: