Skip to content

A web tool for organizing ports you forwarded and domains you own.

License

Notifications You must be signed in to change notification settings

Roo7K1d/pad-organizer

Repository files navigation

A web tool for organizing ports you forwarded in your router and domains you own.

Stars Badge Forks Badge Pull Requests Badge Issues Badge GitHub contributors License Badge
License Badge License Badge License Badge License Badge

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.

Installation Guide

Apache2 Webserver

  • 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

Docker

1. Building with Dockerfile

  • 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

2. Deploying image from Docker Hub

  • 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

Demo

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.


Support

For support you can create an issue here on GitHub or you can join my Discord.


Features

  • Add ports to list
  • Empty whole list
  • Responsive list (search bar)
  • Manage entries (visit, edit, delete, copy)
  • Directly visit domains, IPs via click

Feedback

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.


Copyright

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.


Todo (See Issues with tag "help wanted")

  • Login & Register to stop others from accessing site
  • Skeleton loading animation
  • Animation to show which entry was added / deleted / edited / copied
  • Add Favicon

Contributing

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.


License

This repo is licensed under MIT. For more information see file "LICENSE".