Skip to content

Commit 85d1093

Browse files
committed
Remove obsolete smart app
1 parent fc07e9f commit 85d1093

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

66 files changed

+4
-23358
lines changed

.github/workflows/gh-pages.yaml

-22
Original file line numberDiff line numberDiff line change
@@ -14,28 +14,6 @@ jobs:
1414
- name: Checkout
1515
uses: actions/checkout@v4
1616

17-
- name: Setup Node.js
18-
uses: actions/setup-node@v4
19-
with:
20-
node-version: '18'
21-
22-
- name: Install Dependencies
23-
run: |
24-
cd aidbox-forms-smart-launch
25-
npm install
26-
27-
- name: Build
28-
run: |
29-
cd aidbox-forms-smart-launch
30-
npm run build -- --base=/examples/aidbox-forms-smart-launch
31-
32-
- name: Prepare for deployment
33-
run: |
34-
cd aidbox-forms-smart-launch
35-
find . -mindepth 1 -maxdepth 1 ! -name 'dist' -exec rm -rf {} \;
36-
mv dist/* .
37-
rm -rf dist
38-
3917
- name: Publish
4018
uses: JamesIves/github-pages-deploy-action@v4
4119
with:

README.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@ A collection of examples on top of Aidbox FHIR platform
1212
- [Aidbox Forms Renderer with Angular.js in controlled mode](aidbox-forms-renderer-angular-controlled/)
1313
- [Aidbox Forms Renderer with React.js](aidbox-forms-renderer-react/)
1414
- [Aidbox Forms Renderer with React.js in controlled mode](aidbox-forms-renderer-react-controlled/)
15-
- [Aidbox Forms Smart App Launch](aidbox-forms-smart-launch/)
16-
- [Aidbox Forms Smart App Launch (with backend)](aidbox-forms-smart-launch-2/)
15+
- [Aidbox Forms Smart App Launch](aidbox-forms-smart-launch-2/)
1716
- [Aidbox Notify via Custom Resources](aidbox-notify-via-custom-resources/)
1817
- [Topic-Based Subscription to Kafka](aidbox-subscriptions-to-kafka/)
1918
- [SMART App Launch with Aidbox and Keycloak](smart-app-launch/)

aidbox-forms-smart-launch-2/.env.example

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ PGPASSWORD=postgres
55
PGDATABASE=aidbox
66

77
AIDBOX_IMAGE=healthsamurai/aidboxone:edge
8-
AIDBOX_LICENSE=eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJvZmZsaW5lIjpmYWxzZSwia2V5Ijoib25saW5lLTIwMjIwNTI0LTE0MzY0NyIsIm5hbWUiOiJzYW5zYXJhLWRldi11c2VyIiwiZXhwaXJhdGlvbiI6IjIwMjMtMDYtMTZUMTA6Mzg6NDAuNDA5WiIsInR5cGUiOiJkZXZlbG9wbWVudCIsImNyZWF0ZWQiOiIyMDIyLTA2LTE2VDEwOjM4OjQwLjQxMFoiLCJwcm9kdWN0IjoiYWlkYm94IiwicHJvamVjdCI6eyJpZCI6IjdmMDM3ZTQ4LWJjZTQtNDZkOC1iNTQ3LTU2OTNmYzk1NmUxZCIsInJlc291cmNlVHlwZSI6IlByb2plY3QifSwic3RhdHVzIjoiYWN0aXZlIiwiaWQiOiJiZThlYTBjZC1jYzVhLTRlZmQtYTU1Zi00MzMyM2U4NTdhOTQiLCJpbmZvIjp7ImdvYWwiOiJkZXZlbG9wbWVudCIsImhvc3RpbmciOiJvbi1wcmVtaXNlcyIsImNvbW1lbnRzIjoiTGljZW5zZSB1c2VkIGZvciBsb2NhbCBkZXZlbG9wbWVudCBvZiBTYW5zYXJhKGFpZGJveCkgcHJvamVjdC4ifSwiaXNzdWVyIjoiaHR0cHM6Ly9haWRib3guYXBwIn0.ZTZ0csC6yK4FhLZ50W-k1og8YczJrnjeTni3lgyCvCEPg9yNngrENOkIknBd5aP490nJzytyP3Xj7bkPmS4-XLD2n37bD8TQNjcchA3AoKJEA3FdLWth4jsQ3NWw5nKdphqYgG-pkNC24nRuhQ64IN8rAAMPCfl1x6-pnYz5v40
8+
AIDBOX_LICENSE=
99
AIDBOX_PORT=8888
1010
AIDBOX_FHIR_VERSION=4.0.1
1111
AIDBOX_STDOUT_PRETTY=all

aidbox-forms-smart-launch-2/README.md

+2
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ First, copy `.env.example` to `.env` and set the correct values:
3737
cp .env.example .env
3838
```
3939

40+
Obtain license key from [Aidbox](https://aidbox.app) and set it in `AIDBOX_LICENSE` variable.
41+
4042
Then, start aidbox server:
4143

4244
```bash

aidbox-forms-smart-launch/.gitignore

-24
This file was deleted.

aidbox-forms-smart-launch/.nvmrc

-1
This file was deleted.

aidbox-forms-smart-launch/README.md

-16
This file was deleted.

aidbox-forms-smart-launch/components.json

-20
This file was deleted.

aidbox-forms-smart-launch/index.html

-16
This file was deleted.

aidbox-forms-smart-launch/jsconfig.json

-7
This file was deleted.

0 commit comments

Comments
 (0)