-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* chore: test pr preview_prs * install vhs * add ttyd * add it from snap * boom * order matters sometimes * path matters sometimes * powers matters sometimes * sometimes stupidy matters... * meh * mah * booh * docs: aknowledgements and microservices deployment * chore: separate deployments and add /dashboard section * yeyeye
- Loading branch information
Showing
14 changed files
with
102 additions
and
199 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# Aknowledgements | ||
|
||
<img align="left" src="./images/logo-ngi-trustchain-positive-rgb-PNG.png" width="365"> | ||
|
||
Supported by [NGI TRUSTCHAIN](https://trustchain.ngi.eu/), which is made possible with financial support from the European Commission's [Next Generation Internet](https://ngi.eu/) programme. |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# Dashboard user manual | ||
|
||
## Create an organization | ||
|
||
<video controls="controls" src="https://github.com/ForkbombEu/signroom/raw/main/screenshots/videos/create_organization.webm" /> | ||
|
||
## Setup a credential issuer metadata | ||
|
||
<video controls="controls" src="https://github.com/ForkbombEu/signroom/raw/main/screenshots/videos/create_organization.webm" /> | ||
|
||
|
||
## Setup an authorization server metadata | ||
|
||
<video controls="controls" src="https://github.com/ForkbombEu/signroom/raw/main/screenshots/videos/create_organization.webm" /> | ||
|
||
## Create a fully working credential issuing flow | ||
|
||
<video controls="controls" src="https://github.com/ForkbombEu/signroom/raw/main/screenshots/videos/issuance_flow.webm" /> | ||
|
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../images/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,58 @@ | ||
# On-Premise Deployment | ||
|
||
For users who prefer full control over their infrastructure and data, Didroom supports on-premise deployment. Follow these steps to deploy Didroom on your own infrastructure: | ||
|
||
::: tip | ||
If you are unfamiliar with servers, devops and unix commands look also at the [Software as a service](/quickstart) section that will allow you to define a credential issuance flow in minutes! | ||
::: | ||
|
||
### 1. clone the repo | ||
|
||
```bash | ||
git clone --recursive https://github.com/forkbombeu/signroom | ||
``` | ||
|
||
::: warning | ||
|
||
Pay attention at the `--recursive` that will clone also the sub repositories! | ||
|
||
::: | ||
|
||
### 2. run the dashboard | ||
|
||
```bash | ||
cd signroom | ||
docker compose up --build | ||
``` | ||
|
||
this will run the backend of the dirdroom control room available on the network at | ||
|
||
```http | ||
http://localhost:8090/_ | ||
``` | ||
|
||
::: tip | ||
Pay attention at the final underscore, of the address | ||
::: | ||
|
||
### 3. login to the admin panel | ||
|
||
A default administrator user is created with the following defaults: | ||
|
||
**user**: `admin@example.org` | ||
|
||
**pass**: `adminadmin` | ||
|
||
### 4. Setup the DID service | ||
|
||
The only reaquired step to be configure is the DID federated service. | ||
You can ask for your admin domain/context as specified on [`dyne/W3C-DID`](https://github.com/dyne/W3C-DID?tab=readme-ov-file#claim-your-own-domain-context-as-an-admin) | ||
|
||
Follow the video: | ||
|
||
1. login into the dashboard | ||
2. go on the `features` collection | ||
3. select the `DID` feature | ||
4. insert you admin data | ||
|
||
<video controls src="https://raw.githubusercontent.com/ForkbombEu/signroom/main/screenshots/videos/setup-did.webm" /> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters