The main Bubble source repository. Contains the Bubble API server, the web UI, documentation and utilities. https://getbubblenow.com
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

README.md 3.8 KiB

4 år sedan
4 år sedan
4 år sedan
4 år sedan
4 år sedan
4 år sedan
3 år sedan
4 år sedan
4 år sedan
3 år sedan
3 år sedan
3 år sedan
4 år sedan
4 år sedan
3 år sedan
3 år sedan
3 år sedan
3 år sedan
3 år sedan
4 år sedan
3 år sedan
3 år sedan
4 år sedan
4 år sedan
3 år sedan
4 år sedan
4 år sedan
3 år sedan
4 år sedan
3 år sedan
4 år sedan
4 år sedan
4 år sedan
4 år sedan
4 år sedan
4 år sedan
4 år sedan
4 år sedan
4 år sedan
4 år sedan
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. # Bubble: a privacy-first VPN
  2. Bubble helps you start and manage your own private VPN.
  3. It also adds tools to this VPN to improve your internet experience by modifying your traffic: to
  4. remove ads, block malware, and much more.
  5. Visit the [**Bubble website**](https://getbubblenow.com/) to learn more.
  6. The [**Bubble Manifesto**](https://github.com/getbubblenow/bubble-docs/blob/master/README.md)
  7. is a statement of the values we cherish and the goals we strive to achieve.
  8. Read [**What is Bubble?**](https://github.com/getbubblenow/bubble-docs/blob/master/what_is_bubble.md)
  9. to get a more in-depth view of what Bubble is and how it works.
  10. If you're interested in developing on Bubble, see the [**Bubble Developer Guide**](docs/dev.md) and
  11. [**Bubble API Guide**](https://github.com/getbubblenow/bubble-docs/blob/master/api/README.md).
  12. ## Operating System Support
  13. Once your Bubble is running, any device can connect to it:
  14. [Windows](https://support.getbubblenow.com/hc/en-us/articles/360051349493-Connect-a-Windows-system-to-your-Bubble),
  15. [Linux](https://support.getbubblenow.com/hc/en-us/articles/360050799434-Connect-a-Linux-system-to-your-Bubble),
  16. [Mac](https://support.getbubblenow.com/hc/en-us/articles/360051573753-Connect-an-Apple-Mac-OS-X-system-to-your-Bubble),
  17. [iOS](https://support.getbubblenow.com/hc/en-us/articles/360051573613-Connect-an-Apple-iOS-device-to-your-Bubble),
  18. [Android](https://support.getbubblenow.com/hc/en-us/articles/360050800074-Connect-an-Android-device-to-your-Bubble);
  19. if it supports VPN connections, it will probably work just fine.
  20. The Bubble itself runs Ubuntu 20.04 and can be launched in a variety of ways.
  21. To launch your own Bubble using this software, you will need either:
  22. * A system with Docker installed, to run the [Bubble Docker Launcher](docs/docker-launcher.md)
  23. * A Mac or Linux system, to run the launcher or build from source
  24. ## The Easy Path
  25. If you'd like to enjoy all the benefits of Bubble without going through all this hassle,
  26. try launching a Bubble using [GetBubbleNow.com](https://GetBubbleNow.com/).
  27. There are no technical steps, you can be up and running in a few minutes.
  28. Any Bubble you launch from [GetBubbleNow.com](https://GetBubbleNow.com/) will also be "yours only"
  29. -- all Bubbles, shortly after launching, disable all admin access.
  30. ## Getting Started
  31. To self-host your own Bubble, the [Bubble Docker Launcher](docs/docker-launcher.md)
  32. is the easiest way to get started.
  33. If you're feeling more adventurous, you can also [run a binary distribution](docs/run-binary.md), or [build Bubble from source](docs/dev.md).
  34. ## Deployment Modes
  35. Bubble runs in three different modes. You'll need to run a Local Launcher first, then
  36. decide if you want to use a Remote Launcher to manage multiple Bubble nodes, or just launch a single Bubble
  37. directly from the Local Launcher.
  38. #### Local Launcher Mode
  39. You must begin in this mode, where Bubble runs locally on your machine.
  40. You'll setup the various cloud services required to run Bubble,
  41. and use the Local Launcher to start a Remote Launcher or a Bubble Node.
  42. This is the mode run by the [Bubble Docker Launcher](docs/docker-launcher.md) and [Bubble Vagrant](docs/dev_vagrant.md)
  43. environments.
  44. Learn more about setting up [Local Launcher Mode](docs/local-launcher.md)
  45. #### Remote Launcher Mode
  46. In this mode, Bubble is running in the cloud in Launcher Mode, ready to launch new Bubbles that you can use.
  47. You cannot connect devices to a Bubble in Launcher Mode, you can only use it to launch new Bubbles.
  48. Learn more about setting up [Remote Launcher Mode](docs/remote-launcher.md)
  49. #### Bubble Node Mode
  50. In this mode, the Bubble has been launched by a Local Launcher or a Remote Launcher and is a proper Bubble Node.
  51. You can connect your devices to it and use it as your own private VPN and enhanced internet service.
  52. Learn more about launching a [Bubble Node](docs/launch-node.md)