A web tool for organizing ports you forwarded in your router and domains you own.
Report a Bug | Request a New Feature | Help Develop This Project | Fund Me
Loved the project? Please consider giving a star :)
I made this project to help people like me with organizing forwarded ports and domains and their respective devices.
- Download the ZIP folder
- Unpack the ZIP
- Upload the folder to your webserver and then visit
http://yoursite.com/pad-organizer
- You're done!
- If you don't want that other people can access this site you can do this with a .htaccess file
- Download the ZIP folder
- Unpack the ZIP
- Open CMD in the downloaded folder
- Execute
docker build -t pad-organizer:main
- Wait for everything to build
- Execute
docker run -d --name pad-organizer -p 80:80 pad-organizer:main
- Open CMD and execute
docker pull rootk1d/pad-organizer:main
- Once done start everything with
docker run -d --name pad-organizer -p 80:80 pad-organizer:main
If you want to see the dashboard in live action you can try it out here.
LEGAL NOTICE
I do not take over any liability for the content that users post on this website. Every user is responsible for what they are posting. Please do not share any racist / sexist expressions, slurs or links to external content such as pornographic content. Every input is being saved to a database together with the users IP.
For support you can create an issue here on GitHub or you can join my Discord.
- Add ports to list
- Empty whole list
- Responsive list (search bar)
- Manage entries (visit, edit, delete, copy)
- Directly visit domains, IPs via click
Feedback is great! If you have a suggestion or request create an issue! Smilarly, if you have any issues use the issue tab to let us know.
You are not allowed to remove any part of the footer. That includes all of the info about the copyright. If you wish to remove that info feel free to contact me on my Discord.
- Login & Register to stop others from accessing site
- Skeleton loading animation
- Animation to show which entry was added / deleted / edited / copied
- Add Favicon
You can help develop this project by doing some things of the todolist and making a pull request. If you have some even better ideas on how this project can be improved you can also make a pull requrest.
This repo is licensed under MIT. For more information see file "LICENSE".