Corretto il mio account che doveva confermare in automatico... non lo faceva... "Riregistrarsi se l'invitante non ha ancora confermato l'invito. Annullo la richiesta precedente. (inviando un msg di annullamento. (Si è già registrato con un alto invito.)" CMyEditor: non posso andare in edit sul HTML (nella table) Aggiornare il msg di benvenuto ! (prendere da msgtemplate) Dal Profilo: è possibile inviarsi il messaggio da condividere agli Amici Visualizzare la data d'inserimento dell'annuncio e l'ultima modifica fatta Link alla pagina di un Evento o Bene o Servizio ! Se aggiornamento: mettere messaggio che dice di chiudere e riaprire per aggiornare. Quando un utente chiede di entrare nel Gruppo, mettere l'abilitazione anche su Telegram. (e correggere il msg)
Freeplanet_serverside
- Node JS (ver. 16.14.0 or up)
Install the dependencies
yarn
Start the app in development mode (hot-code reloading, error reporting, etc.)
node src/server/server.js
Creating the ambient test
Create your .env.test file copying from .env.development
cp .env.development .env.test
And modifying the file with your configuration
Certificates
Once you have gone through the process of getting your Let’s Encrypt certificates you will have 4 certificates:
cert.pem
chain.pem
fullchain.pem
privkey.pem
You will need to download the root certificate (root.pem) and an intermediate certificate (chain.pem) from Let’s Encrypt – https://letsencrypt.org/certificates/
See this article: https://www.psclistens.com/insight/blog/enabling-a-nodejs-ssl-webserver-using-let-s-encrypt-pem-certificates/
and this, for the client: https://smallstep.com/hello-mtls/doc/combined/nodejs/axios
To see if all the certificates are OK, see this page check and enter the correct host and port: https://decoder.link/sslchecker
For example: https://decoder.link/sslchecker/test.freeplanet.app/3001
Build the ambient test
./deploynodejs_on_test.js
Creating the ambient Production
Create your .env.production file copying from .env.development
cp .env.development .env.production
And modifying the file with your configuration
Build the production
./deploynodejs_on_production.js