https://github.com/openremote/custom-project
Template repo for creating an OpenRemote custom project
https://github.com/openremote/custom-project
Last synced: about 1 year ago
JSON representation
Template repo for creating an OpenRemote custom project
- Host: GitHub
- URL: https://github.com/openremote/custom-project
- Owner: openremote
- License: other
- Created: 2021-05-24T13:35:24.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2025-03-31T14:27:58.000Z (about 1 year ago)
- Last Synced: 2025-03-31T15:57:40.332Z (about 1 year ago)
- Language: Java
- Size: 2.61 MB
- Stars: 9
- Watchers: 6
- Forks: 30
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Custom Project
This repo is a template for custom projects; showing the recommended project structure and including `README` files in the `deployment` directory to provide details about how to customise each part.
## Setup Tasks
The following `OR_SETUP_TYPE` value(s) are supported:
* `production` - Requires `CUSTOM_USER_PASSWORD` environment variable to be specified
Any other value will result in default setup.
## Encrypted files
If any encrypted files are added to the project then you will need to specify the `GFE_PASSWORD` environment variable to be able to build the project and decrypt the
files.