You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You must create a user and database for piwigo to use in a mysql/mariadb server. In the setup page for database, use the ip address rather than hostname....
66
66
67
-
A basic nginx configuration file can be found in /config/nginx/site-confs , edit the file to enable ssl (port 443 by default), set servername etc..
67
+
A basic nginx configuration file can be found in /config/nginx/site-confs , edit the file to enable ssl (port 443 by default), set servername etc..
68
68
Self-signed keys are generated the first time you run the container and can be found in /config/keys , if needed, you can replace them with your own.
69
69
70
70
The easiest way to edit the configuration file is to enable local files editor from the plugins page and use it to configure email settings etc....
@@ -75,7 +75,7 @@ The easiest way to edit the configuration file is to enable local files editor f
75
75
* To update piwigo if required, update via the webui
76
76
* To monitor the logs of the container in realtime `docker logs -f piwigo`.
77
77
78
-
* container version number
78
+
* container version number
79
79
80
80
`docker inspect -f '{{ index .Config.Labels "build_version" }}' piwigo`
81
81
@@ -85,6 +85,7 @@ The easiest way to edit the configuration file is to enable local files editor f
0 commit comments