Anade 'bash install.sh --laptop' y el lanzador './fosfeno' para correr FOSFENO en portatiles Debian/Ubuntu/Mint sin Raspberry Pi: puerto 8080, sin arranque automatico ni cambios en el sistema. El servidor admite las variables FOSFENO_PORT y FOSFENO_NO_KIOSK. Nueva documentacion en docs/portatil.md. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
26 lines
567 B
JSON
26 lines
567 B
JSON
{
|
|
"server": {
|
|
"host": "0.0.0.0",
|
|
"port": 80
|
|
},
|
|
"kiosk": {
|
|
"browser": "chromium-browser"
|
|
},
|
|
"audio": {
|
|
"matchSource": "usb",
|
|
"_comment": "Subcadena para identificar el micro USB entre las fuentes de audio del sistema"
|
|
},
|
|
"projectm": {
|
|
"binary": "projectMSDL"
|
|
},
|
|
"network": {
|
|
"hostname": "fosfeno",
|
|
"_comment": "Nombre de red de la Raspberry. El panel queda en http://<hostname>.local/"
|
|
},
|
|
"defaults": {
|
|
"engine": "butterchurn",
|
|
"sensitivity": 1.0,
|
|
"hydraSketch": "kaleido",
|
|
"shader": "tunel"
|
|
}
|
|
}
|