Commit Graph

859 Commits

Author SHA1 Message Date
tycrek ec745defde
Docker container now runs as included `node` user, rather than `root` 2022-07-13 15:23:37 -06:00
Josh Moore cdb530de37
Merge branch 'master' into master 2022-07-12 15:57:14 -06:00
tycrek f36dc41291
Added note to Compose file about specification compliance 2022-07-12 15:55:22 -06:00
tycrek 1196685413
Removed two unnecessary (I fucking hate that word) compose rules*
*As per the [Compose spec](https://compose-spec.io/), [`command`](https://github.com/compose-spec/compose-spec/blob/master/spec.md#command) and [`working_dir`](https://github.com/compose-spec/compose-spec/blob/master/spec.md#working_dir) are only there to **override** Dockerfile, which has the same values.
2022-07-12 15:45:54 -06:00
tycrek f47dedc595
Updated README with new Docker update method 2022-06-15 16:59:50 -06:00
tycrek 1f67879fbe
Possibly this chain style works? 2022-06-15 16:25:24 -06:00
tycrek 1c068bde3c
Simplify condition 2022-05-30 16:11:40 -06:00
tycrek 7cf60f965c
This was supposed to be negated 2022-05-30 16:06:00 -06:00
tycrek b591727a50
Try to avoid crashing on launch 2022-05-30 16:02:09 -06:00
tycrek edf287c47a
Final Docker fix hopefully 2022-05-30 16:01:58 -06:00
tycrek c491070174
Fix Docker maybe 2022-05-30 15:47:17 -06:00
tycrek 6c16931a5d
Try to fix Docker scripts 2022-05-30 15:25:32 -06:00
Josh Moore c923adf818
Update Dockerfile
- Removed Alpine (further testing required, Alpine did not work in production for me)
- Fixed whitespace issues
2022-04-19 10:13:32 -06:00
Josh Moore 57b184d06d
Merge branch 'master' into master 2022-04-19 10:06:16 -06:00
tycrek 3dcc07498d
Use TypeScript-ified express-postcss package 2022-04-19 10:04:12 -06:00
tycrek 38501ce433
Fixed Metrics script with weird ass sleeper function 2022-04-18 16:37:34 -06:00
tycrek 0abc56c5f7
Actually fixed setup 😭 2022-04-18 16:18:15 -06:00
tycrek c697a7c5e5
Fixed logs in .js files 2022-04-18 16:11:07 -06:00
tycrek cb5105378d
Remove "(for future use)" from README 2022-04-18 15:54:35 -06:00
tycrek 1e2332918b
Added purge script `npm run purge` 2022-04-18 13:32:53 -06:00
tycrek 09fe844d45
0.11.0-rc.1 2022-04-18 12:15:18 -06:00
tycrek f71248e05a
Fixed duplicate files not being deleted properly (closes #132) 2022-04-18 12:13:58 -06:00
tycrek 7ca47df7bc
Create directory if necessary 2022-04-18 11:57:26 -06:00
tycrek ed6595fc3b
Fix not checking proper path type 2022-04-18 11:27:25 -06:00
tycrek 11d8db4c12
Updated README 2022-04-18 11:25:46 -06:00
tycrek 651f213351
Added toggle for brand line 2022-04-18 11:25:21 -06:00
tycrek 1f94513e1c
Added theme system 2022-04-18 11:24:59 -06:00
tycrek a6c246b134
Use new experimental TLog 2022-04-18 10:20:41 -06:00
tycrek 612f86cb12
Fixed incorrect type 2022-04-18 10:19:28 -06:00
Josh Moore 89956a28cf
0.10.0 - Merge pull request #125 from tycrek/fixes 2022-04-15 11:34:24 -06:00
tycrek 15b4b507b9
Version 0.10.0 2022-04-15 11:30:10 -06:00
tycrek 9416ab369a
Updated packages 2022-04-15 11:26:58 -06:00
tycrek f64b3985a3
Added note regarding frontends to README 2022-04-15 11:21:54 -06:00
tycrek 901e831589
Removed old JSDoc (replaced with TypeScript) 2022-04-15 11:16:53 -06:00
tycrek b44172d999
Switched to using Sharp to fix JPEG uploads failing (remove Jimp) 2022-04-15 11:07:57 -06:00
Zusier 0614ba0499 Change to alpine 2022-03-15 19:22:10 -07:00
Zusier f4459b3880
Chown in install script for volumes 2022-03-16 00:22:28 +00:00
Zusier 8560efd2eb
Run as rootless user & improve build cache 2022-03-16 00:20:27 +00:00
Zusier 8b0bfd6a58
update version 2022-03-16 00:17:37 +00:00
Zusier 9cd82df3e7
clarify uid/git in compose 2022-03-16 00:17:03 +00:00
tycrek c1a5d77f0f
Fix DeepSource JS-0356 2022-03-14 19:46:18 -06:00
tycrek 5b88d5e585
Removed these again 2022-03-14 19:43:52 -06:00
tycrek a37577bb35
Fix ordering to resolve DeepSource JS-0357 2022-03-14 19:38:05 -06:00
tycrek 1e943859eb
Removed all of these now redundant symbols 2022-03-14 19:35:51 -06:00
tycrek 70689b9240
Fixed startup sequence 2022-03-14 19:21:58 -06:00
tycrek 587d4d6452
Fixed other parts 2022-03-14 19:21:49 -06:00
tycrek 29add713c3
Significantly improve loading data & config 2022-03-14 19:21:22 -06:00
tycrek dbb024815e
Fix type importing (simple diffs) 2022-03-14 19:20:23 -06:00
tycrek 35afc9cd0f
Added more definition files 2022-03-14 19:13:01 -06:00
tycrek 76eecfcaa7
Target ES2021 2022-03-14 16:31:56 -06:00