1
0
Fork 0
mirror of synced 2024-06-27 02:20:35 +12:00
budibase/hosting
Kacper 663d2e75b1 Content Security Policy fix for S3 upload
CSP allows wildcard only at first element of FQDN, so policy `*.s3.*.amazonaws.com` is invalid cause it contains second wildcard in the middle of FQDN.

nginx.prod.conf.hbs is not parsed by real handlebarsJS but manual way with regex and replacements. It's impossible to use `{{#each}}` so I've hardcoded all regions available for S3 basing on documentation under: https://docs.aws.amazon.com/general/latest/gr/s3.html
2022-05-05 22:26:57 +02:00
..
digitalocean fix broken docs links 2022-03-23 14:47:27 +01:00
portainer Add portainer template 2022-04-01 12:52:55 +01:00
proxy Replace spectrum with custom CSS 2022-04-25 16:39:44 +01:00
scripts updating airgapped docker build script 2022-02-18 15:43:07 +01:00
single Review comments. 2022-04-05 11:33:55 +01:00
utils Putting together the basics of the compose system, this is now functional, along with some handy scripts to make it work. This requires minimum docker 1.25.0 to run due to the use of --env-file. 2020-12-11 16:38:40 +00:00
.env point to MinIO instance instead of through proxy 2022-01-30 21:25:56 +01:00
docker-compose.dev.yaml Add static html error page to nginx for 502, 503, 504 2022-03-31 15:58:45 +01:00
docker-compose.yaml Minor changes to get BB client and manifest included correctly. 2022-04-01 12:37:01 +01:00
envoy.yaml Create envoy.yaml 2022-02-11 10:59:06 +01:00
hosting.properties Create hosting.properties 2022-02-17 00:30:28 +01:00
nginx.dev.conf.hbs Add static html error page to nginx for 502, 503, 504 2022-03-31 15:58:45 +01:00
nginx.prod.conf.hbs Content Security Policy fix for S3 upload 2022-05-05 22:26:57 +02:00