Commit Graph

210 Commits

Author SHA1 Message Date
Asif Bacchus 4456653f03 fix(devTools): fix checksum generation error
- fix script checksumming checksum file itself
- move to target directory only after all checksums completed
2021-07-27 21:48:45 -06:00
Asif Bacchus 38af413d05 fix(helpers): fix download bugs in update script
- do not double-check update.sh
- create target directories for wget
2021-07-27 21:43:53 -06:00
Asif Bacchus 24975088d3 set scripts as executable 2021-07-27 21:22:33 -06:00
Asif Bacchus 9563e2b847 chore(dockerfile): update email addresses 2021-07-27 21:15:05 -06:00
Asif Bacchus 518d5aad2d chore: add MIT license and NGINX BSD license 2021-07-27 21:12:26 -06:00
Asif Bacchus 3db6ade0bd update readme for new version 2021-07-27 18:39:37 -06:00
Asif Bacchus f7a6d924d9 feature(helpers): add exit codes to update script 2021-07-27 18:28:09 -06:00
Asif Bacchus 16f302c3fd struct(tools): checksum generator script 2021-07-27 17:08:55 -06:00
Asif Bacchus a6107f7e25 struct(helpers): set params file as template again
- prevents accidental overwrite of user params on updates
2021-07-27 16:17:04 -06:00
Asif Bacchus 03e0631964 style(helpers): reformat update script and bump version 2021-07-27 16:09:27 -06:00
Asif Bacchus 4d5f3fa809 refactor(helpers): echo docker run result code on exit 2021-07-27 16:04:31 -06:00
Asif Bacchus fb81443cba style(helpers): make comment header style consistent 2021-07-27 16:00:30 -06:00
Asif Bacchus 92c0217374 perf(helpers): import and check params-file only if running 2021-07-27 15:58:12 -06:00
Asif Bacchus 750ad05d06 refactor(helpers): change name of stop and remove parameter switch 2021-07-27 15:55:17 -06:00
Asif Bacchus 0db9675bc4 feature(helpers): add stop and remove commands 2021-07-27 15:53:17 -06:00
Asif Bacchus dd7ef19d88 refactor(helpers): update and notate return codes 2021-07-27 15:39:30 -06:00
Asif Bacchus 810cbd44b7 feature(helpers): add container status display 2021-07-27 15:26:53 -06:00
Asif Bacchus 2b583ad7e0 struct(dockerfile): change internal labels
- add internal name label to allow finding containers
- use new domain in private labels
2021-07-27 15:10:49 -06:00
Asif Bacchus 4a1c1e5153 refactor(helpers): set initial vars to null vs unset 2021-07-27 14:59:16 -06:00
Asif Bacchus 2b55ae11f4 refactor(helpers): change volume mount var name
- change from vmount to volumeMounts
2021-07-27 14:58:01 -06:00
Asif Bacchus 49fa74159b refactor(helpers): remove dhparams check
- container now auto-generates this file if needed
2021-07-27 14:41:32 -06:00
Asif Bacchus 3548d88b63 style(helpers): rename textBlock functions
- rename functions to camelCase
2021-07-27 14:37:57 -06:00
Asif Bacchus a1e2911dc0 docs(helpers): change help text for container name 2021-07-27 14:35:57 -06:00
Asif Bacchus a2b08d5a72 refactor(helpers): activate params file by default
- remove template concept, use live file with defaults
- easier implementation, no need to user to rename
- active by default, one source for behaviour
- allow IDE parsing from active file
2021-07-27 14:34:46 -06:00
Asif Bacchus 85ff24faaf refactor(helpers): update domain and path in update script 2021-07-26 02:23:45 -06:00
Asif Bacchus 2e2c93b2b1 feature(helpers): change docker run cmd
- add user specification so UID/GID always specified
- add container default values
2021-07-26 01:36:41 -06:00
Asif Bacchus e208d22664 style(helpers): reformat helper script 2021-07-26 01:30:35 -06:00
Asif Bacchus bc2a34ddd8 feature(helpers): allow specifying tag 2021-07-26 01:20:38 -06:00
Asif Bacchus a3c6656764 fix(helpers): rename shell var in helper script 2021-07-26 00:54:27 -06:00
Asif Bacchus 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
Asif Bacchus 1ee8b8bf03 refactor(helpers): remove dhparams mapping from params template 2021-07-26 00:32:48 -06:00
Asif Bacchus 8c5bbe8d9c refactor(helpers): update domain in helper script 2021-07-26 00:29:35 -06:00
Asif Bacchus 60f79fdd45 docs(config): update sites readme file 2021-07-26 00:23:23 -06:00
Asif Bacchus 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
Asif Bacchus 4ded854631 feature(entrypoint): generate missing dhparam file if needed 2021-07-25 16:00:16 -06:00
Asif Bacchus 8890e662b0 docs(dockerfile): update domain in labels 2021-07-25 15:42:18 -06:00
Asif Bacchus a4cebd5216 fix(dockerfile): remove quotes in maintainer tag 2021-07-25 15:39:36 -06:00
Asif Bacchus 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
Asif Bacchus e499b7982c struct(entrypoint): add planned exit codes 2021-07-25 15:13:31 -06:00
Asif Bacchus 1c608859e7 refactor(dockerfile): change healthcheck periods
- reduce interval and increase start-period
- format for clarity
2021-07-25 15:04:22 -06:00
Asif Bacchus 7ea21e2cc4 feature(dockerfile): allow separate UID and GID during build 2021-07-25 15:03:24 -06:00
Asif Bacchus d045d098d9 docs(dockerfile): add deprecated maintainer tag
Harbor still uses this for informational display
2021-07-25 15:02:54 -06:00
Asif Bacchus 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
Asif Bacchus 75b2eb1662 docs(readme): update domain name 2021-07-25 14:14:16 -06:00
Asif Bacchus 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