Application management
Accessing application settings
- Navigate to your project dashboard
- Select your application
- Click
App Settings
under theOther
section in the sidebar
Configurable sections
General details
View essential information:
- Project name
- Application name
- Alias
- Status
- Age
- Current revision
Image settings
Update container image configuration:
- Application image path
- Number of replicas
- Private image settings (if applicable)
- Authentication details for private repositories
Environment and ports
Manage runtime configuration:
- Environment variables (key-value pairs)
- Port settings
- Entry Command for application startup
Domain and URLs
Configure application access:
- View application link (public URL)
- View internal URL
- Set up custom domain
Application revisions
- Track deployment history
- View timestamps for each revision
- Rollback to previous versions if needed
Custom domain configuration
Beta Program Access
- Custom domains are available to Beta users
- Email
info@cranecloud.io
with subjectBeta Program
to request access
Setting up custom domain
During Application Creation:
- Check
Custom Domain
box - Enter your domain name
For Existing Applications:
- Navigate to application settings
- Check
Custom Domain
box - Enter your domain name
- Click
Update
button
DNS configuration
Follow provided instructions for A-Record setup
Different DNS providers require specific steps Examples provided for:
- NameCheap
- GoDaddy
- Other providers (refer to provider documentation)
Reverting custom domain
- Click
Revert
button to return to default Crane Cloud URL
CI/CD Integration
Setting up webhook
- In App Settings, scroll to
Manage Application
- Click
Set up CI/CD
button
Generate webhook link
- Default tag (
latest
) or - Custom tag (e.g.
production
)
Configuring DockerHub
- Go to your DockerHub repository
- Navigate to Webhooks tab
- Add new webhook:
- Enter webhook name
- Paste generated Crane Cloud URL
- Save webhook configuration
Disabling an application
- On clicking the
Disable
button under theManage Application
section, a modal appears prompting you to confirm your action which will put a pause to your application.
Deleting an application
- On clicking the
Delete
button under theManage Application
section, a modal appears prompting you to go ahead retype the application name after which the delete button will be enabled for you to continue to delete the application.
Once you click the delete button, you will be unable to recover the deleted application.
Need help? Contact our support team info@cranecloud.io
if you encounter any issues when managing your application.