Skip to content

DogeNetwork/dogeub

Repository files navigation


ko-fi


DogeUB version 5 is finally here!

image

Overview

DogeUB is a browser-in-browser style internet hub that brings together web apps, tools, and games in one place, built with React.

Important

Please consider starring our repository if you are forking it!

List of features:

Feature Implemented
Web Proxy Yes
Browser-like UI Yes
App player UI Yes
Cloak features Partially
Game Downloader Yes
Quick Links Yes
DuckDuckGo Search API Yes
Apps & Games Yes
Search Engine Switcher Yes
Themes/Site Customization Yes

Development & Building

Production:

git clone https://github.com/DogeNetwork/dogeub.git
cd dogeub
npm i
npm run build
node server.js

Development:

git clone https://github.com/DogeNetwork/dogeub.git
cd dogeub
npm i
npm run dev

Deploying with Docker:

docker run -d \
  --name dogeub \
  --restart unless-stopped \
  -p 3000:3000 \
  -e NODE_ENV=production \
  -e PORT=3000 \
  ghcr.io/dogenetwork/dogeub:latest

Note

If accessing over a network instead of localhost, you will need to provide a valid SSL certificate (e.g., using a reverse proxy like Nginx or Caddy). This is required for the built-in service worker to function properly.


Contributors / Developers

Name Role GitHub
Derpman Lead Developer @qerionx
Fowntain Project Manager @fowntain
Akane Contributor @genericness
DJshelfmushroom Contributor @DJshelfmushroom

Note

Want to be on this list? Make a few pull requests!


Made possible thanks to:

License

This project is licensed under the GNU Affero GPL v3.
See the LICENSE file for more details.

Sponsor this project

Contributors

Languages