Asic Verifier for X-Road
Project description
AsicVerifier
Asic Verifier for X-Road
Note
This service require Docker
Environment
Name | Type | Default |
---|---|---|
RESTFUL_API_PATH |
String URL Path | / |
JAR_PATH |
String File Path | /lib/asicverifier.jar |
DEV_MODE |
Bool | false |
Docker
-
Start up:
docker run -d --rm --platform linux/amd64 -p '80:80' --name asicverifier pipinfitriadi/asicverifier
RESTful API's docs should be available at http://0.0.0.0/
-
Shut down:
docker stop asicverifier
-
Help:
docker run --rm --platform linux/amd64 pipinfitriadi/asicverifier --help
Docker Compose
docker-compose.yml
:
version: '3.7'
services:
asicverifier:
image: pipinfitriadi/asicverifier
container_name: asicverifier
platform: linux/amd64
ports:
- '80:80'
-
Start up:
docker compose up -d
RESTful API's docs should be available at http://0.0.0.0/
-
Shut down:
docker compose down
-
Help:
docker compose run --rm asicverifier --help && docker compose down
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
asicverifier-0.2.4.tar.gz
(20.1 kB
view details)
Built Distribution
File details
Details for the file asicverifier-0.2.4.tar.gz
.
File metadata
- Download URL: asicverifier-0.2.4.tar.gz
- Upload date:
- Size: 20.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.0 CPython/3.12.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 71d2887042c130c52b73312e6be33558029b79737e4c4b861593a2193af75f87 |
|
MD5 | 5fd709c13888c854ede353e2ba31a7b9 |
|
BLAKE2b-256 | 0663e8f5eb35260295e1cfa5890e01703ce4efd3ac5da02367245ba78584dc42 |
File details
Details for the file AsicVerifier-0.2.4-py3-none-any.whl
.
File metadata
- Download URL: AsicVerifier-0.2.4-py3-none-any.whl
- Upload date:
- Size: 19.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.0 CPython/3.12.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a24543b74c8290438978f03723c864de0a96593bf7e531d404989b004a55a251 |
|
MD5 | f41830fd574ee8492f18a382ce594500 |
|
BLAKE2b-256 | 35a301ba6e4257dd093f294a68b8c7bd9f5a8745d046a9a08e6fcaeb71c6c102 |