Coder Social home page Coder Social logo

caas's Introduction

CaaS or Computer as a Service

CaaS is a docker platform that lets you use a containerized computer with a desktop environmen using a vnc client or simply in your webbrower.

Preview (completely unfinished)

Website

Getting Started

To begin using CaaS you should

The website makes use of mod_rewrite and mod_proxy through a .htaccess file.

In order to make these work you should install and enable these modules and also allow 'AllowOverride' on your website folder in your apache config.

The docker containers use port mappings to connect to the host. I use the htaccess file to make sure that only requests for a certain port range are allowed.

You MUST set your own port range in both the website AND the htaccess file for your own security.

All of your ports from within your chosen port range should be available and within 1024-9999.

Example config:

RewriteRule '^computers/(700[0-9])/(.*)' 'http://127.0.0.1:$1/$2' [L,P]

This allows containers to be made in the range of 7000-7009

Bugs and Issues

Have a bug or an issue? Open a new issue here on GitHub.

Please note that CaaS is currently only supported on Ubuntu.

Creator

CaaS was/is being created by Bart Willems, your favorite free and open source software developer.

Copyright and License

CaaS uses the GNU General Public License V3 which respects your basic 4 freedoms:

  • The freedom to run the program as you wish, for any purpose (freedom 0).
  • The freedom to study how the program works, and change it so it does your computing as you wish (freedom 1). Access to the source code is a precondition for this.
  • The freedom to redistribute copies so you can help your neighbor (freedom 2).
  • The freedom to distribute copies of your modified versions to others (freedom 3). By doing this you can give the whole community a chance to benefit from your changes. Access to the source code is a precondition for this.

caas's People

Contributors

bartwillems avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.