{{ view }}
| Identity | Resources | Status | Apps | Actions |
|---|---|---|---|---|
|
{{ site.subdomain }}
{{ site.domain }}
{{ site.bench_name }} ({{ getBenchVersion(site.bench_name) }})
Credentials
Update Available
|
{{ site.metrics?.cpu || '0%' }}
{{ site.metrics?.mem || '0MB' }}
{{ site.metrics?.disk || '0MB' }}
|
Maint
Failure
Online
|
{{ app.name }}
{{ app.version || 'main' }} {{ app.branch }} Requires: {{ app.requirements }}{{ app.description || 'No description provided' }}
No Applications
Click New App to add one, or adjust filters.
{{ b.name }}
{{ b.frappe_version }}Bench Groups
{{ g.name }}
{{ g.description }}
No description provided.
Server Status
{{ s.name }}
{{ s.status }}Created At: {{ new Date(s.created_at).toLocaleDateString() }}
System Activities
| Action | Target | Status | Time |
|---|---|---|---|
| {{ a.job_type }} | {{ a.target }} | {{ a.status }} | {{ new Date(a.created_at).toLocaleString() }} |
| No activities recorded matching criteria. | |||
System Configuration
Configure external platform integrations and custom system tags
Integrations
Connect your external accounts to automate workflows and sync data across platforms.
GitHub Integrations
{{ githubAccounts.length }} Account{{ githubAccounts.length > 1 ? 's' : '' }} Connected Not ConnectedNo GitHub Accounts Connected
Connect one or more GitHub accounts to easily pull private repositories into benches.
Connecting your GitHub accounts allows you to import repositories as global applications directly from your integrations.
AI & Diagnostics
{{ aiProvidersList.length }} Provider{{ aiProvidersList.length > 1 ? 's' : '' }} Configured DisabledNo AI Providers Connected
Connect one or more AI providers like Google Gemini or OpenAI to enable log diagnostics.
Enabling AI diagnostics allows the platform to analyze server logs, identify deployment issues, and recommend one-click automated fixes.
Categorization
Create and manage custom tags to organize your sites, benches, and applications dynamically.
Tags Management
Organize system items dynamically with custom labels
Create New Tag
System Tags
Change Password
Secure your account by updating your credential secret
IAM Users ({{ iamUsers.length }})
| Username | Groups | Direct Policies | Manage | Created At |
|---|---|---|---|---|
|
{{ usr.username[0].toUpperCase() }}
{{ usr.username }}
Superuser
|
{{ g.name }}
|
{{ p.name }}
|
|
{{ new Date(usr.created_at).toLocaleString() }} |
IAM Groups ({{ iamGroups.length }})
| Group Name | Description | Attached Policies | Users | Manage |
|---|---|---|---|---|
|
{{ grp.name }}
|
{{ grp.description }} |
{{ p.name }}
|
{{ grp.users.map(u => u.username).join(', ') || 'No users' }} | |
| No groups created yet. | ||||
IAM Policies ({{ iamPolicies.length }})
| Policy Name | Description | Document | Manage | Created At |
|---|---|---|---|---|
|
{{ pol.name }}
AWS Default
|
{{ pol.description }} | Locked | {{ new Date(pol.created_at).toLocaleString() }} |
| Action | Target | Error Summary | Detail | Time |
|---|---|---|---|---|
| {{ log.job_type }} | {{ log.target }} | {{ log.error_summary }} | {{ new Date(log.created_at).toLocaleString() }} | |
| No error logs recorded matching criteria. | ||||