dannyrb
c057357515
Fixing keycloak + postgres setup
2019-05-07 12:34:58 -04:00
dannyrb
512f640e8a
Init keycloak with a predictable realm/client/setting/secret
2019-05-07 12:33:18 -04:00
dannyrb
8ebabc1447
Provide a default orthanc.json that includes plugin locations for the image
2019-05-07 12:29:55 -04:00
dannyrb
548e974f69
Init oidc twice
2019-05-07 12:29:34 -04:00
dannyrb
4928085416
Use a specific version
2019-05-07 12:28:53 -04:00
dannyrb
c9fcedb247
Begin laying out keycloak configuration
2019-05-06 16:01:45 -04:00
dannyrb
dc16e0856c
Clean up docker-compose
2019-05-06 16:01:07 -04:00
dannyrb
93624f9941
Comment out incorrect mime.types location
2019-05-06 16:00:25 -04:00
dannyrb
a4933447ec
Move log files up top
2019-05-06 16:00:00 -04:00
dannyrb
8e939eb491
Revised dockerfile notes
2019-05-06 14:11:40 -04:00
dannyrb
f8f4584f4e
Remove unreferenced config files
2019-05-06 13:49:52 -04:00
dannyrb
411baa702a
Shift and rename files to match defaults
2019-05-06 13:47:33 -04:00
dannyrb
8114f4fe48
Begin writing UAC docs now that we have a workign example
2019-05-06 13:03:35 -04:00
dannyrb
1d7527c919
Cleaning up nginx config file and adding notes
2019-05-06 13:03:00 -04:00
dannyrb
915fee5eb0
docker-compose
2019-05-04 21:51:53 -04:00
dannyrb
e1ddbd9777
Rename the simpler dockerfile in root to dockerfile-web
2019-05-04 21:51:26 -04:00
dannyrb
9f9e8c9635
Replaced this with the dockerfile in root
2019-05-04 21:51:09 -04:00
dannyrb
d9ee7dd3b3
second config
2019-05-04 21:50:53 -04:00
dannyrb
471378e4d8
Disable orthanc authentication
2019-05-04 21:50:08 -04:00
dannyrb
c8b3374899
Playing with different js configs
2019-05-04 21:49:46 -04:00
dannyrb
24e47d6810
Some rough notes for myself
2019-05-04 21:49:16 -04:00
dannyrb
2b71866bdb
Note regarding command to build image
2019-05-03 21:21:42 -04:00
dannyrb
0852e33cd1
Copy our build output into a folder we can serve (static content; pwa)
2019-05-03 21:21:11 -04:00
dannyrb
337bd5ffc9
Switch to openresty image (nginx with some lua magic)
2019-05-03 21:20:43 -04:00
dannyrb
ea7e7e3292
Set the config we'd like to use when building our app
2019-05-03 21:19:41 -04:00
dannyrb
08db413024
Use first client config to create our UserManager
2019-05-03 21:18:13 -04:00
Evren Ozkan
c9ddb23d9c
Add measurement table functions ( #415 )
...
* fix(measurements): Add measurement table functions
- Support for labeling measurements and adding measurement description
- Jump to measurement when clicked on measurement table
* fix(layout): Fix the issues with layout when switched with different plugins
* fix(measurements): Support for deleting measurements in measurement table
* fix(measurements): Add context menu for measurements
* fix(dependencies): Bump ohif-core to 0.4.2
2019-05-02 17:12:06 -04:00
dannyrb
2a56ec5c5f
Keycloak and authproxy
2019-05-02 12:59:31 -04:00
Danny Brown
0bab19985e
Merge pull request #416 from dannyrb/docs/orthanc-proxy
...
Docs/orthanc proxy
2019-05-02 08:54:41 -04:00
dannyrb
6a84c377fc
Use build output folder; not public folder
2019-05-01 16:39:20 -04:00
dannyrb
3821e8a4d9
Copy the build output directory; not the unbuilt public files
2019-05-01 16:38:34 -04:00
dannyrb
b8dd70f2c8
Some comments
2019-05-01 16:38:17 -04:00
dannyrb
7c62466994
docker-compose note
2019-05-01 16:37:53 -04:00
Danny Brown
efcdad7e67
Merge pull request #414 from dannyrb/fix/broken-icons-link
...
fix(App.js): Fixed broken toolbar icons not rendering with base tag r…
2019-05-01 13:37:26 -04:00
dannyrb
2cbeb26eb4
Make sure our baseDirectory ends in a forward slash
2019-05-01 13:28:18 -04:00
dannyrb
f583af0f20
Remove typo in names
2019-05-01 13:13:11 -04:00
dannyrb
7f52bade3e
Pull config from window for now
2019-05-01 13:10:44 -04:00
dannyrb
94e45b1b65
Add unit test
2019-05-01 13:07:43 -04:00
dannyrb
3a38bdd416
fix(App.js): Fixed broken toolbar icons not rendering with base tag removed
2019-05-01 12:56:41 -04:00
Danny Brown
6bed32d229
Merge pull request #412 from dannyrb/deploying-static-site-2
...
Guide for different static asset hosts/deployment
2019-05-01 12:37:27 -04:00
dannyrb
ac86c178d2
Fix typo
2019-05-01 12:30:52 -04:00
dannyrb
7cd85f78af
Update guide links
2019-05-01 12:14:34 -04:00
dannyrb
dfd5c28d9f
Links for AWS/GCP/Azure
2019-05-01 12:10:44 -04:00
dannyrb
22a05ba718
Copy links from top of deploy-static
2019-05-01 11:55:58 -04:00
Danny Brown
7914adb033
Merge branch 'react' into deploying-static-site-2
2019-05-01 11:53:36 -04:00
dannyrb
4e9890bec6
Merge branch 'deploying-static-site-2' of github.com:dannyrb/Viewers into deploying-static-site-2
2019-05-01 11:52:39 -04:00
dannyrb
4d1b88d251
Begin stubbing
2019-05-01 11:52:33 -04:00
dannyrb
3fcae202c8
GitHub pages and advanced pre-amble
2019-05-01 11:52:11 -04:00
Evren Ozkan
7ff9a87b6e
fix(wado-proxy): Use wado proxy to retrieve images if enabled in configuration
2019-05-01 11:27:53 -04:00
dannyrb
66925566a2
Hammering out the easier deployment providers
2019-05-01 11:22:52 -04:00