File configuration.yaml

Ciao, ho appena indtallato Ha con ambiente Hassio, sulla mia Rpi3. Non riesco a trovare il file configuration.yamlit. ho installato il configuratore ma non funziona. Come devo settarlo? Mi date una guida da seguirete?

Hello, I just installed Ha with Hassium, on my Rpi3. I can not find the configuration.yamlit file. I installed the configurator but it does not work. How should I set it? Do you give me a guide to follow? - from google translate

The configuration.yaml is under /config

You could install the samba addon to get access from a pc or mac.

The configurator should work fine provided you have set the options correctly…
{
“username”: “admin”,
“password”: “your_hassio_pw”,
“certfile”: “fullchain.pem”,
“keyfile”: “privkey.pem”,
“ssl”: false,
“allowed_networks”: [
“192.168.178.0/24”
],
“banned_ips”: [
“8.8.8.8”
],
“banlimit”: 0,
“ignore_pattern”: [
pycache
],
“dirsfirst”: false
}

Ciao Keith , Grazie per il tuo interessamento

Il mio Samba Option e’:
{
“workgroup”: “WORKGROUP”,
“name”: “hassio”,
“guest”: true,
“map”: {
“config”: true,
“addons”: true,
“ssl”: false,
“share”: true,
“backup”: true
},
“username”: “username123”,
“password”: “pasword123”,
“interface”: “”
}

-Quando io provo a incollare quello che tu mi hai postato non viene salvato. (il tasto salva diventa grigio)

Io Non ho una password per accedere ad HA al momento

Ciao Grazie