Skip to content

Commit bde6cce

Browse files
committed
dynamic readme
1 parent b74242d commit bde6cce

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,11 @@ In this instance `PUID=1001` and `PGID=1001`, to find yours use `id user` as bel
119119
 
120120
## Application Setup
121121

122-
* 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. * 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. * 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. * 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.
122+
* You must create a user and database for piwigo to use in a mysql/mariadb server.
123+
* In the setup page for database, use the ip address rather than hostname.
124+
* 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.
125+
* 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.
126+
* 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.
123127

124128

125129
## Support Info

readme-vars.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,13 @@ param_ports:
2929
# application setup block
3030
app_setup_block_enabled: true
3131
app_setup_block: "* You must create a user and database for piwigo to use in a mysql/mariadb server.
32+
3233
* In the setup page for database, use the ip address rather than hostname.
34+
3335
* 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.
36+
3437
* 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.
38+
3539
* 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."
3640

3741
app_setup_nginx_reverse_proxy_snippet: false

0 commit comments

Comments
 (0)