Skip to content
/ starter-cloudron Public template

// Cloudron application package starter

License

Notifications You must be signed in to change notification settings

Lanhild/starter-cloudron

Repository files navigation

Starter Cloudron App

This repository contains the Cloudron app package source for , a template Cloudron application.

The package aims to set global development standards for Cloudron packages to ensure uniformity and ease of sharing.

Configuration

  1. Run npm run prepare:init
  2. Copy .env.development.local to .env, and fill-in the appropriate values.

Make sure that id and version are defined in CloudronManifest.json.

Installation

The scripts assume you already have the application installed on your server.

Run the appropriate npm script based on your needs:

# Update the application specified in PROD_APP_ENDPOINT
npm run update:prod

# OR
# Update the application specified in TEST_APP_ENDPOINT
npm run update:test

Building

Building can be done using npm run build. This script automatically builds and pushes a Docker image tagged with the id and version defined in CloudronManifest.json

Update checklist

  • Upgrade version in CloudronManifest.json

About

// Cloudron application package starter

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages