File tree Expand file tree Collapse file tree 3 files changed +9
-0
lines changed Expand file tree Collapse file tree 3 files changed +9
-0
lines changed Original file line number Diff line number Diff line change 99 - Updated dependencies, for bug fixes and performance improvements.
1010 - New icons (see https://tabler-icons.io/changelog )
1111 - When ` NULL ` is passed as an icon name, display no icon instead of raising an error.
12+ - Official docker image folder structure changed. The docker image now expects
13+ - the SQLPage website (` .sql ` files) to be in ` /var/www/ ` , and
14+ - the SQLPage configuration folder to be in ` /etc/sqlpage/ `
15+ - the configuration file should be in ` /etc/sqlpage/sqlpage.json `
16+ - the database file should be in ` /etc/sqlpage/sqlpage.db `
17+ - custom templates should be in ` /etc/sqlpage/templates/ `
18+ - This configuration change concerns only the docker image. If you are using the sqlpage binary directly, nothing changes.
1219
1320## 0.12.0 (2023-10-04)
1421
Original file line number Diff line number Diff line change 11FROM lovasoa/sqlpage:latest
22
3+ COPY ./sqlpage /etc/sqlpage
34COPY . /var/www
Original file line number Diff line number Diff line change 11FROM lovasoa/sqlpage:main
22
3+ COPY ./sqlpage /etc/sqlpage
34COPY . /var/www
You can’t perform that action at this time.
0 commit comments