Skip to content

Commit

Permalink
rvasp placeholder
Browse files Browse the repository at this point in the history
  • Loading branch information
bbengfort committed Jun 14, 2022
1 parent 7daa896 commit 438c810
Show file tree
Hide file tree
Showing 3 changed files with 55 additions and 28 deletions.
32 changes: 31 additions & 1 deletion containers/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,4 +136,34 @@ services:
- RVASP_ASYNC_NOT_BEFORE
- RVASP_ASYNC_NOT_AFTER
volumes:
- ../fixtures/certs/charlie:/certs
- ../fixtures/certs/charlie:/certs

vaspdirectory:
build:
context: ../
dockerfile: ./containers/placeholder/trisads/Dockerfile
image: trisa/placeholder:trisads
ports:
- 8080:80
profiles:
- placeholder

vaspbot:
build:
context: ../
dockerfile: ./containers/placeholder/vaspbot/Dockerfile
image: trisa/placeholder:vaspbot
ports:
- 8081:80
profiles:
- placeholder

trisatest:
build:
context: ../
dockerfile: ./containers/placeholder/landing/Dockerfile
image: trisa/placeholder:landing
ports:
- 8082:80
profiles:
- placeholder
17 changes: 0 additions & 17 deletions web/placeholder/docker-compose.yml

This file was deleted.

34 changes: 24 additions & 10 deletions web/placeholder/vaspbot/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<html class="no-js" lang="en">
<head>
<meta charset="utf-8">
<title>TRISA Directory Service</title>
<meta name="description" content="Travel Rule Information Sharing Alliance Directory Service">
<title>TRISA rVASP Demo</title>
<meta name="description" content="The TRISA rVASPs support integration of TRISA nodes into the TRISA TestNet.">
<meta name="viewport" content="width=device-width, initial-scale=1">

<link rel="icon" href="favicon.gif" sizes="32x32">
Expand Down Expand Up @@ -75,21 +75,35 @@

li { list-style: none; display: inline-block; height: 35px; width: 35px; line-height: 35px; border-radius: 40px;
font-size: 1.54em; margin: 0 5px;}

p.desc a:visited, p.desc a {
color: #FFF;
}

p.desc a:hover{
color: #FA5F02;
}
</style>
</head>
<body>
<div class="main-area center-text" style="background-image:url(background.jpg);" >
<div class="display-table">
<div class="display-table-cell">
<h1 class="title"><b>rVASP Coming Soon</b></h1>
<h1 class="title"><b>rVASP Demo Returning Soon</b></h1>
<p class="desc font-white">
The VASP Bot is under development and and active testing. It will be available for TRISA integration support and services soon.
</p>

<ul class="social-btn">
<li><a href="https://github.com/trisacrypto"><i class="fab fa-github"></i></a></li>
<li><a href="https://hub.docker.com/u/trisacrypto"><i class="fab fa-docker"></i></a></li>
</ul>
The TRISA demo site is under re-development following the changes to the protocol in the <a href="https://trisa.io/trisa-whitepaper/">v9 whitepaper</a>.
</p>
<p class="desc font-white">
The Alice & Bob rVASP servers are still up and running, for more information on how to interact with them using the CLI, please see the <a href="https://trisa.dev/testnet/rvasps/">TRISA documentation</a>.
</p>

<ul class="social-btn">
<li><a href="https://trisa.io"><i class="fas fa-home"></i></a></li>
<li><a href="https://trisa.dev"><i class="fas fa-book"></i></a></li>
<li><a href="https://join.slack.com/t/trisa-workspace/shared_invite/zt-19b0wy7kj-l~netkzeq3y6ZVdne7fMmQ"><i class="fab fa-slack"></i></a></li>
<li><a href="https://github.com/trisacrypto"><i class="fab fa-github"></i></a></li>
<li><a href="https://hub.docker.com/u/trisacrypto"><i class="fab fa-docker"></i></a></li>
</ul>
</div><!-- display-table -->
</div><!-- display-table-cell -->
</div><!-- main-area -->
Expand Down

0 comments on commit 438c810

Please sign in to comment.