lowcoder-ce
Create software applications (internal and customer-facing!) and Meeting/Collaboration tools for your Company and your Customers with minimal coding experience.
Lowcoder wants to take a step forward. More specifically, Lowcoder is:
Visual UI builder with 50+ built-in components. Save 90% of time to build apps.
Modules for reusable (!) component sets in the UI builder.
Embed Lowcoder Apps as native parts of any Website instead of iFrame (!). Demoā
Video Meeting Components to create your own individual Web-Meeting tool.
Query Library for reusable data queries of your data sources.
Custom components to develop own components and use them in the UI builder.
Native Data connections to PostgreSQL, MongoDB, MySQL, Redis, Elasticsearch, REST API, SMTP, etc.
Stream Data connections to Websockets for realtime data updates & collaboration
JavaScript supported everywhere to transform data, control components, etc.
Role-based access control (RBAC) for granular permission management.
Auto-saved and restorable history for release and version control.
App Themes and Theme Editor to precisely align with your company's brand guidelines.
Self Hosting to use Lowcoder in your internal company network, even behind the firewall.
Free Community Cloud to start within a minute and build your first Apps. Start hereā
If you have any questions, please feel free to contact us or share them with our community. Our team is here ready to help. And we mean it... Day by day!
š® Best way is to chat with us on Discordā
š Search for solutions in our Documentationā
š Submit an issue here on GitHubā
This image contains all the services needed to run Lowcoder platform in one container.
Image can be configured by setting environment variables.
| Environment variable | Description | Value |
|---|---|---|
LOWCODER_REDIS_ENABLED | If true redis server is started in the container | true |
LOWCODER_MONGODB_ENABLED | If true mongo database is started in the container | true |
LOWCODER_API_SERVICE_ENABLED | If true lowcoder api-service is started in the container | true |
LOWCODER_NODE_SERVICE_ENABLED | If true lowcoder node-service is started in the container | true |
LOWCODER_FRONTEND_ENABLED | If true lowcoder web frontend is started in the container | true |
LOWCODER_PUID | ID of user running services. It will own all created logs and data. | 9001 |
LOWCODER_PGID | ID of group of the user running services. | 9001 |
LOWCODER_MONGODB_URL | Mongo database connection string | mongodb://localhost:27017/lowcoder?authSource=admin |
LOWCODER_REDIS_URL | Redis server URL | redis://localhost:6379 |
LOWCODER_DB_ENCRYPTION_PASSWORD | Encryption password | lowcoder.org |
LOWCODER_DB_ENCRYPTION_SALT | Salt used for encrypting password | lowcoder.org |
LOWCODER_CORS_DOMAINS | CORS allowed domains | * |
LOWCODER_MAX_REQUEST_SIZE | Lowcoder max request size | 20m |
LOWCODER_MAX_QUERY_TIMEOUT | Lowcoder max query timeout (in seconds) | 120 |
LOWCODER_API_SERVICE_URL | Lowcoder API service URL | http://localhost:8080 |
LOWCODER_NODE_SERVICE_URL | Lowcoder Node service (js executor) URL | http://localhost:6060 |
LOWCODER_MAX_ORGS_PER_USER | Default maximum organizations per user | 100 |
LOWCODER_MAX_MEMBERS_PER_ORG | Default maximum members per organization | 1000 |
LOWCODER_MAX_GROUPS_PER_ORG | Default maximum groups per organization | 100 |
LOWCODER_MAX_APPS_PER_ORG | Default maximum applications per organization | 1000 |
LOWCODER_MAX_DEVELOPERS | Default maximum developers | 100 |
LOWCODER_WORKSPACE_MODE | SAAS to activate, ENTERPRISE to switch off - Workspaces | SAAS |
LOWCODER_EMAIL_SIGNUP_ENABLED | Control if users create their own Workspace automatic when Sign Up | true |
LOWCODER_EMAIL_AUTH_ENABLED | Control to show the eMail Login after Admin user is set | true |
Content type
Image
Digest
sha256:c64e7a98bā¦
Size
928.5 MB
Last updated
23 days ago
docker pull lowcoderorg/lowcoder-ce:dev