Skip to content

Commit 31ee2b1

Browse files
chore: fix merge conflicts
2 parents f0f07c7 + 771a0c4 commit 31ee2b1

9 files changed

+456
-8843
lines changed

.github/dependabot.yml

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: "npm"
4+
directory: "/"
5+
schedule:
6+
interval: "weekly"
7+
day: "sunday"
8+
target-branch: "develop"

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## [1.2.13](https://github.com/Chia-Network/cadt-ui/compare/1.2.12...1.2.13) (2024-02-27)
2+
3+
4+
5+
## [1.2.12](https://github.com/Chia-Network/cadt-ui/compare/1.2.11...1.2.12) (2024-02-26)
6+
7+
8+
9+
## [1.2.11](https://github.com/Chia-Network/cadt-ui/compare/1.2.10...1.2.11) (2024-02-21)
10+
11+
12+
113
## [1.2.10](https://github.com/Chia-Network/cadt-ui/compare/1.2.9...1.2.10) (2024-02-09)
214

315

LICENSE

-13
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,3 @@
1-
Copyright 2024 Chia Network Inc.
2-
Licensed under the Apache License, Version 2.0 (the "License");
3-
you may not use this file except in compliance with the License.
4-
5-
You may obtain a copy of the License at
6-
http://www.apache.org/licenses/LICENSE-2.0
7-
8-
Unless required by applicable law or agreed to in writing, software
9-
distributed under the License is distributed on an "AS IS" BASIS,
10-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
11-
See the License for the specific language governing permissions and limitations under the License.
12-
13-
141
Apache License
152
Version 2.0, January 2004
163
http://www.apache.org/licenses/

README.md

+5
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,11 @@ The CADT UI can be hosted as a web application, either for internal use, or made
5050

5151
To host the UI on the web, use the [web-build.tar.gz file from the releases page](https://github.com/Chia-Network/cadt-ui/releases). One of the simplest solutions is to uncompress these files into a [public S3 bucket](https://docs.aws.amazon.com/AmazonS3/latest/userguide/WebsiteAccessPermissionsReqd.html). These files could also be served by any webserver, such as Nginx or Apache.
5252

53+
To make the CADT UI web application automatically connect to a CADT host by default, build the application from source (`npm install && npm run build`) with the following environment variables set:
54+
55+
* `REACT_APP_API_HOST`: Set to the URL of the CADT API, including the `/v1` path. For example: `https://www.example.com:31310/v1`
56+
* `REACT_APP_APP_URL`: Set to the URL of the UI application.
57+
5358
### From Source
5459

5560
```

build_scripts/build_macos.sh

-46
This file was deleted.

0 commit comments

Comments
 (0)