#19 Release & deployment v2
This commit is contained in:
19
README.md
Normal file
19
README.md
Normal file
@@ -0,0 +1,19 @@
|
||||
# NoBullShit-cloud
|
||||
A personal cloud without bullshit
|
||||
|
||||
## Prerequisites
|
||||
nbscloud requires `java>=18`
|
||||
|
||||
## Install
|
||||
### systemd service
|
||||
### `deploy.sh`
|
||||
|
||||
## Config
|
||||
To adjust the default configuration create the file `~/.config/nbscloud/application.properties`. It allows overwriting
|
||||
properties from every configuration file of nbscloud. To get a full list of existing properties look at the following
|
||||
files:
|
||||
|File|Description|
|
||||
|----|-----------|
|
||||
|[application.properties](./web-container/src/main/resources/config/application.properties)|Main config file providing general app properties|
|
||||
|[shared-application.properties](./web-container-config/src/main/resources/config/shared-application.properties)|Properties shared by all apps|
|
||||
|[files-application.properties](./files/src/main/resources/config/files-application.properties)|Config file for the files app|
|
||||
Reference in New Issue
Block a user