Swordsteel 4c4baa95dd Update html layout
- add messages fragment
  - extract error and success message list from edit.html
  - extract error message list from create.html
  - add messages.html

- update edit account
  - update AccountController
    - update postEditAccount for validation
    - update getEditAccount for roleGroups
  - update validation for AccountForm for edit
  - add EditGroup
  - update Account.Response.toAccountForm()
  - update edit.html

- update create account
  - update AccountController
    - update postCreateAccount for validation
    - update getCreateAccount for role group
  - add validation to AccountForm
  - add PasswordMatchValidator
  - add annotation PasswordMatch
  - add CreateGroup
  - add temporary getRoles() in AccountRegistryService
  - update AccountForm.toAccountRequest() in Mapping
  - change management.css
    - add ::selection
    - add Selected Option Styling
  - add passwordMatchCheck to management.js
  - update create.html

- update user
  - add makeLocalTime in management.js
  - update users.html
  - update Pagination
    - add size of items
    - rename size to show

- update goodbye.html

- update logout.html

- update login.html

- update welcome.html

- update index.html

- update layout
  - update management.css
  - update management.js
  - update layout.html
2025-04-02 13:13:58 +02:00
2025-01-16 23:03:38 +01:00
2025-04-02 13:13:58 +02:00
2025-01-17 13:19:44 +01:00
2025-01-16 23:03:38 +01:00
2025-01-17 13:19:44 +01:00
2025-04-02 13:13:58 +02:00
2025-02-07 17:24:50 +01:00
2025-01-16 23:03:38 +01:00
2025-01-16 23:03:38 +01:00
2025-01-17 13:38:37 +01:00
2025-01-16 23:03:38 +01:00
2025-01-16 23:03:38 +01:00

Hlæja Management

In realms of connectedness, where devices roam free, A nexus of management, harmony to decree. Each gadget configured, with precision and care, Their settings aligned, with purpose to share. From networks to endpoints, unity is key, Administrators and users, their access to see. The Device Dominion, a hub of control, A registry of configurations, where order makes whole.

Properties for deployment

name required info
spring.profiles.active Spring Boot environment
jwt.public-key JWT public key file
account-registry.url Account Register URL

Required: ✓ can be stored as text, and ✗ need to be stored as secret.

Releasing Service

Run release.sh script from master branch.

Development Information

Public RSA Key

This service uses the public key from Hlæja Account Register to identify users. To set up user identification for local development, copy the public_key.pem file from the ./cert directory in Hlæja Account Register into the ./cert directory of this project.

Note: For more information on generating RSA keys, please refer to our generate RSA key documentation.

Global Setting

The following global settings are used in Hlaeja Device Registry. You can configure these settings using either Gradle properties or alternatively environment variables.

For instructions on how to set these up, please refer to our set global settings documentation.

Gradle Properties

repository.user=your_user
repository.token=your_token_value

Environment Variables

REPOSITORY_USER=your_user
REPOSITORY_TOKEN=your_token_value
Description
No description provided
Readme 505 KiB
Languages
Kotlin 47.8%
HTML 46.8%
CSS 2.3%
JavaScript 1.9%
Batchfile 0.6%
Other 0.6%