3
0
Files
corteza/provision
Denis Arh 1d59a3acf2 Allow custom URL prefix for all corteza endpoints
Add new env. variables and options
 - HTTP_BASE_URL to control URL prefix, defaults to /
 - HTTP_SSL_TERMINATED to explicitly set if Corteza is running behind HTTPS
Refresh and document webapp/Makefile with more dev tasks
Fix all absolute URLs in applications, logos, icons
Improve logic behind integrated webapp serving, inject/replace <base href> tag according to URL prefix
Prevent mounting api & webapps to the same base
2021-05-09 16:47:19 +02:00
..
2021-04-21 10:19:50 +02:00
2020-11-30 19:51:18 +01:00

= Provision config files

By default, Corteza provisions itself with all config files found in this directory.
Provisioning process can be configured via `PROVISION_CONFIG_PATHS`.

Extensions (`8xx-xxxxx`) are installed from https://github.com/cortezaproject/corteza-ext by release procedure.
Manual installation of extensions is also possible by running `./update.sh` shell script in this directory

== Naming/numeration rules

0xx::
Base resources, configuration, access control rules

1xx::
Additional resources

2xx..6xx::
Reserved

7xx::
Reserved for extensions

8xx::
Reserved for custom/user configuration

9xx::
Temporary, deprecated, obsolete