mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-02 05:44:03 +02:00
Create admin user
This commit is contained in:
@@ -42,7 +42,9 @@
|
|||||||
],
|
],
|
||||||
"environment": {
|
"environment": {
|
||||||
"PGID": "0",
|
"PGID": "0",
|
||||||
"PUID": "0"
|
"PUID": "0",
|
||||||
|
"PAPERLESS_ADMIN_USER": "admin",
|
||||||
|
"PAPERLESS_ADMIN_PASSWORD": "admin"
|
||||||
},
|
},
|
||||||
"homeassistant": "0.92.0b2",
|
"homeassistant": "0.92.0b2",
|
||||||
"init": false,
|
"init": false,
|
||||||
|
|||||||
Reference in New Issue
Block a user