Skip to content

Dogebox v0.1.0-beta

Compare
Choose a tag to compare
@SomeoneWeird SomeoneWeird released this 04 Oct 05:44
· 72 commits to main since this release
Dogebox Logo

DOGEBOX is a NixOS distribution that runs the Dogebox Runtime Environment

Caution

Warning

Dogebox is currently in beta (heavy testing). Do not use it for any production workloads, and definitely don't send any money to addresses generated by it unless you have ensured key backups.

This release fixes a number of bugs which have come out through testing and adds some new functionality required by actual Pups (GigaWallet, Identity, Dogenet etc). Pup management has improved greatly although there are still some cases where they can get stuck which we're working on.

Dogeboxd

  • ssh key management APIs
  • webUI port assignment (Pups can expose UIs)
  • Pup web hook routes APIs
  • Key delegation (All pups are delegated a priv key to their environment)
  • Now uses reflector at setup

dPanel

  • Fixed issue where frontend missed install event and Pups got stuck 'installing..'
  • Display webUI buttons for pups with WebUIs (no iframe)
  • Added Pup Logo support
  • Setup now allows SSH keys for console access
  • Added MIT disclaimer step at setup
  • Removed a number of incomplete UI elements until they are ready

Pups

This release introduces a bunch of new Pups packaged:

  • GigaWallet (payment gateway)
  • Dogenet (Dogebox' experimental node network)
  • Identity (Put yourself on the map!)
  • DogeMap (explore the Dogecoin network)

Websites

Please join our DogeDev discord server for discussion, suggestions, and support.

New Features

SSH key can be set at setup

Screenshot 2024-10-04 at 3 14 00 PM

Setup uses the reflector service to find your IP after setting the network

Screenshot_2024-10-04_at_3 15 30_PM

Pup Logos and enhanced details

Screenshot_2024-10-04_at_3 17 21_PM

Identity Pup (testing)

Give your Dogenet Node an optional identity, and express yourself or your business on the DogeMap
iden

DogeMap Pup (testing)

DogeMap super early preview will become a hub for finding businesses that accept Dogecoin!

map
How to Boot
  1. Download Virtualbox, or another OVA compatible VM launcher.
  2. Import the OVA image.
  3. Configure your network to use bridged mode.
  4. Launch the VM. This may take up to 10 minutes depending on your internet connection, to configure itself initially.
  5. Login with username: shibe and password suchpass
  6. Run ip addr to get the IP address of the VM
  7. On your computer, visit http://ip:8080 to visit the setup experience.