CARATTERISTICHE DELLA RASPY CON FUNZIONI SERVER/RELAY:

SISTEMA OPERATIVO
- **Sistema Operativo**: Ubuntu 24.04.4 LTS (GNU/Linux 6.8.0-1048-raspi aarch64)
 * Documentation:  https://help.ubuntu.com
 * Management:     https://landscape.canonical.com
 * Support:        https://ubuntu.com/pro

CARATTERISTICHE SERVER / RELAY
- **Server Web**: Apache2
- **Server DB**: MariaDB & PostgreSql & MySql
- **Base Dati**: Sqlite
- **Modulo PHP 8.+**: Moduli PHP: Il linguaggio di Laravel e tutti i "bulloni" necessari per farlo funzionare (curl, xml, zip, ecc.).
- **Rust**: Version 1.93.1 (01f6ddf75 2026-02-11)


CONNESSIONE IN LOCALE AL SERVER TEST RASP PI4
- Comando da terminale ssh fabio@soundserver.local
- Inserire pass: 'techno'
- E' stato creato un servizio di sistema. 
  In questo modo, se il Raspberry si riavvia, il relay riparte da solo.
- Come verificare se è vivo?
  Anche con il terminale chiuso, il relay sarà attivo. Per vedere cosa sta succedendo in tempo reale, usa:
  
  [Unit]
  Description=Nostr Relay Sound System
  After=network.target
  
  [Service]
  Type=simple
  User=fabio
  WorkingDirectory=/home/fabio/nostr-rs-relay
  ExecStart=/home/fabio/nostr-rs-relay/target/release/nostr-rs-relay
  Restart=always
  
  [Install]
  WantedBy=multi-user.target




ROOT APACHE (DIRECTORY PRINCIPALE)







Creato con ❤️ per la Sound System Culture.
Beta Version Coded with ❤️ by Frigeri Fabio - www.fabioteck.it - frigeriwki@gmail.com
