Skip to content

Commit d129159

Browse files
HomerHomer
Homer
authored and
Homer
committed
updated vars for appurl, blurb on env file
1 parent be6118e commit d129159

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

readme-vars.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ param_env_vars:
2929
- { env_var: "DB_USER", env_value: "<yourdbuser>", desc: "for specifying the database user" }
3030
- { env_var: "DB_PASS", env_value: "<yourdbpass>", desc: "for specifying the database password" }
3131
- { env_var: "DB_DATABASE", env_value: "bookstackapp", desc: "for specifying the database to be used" }
32+
- { env_var: "APPURL", env_value: "your.site.here.xyz", desc: "for specifying the url your application will be accessed on "}
3233

3334
param_usage_include_ports: true
3435
param_ports:
@@ -57,8 +58,11 @@ app_setup_block: |
5758
5859
Default username is admin@admin.com with password of **password**
5960
61+
If you intend to use this application behind a reverse proxy, such as our LetsEncrypt container or Traefik you will need to make sure that the `APPURL` environment variable is set, or it will not work
62+
6063
Documentation can be found at https://www.bookstackapp.com/docs/
6164
6265
# changelog
6366
changelogs:
67+
- { date: "23.09.28:", desc: "Updates pre-release"}
6468
- { date: "02.07.18:", desc: "Initial Release." }

0 commit comments

Comments
 (0)