jingrow a8ef90a0c9 fix: 修复 disposable_emails.py 中的 AttributeError
将 jingrow.in_test 改为 jingrow.flags.in_test,修复注册功能中的 500 错误
2025-12-24 22:18:05 +08:00
2025-12-24 01:24:09 +08:00
2025-12-23 23:10:51 +08:00
2025-12-23 20:42:58 +08:00
2025-12-24 21:36:51 +08:00
2025-12-23 19:17:16 +08:00
2025-12-23 23:14:44 +08:00
2025-12-23 19:17:16 +08:00
2025-12-23 21:34:08 +08:00
2025-12-23 20:48:07 +08:00
2025-12-23 19:56:26 +08:00
2025-12-23 20:48:07 +08:00
2025-12-23 19:17:16 +08:00
2025-12-23 19:17:16 +08:00
2025-12-23 20:48:07 +08:00
2025-12-23 20:48:07 +08:00
2025-12-23 19:17:16 +08:00
2025-12-23 19:17:16 +08:00
2025-12-23 23:10:51 +08:00
2025-12-23 19:17:16 +08:00
2025-12-23 19:17:16 +08:00
2025-12-23 23:49:46 +08:00
2025-12-23 23:08:43 +08:00
2025-12-23 19:17:16 +08:00
2025-12-23 19:17:16 +08:00
2025-12-23 19:56:26 +08:00

Jcloude logo

Jcloude

Full Service Cloud Hosting For The Jingrow Stack - Powers Jingrow Cloud

codecov unittests

Managed jcloude

Jcloude

Jcloude is a 100% open-source cloud hosting for the Jingrow stack.

Motivation

We originally hosted our customer sites on an internal cloud platform called "Central," designed to automate creating and hosting sites when customers signed up on our website. Central was primarily built to host JERP, our flagship product. However, as our customers' needs evolved, they began requesting the ability to host custom applications, a feature that was not a priority in Central.

Additionally, customers lacked full control over their servers—no SSH access, no ability to manage updates, and limited flexibility in interacting with their environment. This led us to launch Jingrow Cloud, to build a self-serve cloud platform that would empower our customers with complete control over their hosting experience.

Key Features

  • Multitenancy Made Easy: Jcloude simplifies multi-tenancy by enabling multiple sites on a single platform, each with its app version, allowing independent updates and minimal downtime, even for large sites.

  • Dashboard: The dashboard provides a centralized interface to manage apps, servers, sites, billing, backups, and updates, offering real-time insights and streamlined control of complex operations.

  • Permissions: Granular access controls let team owners manage roles and resources efficiently, ensuring users have access only to relevant information and actions for their roles.

  • Simplified Management: Jcloude streamlines site management with automated backups, real-time monitoring, role-based access, and easy scaling, making it ideal for growing Jingrow environments.

  • Billing: Automated billing supports daily or monthly subscriptions, flexible payment methods, wallet credits, and ERP integration, simplifying customer invoicing and payments.

  • Marketplace: The marketplace allows developers to list apps with flexible pricing models, ensures compatibility checks, and provides a streamlined system for sales and payouts.

Screenshots

Dashboard Permissions Bench Group Update Marketplace

Under the Hood

  • Jingrow Framework: A full-stack web application framework written in Python and Javascript. The framework provides a robust foundation for building web applications, including a database abstraction layer, user authentication, and a REST API.

  • Jingrow UI: A Vue-based UI library, to provide a modern user interface. The Jingrow UI library provides a variety of components that can be used to build single-page applications on top of the Jingrow Framework.

  • Agent: A flask app designed to work along with Jcloude. It provides a CLI interface for Jcloude to communicate with the sites and benches.

  • Docker: An open-source platform that enables developers to build, package, and deploy applications in lightweight, portable containers.

  • Ansible: An open-source IT automation tool that simplifies the management, configuration, and deployment of systems and applications.

Setup

To self host or to setup Jcloude locally follow the steps in the Local Development Environment Setup Guide or this YouTube video

Pre-commit

There's a pre-commit hook included in the repo. You can set it up by doing

pip install pre-commit
pre-commit install

Learn and connect



Description
No description provided
Readme 43 MiB
Languages
Python 61.5%
Vue 24.7%
JavaScript 6.6%
HTML 2.5%
Go 2.3%
Other 2.4%