b2582b9bad
refactor(helpers): condense TLS section of helper script
...
Take advantage of container generating DHParams and remove redundant
docker run blocks
2021-07-26 00:49:51 -06:00
1ee8b8bf03
refactor(helpers): remove dhparams mapping from params template
2021-07-26 00:32:48 -06:00
8c5bbe8d9c
refactor(helpers): update domain in helper script
2021-07-26 00:29:35 -06:00
60f79fdd45
docs(config): update sites readme file
2021-07-26 00:23:23 -06:00
f1faf3fedf
feature(generate-cert): allow create self-signed cert
...
- self-signed cert with a group-readable key and customizable hostname
2021-07-25 19:18:32 -06:00
4ded854631
feature(entrypoint): generate missing dhparam file if needed
2021-07-25 16:00:16 -06:00
8890e662b0
docs(dockerfile): update domain in labels
2021-07-25 15:42:18 -06:00
a4cebd5216
fix(dockerfile): remove quotes in maintainer tag
2021-07-25 15:39:36 -06:00
f6efb86f2a
feature(dockerfile): specify NGINX version via build-arg
...
- build-arg for NGINX version
- add labels incorporating NGINX version and internal version
- add label to reference GIT commit for tagged release
2021-07-25 15:37:38 -06:00
e499b7982c
struct(entrypoint): add planned exit codes
2021-07-25 15:13:31 -06:00
1c608859e7
refactor(dockerfile): change healthcheck periods
...
- reduce interval and increase start-period
- format for clarity
2021-07-25 15:04:22 -06:00
7ea21e2cc4
feature(dockerfile): allow separate UID and GID during build
2021-07-25 15:03:24 -06:00
d045d098d9
docs(dockerfile): add deprecated maintainer tag
...
Harbor still uses this for informational display
2021-07-25 15:02:54 -06:00
287830ffe7
chore(dockerfile): bump internal and nginx version
...
- update nginx to current
- bump internal version in preparation for new features
2021-07-25 15:02:11 -06:00
75b2eb1662
docs(readme): update domain name
2021-07-25 14:14:16 -06:00
c263bf1f40
chore(git): update gitignore and gitattributes
2021-07-25 14:13:06 -06:00
Asif Bacchus
dc336de922
build(BASE): update NGINX base image version
...
- change internal version numbering to include NGINX version
- update NGINX internal version label
2021-04-04 12:31:44 -06:00
Asif Bacchus
2940251df1
fix typo in to git link
2021-01-15 06:45:02 -07:00
Asif Bacchus
6206ed49ff
build(GIT): only include helper scripts in export archives
2021-01-15 06:28:43 -07:00
Asif Bacchus
478af79158
fix(README): fix incorrect link
2021-01-15 06:28:11 -07:00
Asif Bacchus
6f9d0ae7df
style(README): force line breaks on contents items
2021-01-15 06:21:34 -07:00
Asif Bacchus
db4be32b54
style(HELPERSCRIPTS): reformat code
2021-01-15 06:11:24 -07:00
Asif Bacchus
9d5c7960c9
fix(HELPERSCRIPTS): do not display file results in container-only mode
2021-01-15 06:10:04 -07:00
Asif Bacchus
f53e673c3f
feature(HELPERSCRIPTS): add inline help
2021-01-15 06:06:07 -07:00
Asif Bacchus
16df6570bc
feature(HELPERSCRIPTS): tabular parameter help output
2021-01-15 06:05:01 -07:00
Asif Bacchus
38d6967f68
feature(HELPERSCRIPTS): add newline function, bold formatting preset
2021-01-15 05:50:01 -07:00
Asif Bacchus
0a99c75a91
feature(HELPERSCRIPTS): add text formatting functions
2021-01-15 05:47:00 -07:00
Asif Bacchus
cb794e755f
refactor(HELPERSCRIPTS): remove restart option
...
- cannot account for all possible custom configurations
- restart should be manual
2021-01-15 05:40:42 -07:00
Asif Bacchus
d29bff3324
style(HELPERSCRIPTS): change results banner format to match others
2021-01-15 05:19:52 -07:00
Asif Bacchus
cbaadc40c4
feature(HELPERSCRIPTS): add conditionality to script update
2021-01-15 05:18:55 -07:00
Asif Bacchus
7e96583455
feature(HELPERSCRIPTS): conditionally update docker container
...
- move previous prerequisite checks related to docker
2021-01-15 05:15:38 -07:00
Asif Bacchus
19a8f3a082
feature(HELPERSCRIPTS): add parameter processing skeleton
2021-01-15 05:08:03 -07:00
Asif Bacchus
cbb8595380
refactor(NGINX): auto-load certificates
...
- use container-bound certificates by default
- do not use separate certificate loading include
2021-01-08 22:02:22 -07:00
Asif Bacchus
c240708a78
Docs(README) reformat TOC
2021-01-08 14:39:21 -07:00
Asif Bacchus
8de6a3b5b2
chore(GIT): ignore all checksum files
2021-01-07 15:51:14 -07:00
Asif Bacchus
0e00bff2d2
docs(SCRIPTS): reformat and expand comments
2021-01-07 15:48:00 -07:00
Asif Bacchus
7fb6fb02ee
style(SCRIPTS): cleanup in-line help
2021-01-07 15:22:36 -07:00
Asif Bacchus
7c0616afe1
build(GIT): move helper scripts to own directory
2021-01-07 15:06:38 -07:00
Asif Bacchus
d742bdf9ab
refactor(CONFIG): update sample configuration defaults
2021-01-07 15:04:04 -07:00
Asif Bacchus
a1c1ac280a
struct(MOVE): move security headers to snippets from configs
2021-01-07 15:03:24 -07:00
Asif Bacchus
e8b80833e6
update readme - permissions section
2021-01-07 14:33:52 -07:00
Asif Bacchus
77b1b74df3
update gitattributes
2021-01-07 14:33:13 -07:00
Asif Bacchus
5132e6f2e2
fix(DOCKERFILE): terminate with SIGQUIT for NGINX
2021-01-07 13:34:09 -07:00
Asif Bacchus
00fcd6dd10
refactor(NGINX): move tmp paths to accessible locations for limited user
2021-01-07 13:31:04 -07:00
Asif Bacchus
d293e7b3e9
fix(DOCKERFILE): properly remove entrypoint script from parent container
2021-01-07 13:25:57 -07:00
Asif Bacchus
67e9a699d9
refactor(DOCKERFILE): change UID
2021-01-07 11:25:12 -07:00
Asif Bacchus
956acfc9a1
feature(DOCKERFILE): remove parent container entrypoint script
2021-01-07 11:07:49 -07:00
Asif Bacchus
2125dcb939
fix(DOCKERFILE): fix user creation, add home directory too
2021-01-07 10:45:40 -07:00
Asif Bacchus
0609c680e0
refactor(NGINX): update letsencrypt integration
...
- actually create letsencrypt challenge directory
- point default server-blocks to proper LE directory
- fix access and error logging for LE requests
- update server-block configuration comment headers
2021-01-07 10:16:24 -07:00
Asif Bacchus
4901116443
fix(DOCKERFILE): missing backslash in run cmd
2021-01-07 10:10:35 -07:00