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).
```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