DockWeb is a powerful Docker image designed to efficiently run multiple web extensions within a single container. As the landscape of monetizable web extensions expands, DockWeb provides a seamless "set it and forget it" solution for managing and deploying them collectively.
- π Multi-Extension Support - Run multiple web extensions simultaneously
- β‘ Resource Optimization - Reduces system overhead by consolidating extensions
- π Scalability - Designed to accommodate new extensions as they emerge
- π₯οΈ Cross-Platform - Works on any Docker-supported system
- πΎ Persistent Sessions - Maintains login states across container restarts
Application | Referral Code | Status |
---|---|---|
π± Grass | cDmWvtOKIDU-7T- |
β Active |
π¨ GradientNode | 5VSBV9 |
β Active |
π DawnInternet | sufx302h |
β Active |
π° NodePay | EHEzbYy5vbpP2cj |
β Active |
π₯ Teneo | S7erg |
β Inactive |
π‘ Pro Tip: Using referral codes helps support the development of this free project!
docker run -d \
--name dockweb \
--env ALL_EMAIL=your_email@example.com \
--env ALL_PASS=your_password \
--volume ./chrome_user_data:/app/chrome_user_data \
--publish 5000:5000 \
--restart unless-stopped \
carbon2029/dockweb
If you prefer to configure extensions individually:
docker run -d \
--name dockweb \
--env GRASS_USER=your_email@example.com \
--env GRASS_PASS=your_password \
--env GRADIENT_EMAIL=your_email@example.com \
--env GRADIENT_PASS=your_password \
--env DAWN_EMAIL=your_email@example.com \
--env DAWN_PASS=your_password \
--volume ./chrome_user_data:/app/chrome_user_data \
--publish 5000:5000 \
--restart unless-stopped \
carbon2029/dockweb
π Note: You only need to include variables for the extensions you plan to use.
Variable | Description | Example |
---|---|---|
ALL_EMAIL |
Universal email for all extensions | user@example.com |
ALL_PASS |
Universal password for all extensions | your_password |
GRASS_USER |
Grass extension email | user@example.com |
GRASS_PASS |
Grass extension password | grass_password |
GRADIENT_EMAIL |
GradientNode extension email | user@example.com |
GRADIENT_PASS |
GradientNode extension password | gradient_password |
DAWN_EMAIL |
Dawn extension email | user@example.com |
DAWN_PASS |
Dawn extension password | dawn_password |
TENO_COOKIE |
Teneo cookie (setup guide) | cookie_value |
NP_COOKIE |
NodePay cookie (setup guide) | cookie_value |
Host Path | Container Path | Purpose |
---|---|---|
./chrome_user_data |
/app/chrome_user_data |
Session persistence |
Host Port | Container Port | Purpose |
---|---|---|
5000 |
5000 |
Web interface access |
-
Pull the Docker Image
docker pull carbon2029/dockweb
-
Create Data Directory (Optional but recommended)
mkdir -p ./chrome_user_data
-
Run the Container
docker run -d \ --name dockweb \ --env ALL_EMAIL=your_email@example.com \ --env ALL_PASS=your_password \ --volume ./chrome_user_data:/app/chrome_user_data \ --publish 5000:5000 \ --restart unless-stopped \ carbon2029/dockweb
-
Monitor Container Status
docker ps docker logs dockweb
-
To Solve Dawn Captcha Open your browser and navigate to
http://localhost:5000
# View running containers
docker ps
# Check container logs
docker logs dockweb
# Stop the container
docker stop dockweb
# Start the container
docker start dockweb
# Remove the container
docker rm dockweb
Metric | Value | Notes |
---|---|---|
CPU Usage | ~0.01 - 1% | Minimal impact |
RAM Usage | ~522 MB | With 5 apps running |
Storage | Variable | Depends on session data |
π― Optimization Goal: Future updates will focus on further reducing resource consumption.
Platform | Airdrop Status | Notes |
---|---|---|
π± Grass | β Paid | Successfully distributed |
π° NodePay | β Paid | Successfully distributed |
π¨ GradientNode | β³ Pending | Claims future payouts |
π DawnInternet | β³ Pending | Claims future payouts |
π₯ Teneo | β³ Pending | Claims future payouts |
β οΈ Disclaimer: Exercise discretion and only participate if you trust the respective platforms.
- β Fixed Grass Lite Node - Yes the recent issues with grass lite node is fixed it should be functional
- π Discord Webhooks - Currently in development
- π Bug Reports Welcome - Found an issue? Create one here
- π€ Auto-login for Captcha Services - Working on bypassing Cloudflare challenges
- π Enhanced Monitoring - Better logging and status reporting
- π¨ Improved Web Interface - More user-friendly dashboard
Why use DockWeb instead of browser extensions?
DockWeb provides several advantages:
- Security: Isolates unknown extensions from your personal browser
- Resource Management: Centralized control over all extensions
- Automation: "Set it and forget it" approach
- Scalability: Easy to manage multiple accounts or extensions
Is DockWeb resource-intensive?
No! DockWeb is designed to be lightweight:
- CPU usage: ~0.01-1%
- RAM usage: ~522MB with 5 applications
- Continuous optimization efforts to reduce footprint further
How do I handle Captcha challenges?
For NodePay and Teneo:
Will you add more applications?
Yes, but selectively:
- Apps must show genuine potential
- Personal testing and validation required
- Community demand considered
- No "trash apps" that may never pay
- Suggest new apps via GitHub Issues
We welcome contributions! Here's how you can help:
- π Report Bugs - Open an issue
- π‘ Suggest Features - Share your ideas
- ποΈ Submit PRs - Code contributions are welcome
- π Improve Documentation - Help make guides clearer
- Alternative Solution - Check out money4band for easier setup
- Community Support - Thanks to all users providing feedback and suggestions
- Issues & Bugs: GitHub Issues
- General Inquiries: masterofnoothing@proton.me
- App Developers: If you have concerns about your app being listed, please reach out
This software is distributed under the GNU General Public License (GPL-3.0). Users are free to redistribute and modify it in accordance with the license terms.
This software is provided "as is," without warranty of any kind. Users assume full responsibility for any risks associated with its usage.
This project was created solely to enhance the experience of real users. I do not condone or support:
- β Farming or automation abuse
- β Proxy misuse
- β Application terms violation
If you find DockWeb helpful, consider:
- β Starring the repository
- π Using the provided referral links
- π€ Contributing to the codebase
- π’ Sharing with others
Your support helps fund the development of more free and open-source projects!
Made with β€οΈ by the DockWeb Team