mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-26 14:36:28 +01:00
prettify
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
# Home assistant add-on: Piwigo
|
||||
|
||||
![Supports aarch64 Architecture][aarch64-shield] ![Supports amd64 Architecture][amd64-shield] ![Supports armhf Architecture][armhf-shield] ![Supports armv7 Architecture][armv7-shield]
|
||||
|
||||
## About
|
||||
|
||||
Piwigo is a photo gallery software for the Web.
|
||||
Piwigo is a photo gallery software for the Web.
|
||||
This addon is based on the [docker image](https://github.com/linuxserver/piwigo) from linuxserver.io.
|
||||
|
||||
## Installation
|
||||
@@ -26,7 +27,7 @@ comparison to installing any other Hass.io add-on.
|
||||
1. Self-signed keys are generated the first time you run the container and can be found in /data/keys, if needed, you can replace them with your own.
|
||||
1. The easiest way to edit the configuration file is to go in /config/piwigo from home assistant local files editor to configure email settings etc.
|
||||
|
||||
Webui can be found at <http://your-ip:81>.
|
||||
Webui can be found at <http://your-ip:81>.
|
||||
|
||||
```yaml
|
||||
GUID: user
|
||||
@@ -36,6 +37,7 @@ networkdisks: "<//SERVER/SHARE>" # list of smbv2/3 servers to mount (optional)
|
||||
cifsusername: "username" # smb username (optional)
|
||||
cifspassword: "password" # smb password (optional)
|
||||
```
|
||||
|
||||
[repository]: https://github.com/alexbelgium/hassio-addons
|
||||
[aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg
|
||||
[amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
|
||||
|
||||
Reference in New Issue
Block a user