Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aashutoshrathi/mongo-ip-updater
A simple script which upserts your IP in Mongo NAL
https://github.com/aashutoshrathi/mongo-ip-updater
chrome-extension mongo mongo-atlas
Last synced: 18 days ago
JSON representation
A simple script which upserts your IP in Mongo NAL
- Host: GitHub
- URL: https://github.com/aashutoshrathi/mongo-ip-updater
- Owner: aashutoshrathi
- Created: 2023-01-16T20:32:01.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-25T11:57:36.000Z (almost 2 years ago)
- Last Synced: 2024-10-11T09:15:53.301Z (about 1 month ago)
- Topics: chrome-extension, mongo, mongo-atlas
- Language: HTML
- Homepage: https://mongo-ip-updater.aashutosh.dev/
- Size: 95.7 KB
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Mongo IP Updater
This is a simple extension to add or update your IP addresses into a [MongoDB Access List](https://www.mongodb.com/docs/atlas/security/ip-access-list/).
> **Note**
> This is for very very lazy and my kinda people, who don't want to do anything manually.## Motivation 🤔
Unstable internet connection is already a pain, when you have to access some remote database from local setup, and your IP changes very often, it becomes a pain in the arse to update the MongoDB's allowed list of IP addresses.
This extension will help you to update your IP address in the access list with just one click.
## Installation
[link-chrome]: https://chrome.google.com/webstore/detail/mongo-ip-updater/cklilnpehpogpeoeklbefjbjafcnlofj 'Version published on Chrome Web Store'
[][link-chrome] [][link-chrome] and other Chromium browsers
### Development
- Get it locally -
```sh
$ git clone https://github.com/aashutoshrathi/mongo-ip-updater.git
```**OR**
Download the latest version here: [Mongo IP Updater ✨](https://github.com/aashutoshrathi/mongo-ip-updater/archive/master.zip)
- Go to `chrome://extensions/` & enable Developer Mode.
- Click on Load Unpacked Extension and Open/Select the folder.## Demo 📺
![Mongo NAL Upsert Demo](https://s3.ap-south-1.amazonaws.com/shared.aashutosh.dev/ip-updater-0.1.0.gif)