Surya Paolo 836f7f572b -Poter entrare nel login anche con l'username Telegram !
- Se clicchi sulla foto, mi apre il profilo anzichè l'invio dei RIS
- ++ Filtro sulle ricerche: Scegliere un Circuito specifico.
- Nella lista iscritti compaiono anche i cancellati...
- n "Attività" si vede tutto allargato, non sta nella dimensione della pagina.
- Nelle notifiche della campanellina non si vede più il titolo... (è vuoto).
- Non funziona il Filtro per Settore (nella Home sugli Eventi)
- Filtri avanzati da mostrare solo se clicco sul bottone.
- I menu in basso non funzionano !
- Nel menu "Iscritti" del circuito, non compare più la ricerca ! Riattivarla
- Opzione di mandare una email quando uno si registra al Circuito
- ++ Opzione per il Circuito: Chiedi di entrare agli admin (e non in automatico).
2025-01-09 15:17:03 +01:00
2024-10-17 00:35:17 +02:00
2020-03-21 10:28:26 +01:00
2021-01-18 00:48:17 +01:00
2025-01-07 16:50:55 +01:00
2025-01-07 16:50:55 +01:00
2024-09-06 19:57:09 +02:00
2020-03-21 10:28:26 +01:00
2024-12-13 18:09:55 +01:00
2024-01-09 23:57:30 +01:00
2023-08-27 23:55:31 +02:00
2024-12-13 18:09:55 +01:00
2025-01-07 16:50:55 +01:00
2024-04-29 14:58:45 +02:00
2024-12-13 18:09:55 +01:00
2021-01-18 00:48:17 +01:00
2021-01-18 00:48:17 +01:00
2023-08-27 23:55:31 +02:00
2020-03-21 10:28:26 +01:00
2024-02-13 18:13:26 +01:00
2023-11-03 12:49:10 +01:00
2022-11-17 08:09:48 +01:00
2023-02-15 21:40:19 +01:00

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 Lets 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 Lets 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
Description
No description provided
Readme 120 MiB
Languages
JavaScript 98.1%
Pug 1.3%
Shell 0.3%
SCSS 0.2%
CSS 0.1%