You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
mechanism to get public & private ip address and port
GET to check if kibibit is accessible from that public ip
PUT to set a continues service on server that creates a new secret gist with the public ip + port in it everytime the public ip changes
a PUT and GET to allow enabling and disabling public access
Client
I thought of implementing something similar to what plex does:
showing both public and private ip addresses.
if kibibit is accessible from outside, show an option to post kibibit's data to a secret gist every time your computer's external ip changes. This way, you'll always know where to go to access kibibit from afar.
we need some sort of simple explanation that says that you need to configure your router's port forwarding mechanism.
The text was updated successfully, but these errors were encountered:
SAVE PUBLIC IP TO A GIST
FEATURE
How I thought of knowing your
kibibit
public url:Server
GET
andPUT
publicport
GET
to check ifkibibit
is accessible from that public ipPUT
to set a continues service on server that creates a new secret gist with the public ip + port in it everytime the public ip changesPUT
andGET
to allow enabling and disabling public accessClient
I thought of implementing something similar to what plex does:
kibibit
is accessible from outside, show an option to postkibibit
's data to a secret gist every time your computer's external ip changes. This way, you'll always know where to go to accesskibibit
from afar.port forwarding
mechanism.The text was updated successfully, but these errors were encountered: