File tree Expand file tree Collapse file tree
codever-keycloak-theme/codever Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -108,6 +108,12 @@ This starts
108108> create a _ nodemon.json_ file based on the [ backend/nodemon.json.example] ( apps/codever-api/nodemon.json.example )
109109> and add your own youtube api key
110110
111+ ### Keycloak
112+
113+ Keycloak Admin console reachable at [ http://localhost:8080/auth ] ( http://localhost:8080/auth ) with the user/password ** ` admin/Pa55w0rd ` **
114+ (see docker compose file)
115+
116+
111117## Testing
112118
113119### E2E (integration) tests with Cypress
Original file line number Diff line number Diff line change 2424 "fs-extra" : " ^7.0.1" ,
2525 "helmet" : " ^3.23.3" ,
2626 "http-status-codes" : " ^1.4.0" ,
27- "keycloak-connect" : " 12.0.4 " ,
27+ "keycloak-connect" : " 16.1.1 " ,
2828 "mongoose" : " ^5.13.15" ,
2929 "morgan" : " ^1.10.0" ,
3030 "multer" : " ^1.4.4" ,
Original file line number Diff line number Diff line change 1414 * See the License for the specific language governing permissions and
1515 * limitations under the License.
1616 */
17-
1817.navbar-title {
19- background : url ('apps/codever-keycloak-theme/codever/account/resources /img/codever-keycloak.logo-199x46.png' ) no-repeat;
18+ background : url ('.. /img/codever-keycloak.logo-199x46.png' ) no-repeat;
2019 height : 50px ;
2120 width : 155px ;
2221}
Original file line number Diff line number Diff line change 1616 */
1717
1818# kc-logo-wrapper {
19- background : url ("apps/codever-keycloak-theme/codever/login/resources /img/codever-keycloak.logo-199x46.png" ) no-repeat top right;
19+ background : url (".. /img/codever-keycloak.logo-199x46.png" ) no-repeat top right;
2020 height : 50px ;
2121 width : 200px ;
2222}
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ services:
2424 MYSQL_PASSWORD : password
2525 keycloak :
2626 container_name : codever-keycloak
27- image : jboss /keycloak:12.0.4
27+ image : quay.io /keycloak/keycloak:16.1.1
2828 networks :
2929 - backend
3030 environment :
You can’t perform that action at this time.
0 commit comments