From b2fccb118948502e7cd0365a6483fcf611798b28 Mon Sep 17 00:00:00 2001 From: philc Date: Thu, 7 Dec 2023 15:29:01 +0100 Subject: [PATCH] update --- README.md | 53 ++++++++++++++++++++++++++--------------------------- 1 file changed, 26 insertions(+), 27 deletions(-) diff --git a/README.md b/README.md index 7f8402c..2d0ea63 100644 --- a/README.md +++ b/README.md @@ -24,33 +24,32 @@ As it is decentralize organisation, a public address directory is replicated on Each town (instance) is accessible with an anonymlous DNS https://apxtri.crabdance.com where the IP adresse is update when elected town's IP to register a new block into the blockchain (each 10minutes). ```plaintext -/town-nation - /apxtrib/middlewares - /models - /lg refName.json {msgkey:mustache template} - /routes endpoint that return {status,ref,msg,data} - /setup conf template to start a new town - apxtri.js starting point - package.json - /conf/townconf.json town conf express.js - /nginx/tribeName_websiteName.conf nginx conf per website - /nationchains/nations/ common blockchain rules - /towns/ nodes server - /pagans/ anonymous numerique identity - /blocks/ blockchain database - /tribes/idx/ tribe's files space - /itm/admin.json - /adminapi/schema/ list of schemaName.json - /schema/lg list of schemaName_lg.json language data - /objects/idx/ list of indexName.json - /itm/ list of object content store by apxid.json - /www/cdn web public access file - /adminapx/index_lg.html administration webapp - /website/ - /tribeName - - /tmp/tokens/manage temporary keys - conf.json +/town-nation/ + apxtrib/middlewares + /models + /lg refName.json {msgkey:mustache template} + /routes endpoint that return {status,ref,msg,data} + /setup conf template to start a new town + apxtri.js starting point + package.json + /conf/townconf.json town conf express.js + /nginx/tribe_website.conf nginx conf per website + /nationchains/ + /nations/ common blockchain rules per nation + /towns/ nodes server + /pagans/ anonymous numerique identity + /blocks/ blockchain database + /tribes/idx/ tribe's files space + /itm/admin.json + /adminapi/schema/ list of schemaName.json + /schema/lg list of schemaName_lg.json language data + /objects/idx/ list of indexName.json + /itm/ list of object content store by apxid.json + /www/cdn web public access file + /adminapx/index_lg.html administration webapp + /website/ + /tribeName + /tmp/tokens/ manage temporary keys ``` ## apxtri Documentation