1
0
forked from apxtri/apxtri
This commit is contained in:
philc 2023-12-07 15:29:01 +01:00
parent 74ff75f21d
commit b2fccb1189

View File

@ -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). 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 ```plaintext
/town-nation /town-nation/
/apxtrib/middlewares apxtrib/middlewares
/models /models
/lg refName.json {msgkey:mustache template} /lg refName.json {msgkey:mustache template}
/routes endpoint that return {status,ref,msg,data} /routes endpoint that return {status,ref,msg,data}
/setup conf template to start a new town /setup conf template to start a new town
apxtri.js starting point apxtri.js starting point
package.json package.json
/conf/townconf.json town conf express.js /conf/townconf.json town conf express.js
/nginx/tribeName_websiteName.conf nginx conf per website /nginx/tribe_website.conf nginx conf per website
/nationchains/nations/ common blockchain rules /nationchains/
/towns/ nodes server /nations/ common blockchain rules per nation
/pagans/ anonymous numerique identity /towns/ nodes server
/blocks/ blockchain database /pagans/ anonymous numerique identity
/tribes/idx/ tribe's files space /blocks/ blockchain database
/itm/admin.json /tribes/idx/ tribe's files space
/adminapi/schema/ list of schemaName.json /itm/admin.json
/schema/lg list of schemaName_lg.json language data /adminapi/schema/ list of schemaName.json
/objects/idx/ list of indexName.json /schema/lg list of schemaName_lg.json language data
/itm/ list of object content store by apxid.json /objects/idx/ list of indexName.json
/www/cdn web public access file /itm/ list of object content store by apxid.json
/adminapx/index_lg.html administration webapp /www/cdn web public access file
/website/ /adminapx/index_lg.html administration webapp
/tribeName /website/
/tribeName
/tmp/tokens/manage temporary keys /tmp/tokens/ manage temporary keys
conf.json
``` ```
## apxtri Documentation ## apxtri Documentation