Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/openremote/custom-project
Template repo for creating an OpenRemote custom project
https://github.com/openremote/custom-project
Last synced: about 2 months 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 (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-09-13T14:50:34.000Z (4 months ago)
- Last Synced: 2024-09-14T05:39:39.265Z (4 months ago)
- Language: Java
- Size: 2.77 MB
- Stars: 6
- Watchers: 7
- Forks: 21
- Open Issues: 0
-
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.