All Projects → ethibox → ethibox

ethibox / ethibox

Licence: GPL-3.0 license
Open-source web apps hoster

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects

Projects that are alternatives of or similar to ethibox

Portainer
Making Docker and Kubernetes management easy.
Stars: ✭ 20,434 (+15618.46%)
Mutual labels:  docker-swarm, portainer
pi-hosted
Raspberry Pi Self Hosted Server Based on Docker / Portainer.io
Stars: ✭ 467 (+259.23%)
Mutual labels:  self-hosted, portainer
Swarmlet
A self-hosted, open-source Platform as a Service that enables easy swarm deployments, load balancing, automatic SSL, metrics, analytics and more.
Stars: ✭ 373 (+186.92%)
Mutual labels:  self-hosted, portainer
Docker Swarm Cookbook
A large collection of recipes for a complete, self-hosted Docker Swarm stack including Traefik v2 and SSO/Auth
Stars: ✭ 49 (-62.31%)
Mutual labels:  docker-swarm, self-hosted
Swarmstack
A Docker swarm-based starting point for operating highly-available containerized applications.
Stars: ✭ 181 (+39.23%)
Mutual labels:  docker-swarm, portainer
addon-portainer
Portainer - Home Assistant Community Add-ons
Stars: ✭ 83 (-36.15%)
Mutual labels:  docker-swarm, portainer
Invoice As A Service
💰 Simple invoicing service (REST API): from JSON to PDF
Stars: ✭ 106 (-18.46%)
Mutual labels:  stripe, self-hosted
docker-box
A lightweight docker application platform for single servers.
Stars: ✭ 62 (-52.31%)
Mutual labels:  docker-swarm, portainer
tele-vdo-rider
Telegram bot to convert online videos to audio (mp3)
Stars: ✭ 17 (-86.92%)
Mutual labels:  self-hosted
memberful-wp
Better membership software for WordPress.
Stars: ✭ 37 (-71.54%)
Mutual labels:  stripe
certfico
App para geração e envio de certificados para eventos
Stars: ✭ 20 (-84.62%)
Mutual labels:  self-hosted
recoil-todo-list
A simple todo list app, built using Recoil.
Stars: ✭ 15 (-88.46%)
Mutual labels:  recoil
dashy
🚀 A self-hostable personal dashboard built for you. Includes status-checking, widgets, themes, icon packs, a UI editor and tons more!
Stars: ✭ 7,103 (+5363.85%)
Mutual labels:  self-hosted
distributed-jmeter-docker
No description or website provided.
Stars: ✭ 56 (-56.92%)
Mutual labels:  docker-swarm
Collect
A server to collect & archive websites that also supports video downloads
Stars: ✭ 62 (-52.31%)
Mutual labels:  self-hosted
openbooks
Search and Download eBooks
Stars: ✭ 752 (+478.46%)
Mutual labels:  self-hosted
geoflow
R engine to orchestrate and run (meta)data workflows
Stars: ✭ 28 (-78.46%)
Mutual labels:  orchestrator
traefik-docker-ansible
🐳 🐹  This is an Ansible playbook to install multiple Web applications on a single Ubuntu server with Docker and Traefik.
Stars: ✭ 75 (-42.31%)
Mutual labels:  self-hosted
self-hosted-services
A core set of privacy-preserving services that can be easily self-hosted via Docker Compose.
Stars: ✭ 123 (-5.38%)
Mutual labels:  self-hosted
clusterplex
ClusterPlex is basically an extended version of Plex, which supports distributed Workers across a cluster to handle transcoding requests.
Stars: ✭ 123 (-5.38%)
Mutual labels:  docker-swarm

Ethibox

Version License Github Workflow Code Climate

Ethibox is an open-source web apps hoster. Host and share the most popular open-source web apps for your friends and/or your clients.

screenshot

Installation

docker run --name ethibox -p 3000:3000 ethibox/ethibox

Development

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment to deploy the project on a live system.

To clone and run this application, you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:

# Clone this repository
git clone https://github.com/ethibox/ethibox

# Go into the repository
cd ethibox

# Install dependencies
yarn

# Initialize database
npm run migrate

# Copy environment variables
cp .env.dist .env

# Run the app
npm start

# Go to http://localhost:8080

Running the tests

npm test

Contributing

We welcome contributions in all forms. Please check out the contributing guide for more information.

Participation in this project is subject to a code of conduct.

License

This project is licensed under the GNU GPL v3.0 - see the LICENSE.txt file for details

Free Software, Hell Yeah!

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].