Commit Graph

234 Commits

Author SHA1 Message Date
87b4092177 build(dockerfile): Update build args 2024-08-31 18:15:13 -06:00
9d7c079c97 build(ide): Update IDE settings 2024-08-31 18:07:35 -06:00
9104126356 feat(nginx): Update version to 1.27 on Alpine 3.20 2024-08-31 18:06:13 -06:00
e8d1407419 build(docker): update build vars 2023-08-10 17:09:47 -06:00
9a1153e93c feature(nginx): update default base version 2023-08-10 17:01:32 -06:00
a8fc01f885 chore(ide): update build config 2022-11-02 01:11:00 -06:00
f2c63513e8 feature(version): build for mainline 1.23.2 2022-11-02 01:10:04 -06:00
e7f83a8adc feature(version): build for stable 1.22.1 2022-11-02 01:06:11 -06:00
ebb989fff3 chore(ide): update docker build args 2022-02-26 23:21:12 -07:00
6ef90be311 chore(ide): remove vscode files 2022-02-26 23:19:07 -07:00
d452e449fb chore(git): update gitattributes 2022-02-26 23:18:43 -07:00
cc0343651a chore(dockerfile): bump underlying nginx version 2022-02-26 23:17:45 -07:00
122aa79c21 feature(helpers): add disabled local resolver config
- add local resolver for reference
- disabled by default, use Cloudflare instead
2021-09-13 04:13:53 -06:00
0389744e37 chore: convert all files to LF 2021-09-13 04:10:56 -06:00
b394e6ac21 chore(rider): save dockerfile build configuration 2021-09-13 03:25:39 -06:00
0ee6ef3fc4 chore(dockerfile): bump versions
- update NGINX to latest version (1.21.3)
- update internal version to 5.2 (bug-fix release)
2021-09-13 02:45:51 -06:00
30388f81cd fix(dockerfile): create certs directory
- create certs directory and set permissions for limited user
- required for certs and DHparams auto-generation

Closes #1
2021-09-13 02:43:28 -06:00
883529d684 fix(scripts): missing space in ab-nginx.sh 2021-09-13 02:13:06 -06:00
2e26095dbf update curl and apk-tools to address security issues 2021-07-27 23:18:17 -06:00
e29ca7690a fix(helpers:update): fix missing space in mkdir cmd 2021-07-27 22:19:54 -06:00
fcd24f0387 fix(helpers:update): prevent err on existing dirs 2021-07-27 22:08:29 -06:00
a4d466fe3f fix(helpers:update): make downloaded scripts executable 2021-07-27 21:57:38 -06:00
e42c94cda9 fix(helpers): make download update script executable 2021-07-27 21:53:36 -06:00
2f1e21f79b fix(helpers): exit update script after self update 2021-07-27 21:52:24 -06:00
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
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
24975088d3 set scripts as executable 2021-07-27 21:22:33 -06:00
9563e2b847 chore(dockerfile): update email addresses 2021-07-27 21:15:05 -06:00
518d5aad2d chore: add MIT license and NGINX BSD license 2021-07-27 21:12:26 -06:00
3db6ade0bd update readme for new version 2021-07-27 18:39:37 -06:00
f7a6d924d9 feature(helpers): add exit codes to update script 2021-07-27 18:28:09 -06:00
16f302c3fd struct(tools): checksum generator script 2021-07-27 17:08:55 -06:00
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
03e0631964 style(helpers): reformat update script and bump version 2021-07-27 16:09:27 -06:00
4d5f3fa809 refactor(helpers): echo docker run result code on exit 2021-07-27 16:04:31 -06:00
fb81443cba style(helpers): make comment header style consistent 2021-07-27 16:00:30 -06:00
92c0217374 perf(helpers): import and check params-file only if running 2021-07-27 15:58:12 -06:00
750ad05d06 refactor(helpers): change name of stop and remove parameter switch 2021-07-27 15:55:17 -06:00
0db9675bc4 feature(helpers): add stop and remove commands 2021-07-27 15:53:17 -06:00
dd7ef19d88 refactor(helpers): update and notate return codes 2021-07-27 15:39:30 -06:00
810cbd44b7 feature(helpers): add container status display 2021-07-27 15:26:53 -06:00
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
4a1c1e5153 refactor(helpers): set initial vars to null vs unset 2021-07-27 14:59:16 -06:00
2b55ae11f4 refactor(helpers): change volume mount var name
- change from vmount to volumeMounts
2021-07-27 14:58:01 -06:00
49fa74159b refactor(helpers): remove dhparams check
- container now auto-generates this file if needed
2021-07-27 14:41:32 -06:00
3548d88b63 style(helpers): rename textBlock functions
- rename functions to camelCase
2021-07-27 14:37:57 -06:00
a1e2911dc0 docs(helpers): change help text for container name 2021-07-27 14:35:57 -06:00
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
85ff24faaf refactor(helpers): update domain and path in update script 2021-07-26 02:23:45 -06:00
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