All Projects → yegor256 → thindeck

yegor256 / thindeck

Licence: other
Web Hosting That Deploys Itself

Programming Languages

java
68154 projects - #9 most used programming language
CSS
56736 projects
XSLT
1337 projects
Dockerfile
14818 projects
HTML
75241 projects
shell
77523 projects

Projects that are alternatives of or similar to thindeck

Javascript Interview Questions
500+ JavaScript Interview Questions
Stars: ✭ 208 (+766.67%)
Mutual labels:  hosting
Leap
Free & Open alternative to WHMCS. Let's see if we can make it
Stars: ✭ 270 (+1025%)
Mutual labels:  hosting
performance-dashboard
Magento 2 Performance Dashboard
Stars: ✭ 60 (+150%)
Mutual labels:  hosting
Awesome Mesh
This is a list for mesh networking: Documentation, Free Software mesh protocols, and applications. A mesh network is a network topology in which each node relays data for the network. All mesh nodes cooperate in the distribution of data in the network.
Stars: ✭ 227 (+845.83%)
Mutual labels:  hosting
htmlhost
hostHTML.live is downright the fastest way of hosting your single page HTML!
Stars: ✭ 21 (-12.5%)
Mutual labels:  hosting
ansible-role-gogs
DEPRECATED Ansible Role - Gogs: Go Git Service
Stars: ✭ 27 (+12.5%)
Mutual labels:  hosting
Heroku Telegram Bot
Starter pack to host your Python Telegram Bot on Heroku for free.
Stars: ✭ 183 (+662.5%)
Mutual labels:  hosting
cpomf
Pomf API compatible file host written in Crystal - The software behind nya.is.
Stars: ✭ 36 (+50%)
Mutual labels:  hosting
filein-frontend
The best way to share files
Stars: ✭ 16 (-33.33%)
Mutual labels:  hosting
CORE
Core of NodeMC, including stock dashboard and setup files.
Stars: ✭ 43 (+79.17%)
Mutual labels:  hosting
Awesome Openbsd
A curated list of awesome OpenBSD resources
Stars: ✭ 228 (+850%)
Mutual labels:  hosting
Awesome Selfhosted
A list of Free Software network services and web applications which can be hosted on your own servers
Stars: ✭ 70,996 (+295716.67%)
Mutual labels:  hosting
ghostfire
We use this docker image to host Ghost websites at FirePress 🔥📰. See live demos at play-with-ghost.com
Stars: ✭ 20 (-16.67%)
Mutual labels:  hosting
Heroku Python Script
Guide for hosting python scripts and applications on Heroku
Stars: ✭ 218 (+808.33%)
Mutual labels:  hosting
awesome-hosting
List of awesome hosting
Stars: ✭ 134 (+458.33%)
Mutual labels:  hosting
Imscp
i-MSCP Main Repository
Stars: ✭ 184 (+666.67%)
Mutual labels:  hosting
OrionServer
An open-source, centralized HTTPS botnet
Stars: ✭ 58 (+141.67%)
Mutual labels:  hosting
hipanel
Control panel for hosting, domains and more
Stars: ✭ 44 (+83.33%)
Mutual labels:  hosting
serverless-p2p-hosting
⚡ Serverless P2P Web Hosting
Stars: ✭ 25 (+4.17%)
Mutual labels:  hosting
Topper
🎩 Simple Windows Service helper (Topshelf-based, Azure Web Job capable)
Stars: ✭ 28 (+16.67%)
Mutual labels:  hosting

EO principles respected here Managed by Zerocracy DevOps By Rultor.com We recommend IntelliJ IDEA

Build Status PDD status Coverage Status Maintainability Hits-of-Code License

Availability at SixNines

Thindeck.com is a web hosting that deploys itself.

How it works:

  1. You create a Dockerfile in your Github deck
  2. You give us your Github deck coordinates
  3. We pull your deck and start a container (with a public IP and open ports)
  4. Every five minutes we check your deck for updates and re-deploy if any
  5. You pay for our CPU usage (per load!) and traffic (per Gb)

We're aware of their existence (you also should be):

Our unique advantages are:

  1. We can host any tech stack, because of Docker
  2. We fully automate blue/green deployments, pulling your sources
  3. We charge per second of CPU load, not per calendar hour

Technical documentation is here (in progress): doc.thindeck.com

How to contribute

Fork deck, make changes, send us a pull request. We will review your changes and apply them to the master branch shortly, provided they don't violate our quality standards. To avoid frustration, before sending us your pull request please run full Maven build:

$ mvn clean install -Pqulice

To avoid build errors use Maven 3.2+ and Java 7.

Because of MNG-5478 command mvn clean install -Pqulice -Psite site is not working properly. Please, use these two commands instead: mvn clean install -Pqulice && mvn clean site -Psite

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].