1
0
Fork 0
mirror of synced 2024-09-10 22:46:09 +12:00
Commit graph

42 commits

Author SHA1 Message Date
Rory Powell
e116941750 Rotatable secrets (#9982)
* Rotatable secrets

* Set new api encryption key var

* Lint

* Use fallback keys instead of array

* Point api encryption key to dedicated value

* Add API_ENCRYPTION_KEY to cli

* Lint + add api encryption key to env files
2023-03-13 15:02:59 +00:00
mike12345567
a7e34c0829 Minor fix for CLI - to preserve the MinIO image, meaning that new installations will always use the minio/minio image, whereas older installations can use the RELEASE.2022-10-24T18-35-07Z version which still supports the FS system. 2023-03-09 13:52:35 +00:00
mike12345567
158b33883b Fixing lint issue. 2023-03-03 12:08:03 +00:00
mike12345567
04ef7eeb9c Minor fixes - after removing axios altogether and adding a start script to make life easier for running from ts. 2023-03-03 10:03:33 +00:00
mike12345567
2125331b14 First pass - converting CLI to Typescript. 2023-03-02 18:21:45 +00:00
mike12345567
0f64f6b6fb Improvement to CLI logging output for plugins --dev command - make it more obvious what next steps are. 2022-09-30 17:13:50 +01:00
mike12345567
5b52acf169 Updating to add an option for generating admin user credentials as part of hosting, adding a dev command to create a simple, pre-watching environment using all flags. 2022-09-29 15:38:54 +01:00
mike12345567
2a2d5ca19e Fixing an issue with single image docker-compose generation. 2022-09-29 14:00:16 +01:00
mike12345567
a464aceffb Updating hosting to break up single file into lots of independent commands - this was an attempt to improve syntax. Adding in single image handling, as well as full support for watch directory. 2022-09-28 19:11:22 +01:00
Michael Drury
3bb4b3ed3a Making secret generation common. 2022-09-28 00:17:46 +01:00
Michael Drury
ccac360340 Updating make dotenv file in the CLI to be a bit cleaner/easier to manipulate than a magic string. 2022-09-28 00:16:04 +01:00
Michael Drury
b66df050dc Adding in single compose configuration to CLI. 2022-09-28 00:04:26 +01:00
mike12345567
694424d0b2 Adding ability to extend existing docker-compose file to include volumes for watching plugins. 2022-09-27 19:39:17 +01:00
mike12345567
46c1590c83 Adding types for plugin events, specifically for plugin init, import and deletion, this is across the CLI and the server. 2022-09-14 17:35:46 +01:00
Rene Pot
6e0b29667d fix broken docs links 2022-03-23 14:47:27 +01:00
mike12345567
0716df5098 Fixing issue with CLI not updating proxy images. 2022-02-11 12:32:57 +00:00
Martin McKeaveney
7fb9b33f6c remove more references to envoy 2022-02-01 11:02:37 +01:00
Martin McKeaveney
b841b41e29 update watchtower port to 6161 2021-08-23 21:48:03 +01:00
Martin McKeaveney
0fb566a3dd allow users to override watchtower port 2021-08-20 09:47:08 +01:00
mike12345567
3873d12476 Formatting. 2021-05-24 16:20:28 +01:00
mike12345567
b7f739d54a Logging and adding better messaging around startup. 2021-05-24 14:58:54 +01:00
Martin McKeaveney
562b0cc40a tidy up 2021-05-11 19:54:01 +01:00
mike12345567
8e1f18e456 Changing INTERNAL_KEY to INTERNAL_API_KEY. 2021-05-11 15:23:03 +01:00
mike12345567
7736869148 Some updates, working towards supporting automation send smtp email also removing the styling template, adding to base. 2021-05-11 12:02:29 +01:00
mike12345567
08c158c121 Adding a redis client to the auth system, as part of work towards the reset password flow. 2021-04-27 17:29:05 +01:00
Martin McKeaveney
7bc7fc7e7d lint 2021-03-30 11:50:49 +01:00
Martin McKeaveney
a4486fff4c adding distinct CLI id to hosting 2021-03-30 11:04:13 +01:00
Martin McKeaveney
e2b26ffa9c adding abstraction for config manager 2021-03-30 10:50:42 +01:00
Martin McKeaveney
306d29d870 redis, tidy ups 2021-03-22 16:18:29 +00:00
mike12345567
356878a6cb Removing use of env file, was causing issues, just parsing the env variables directly. 2021-03-19 10:29:43 +00:00
mike12345567
8549764db4 Adding a digital ocean startup init process which makes use of the user_data system. 2021-03-19 10:02:29 +00:00
mike12345567
87918fd55c Updating the CLI to have a fast init method, this will make using it for DO much much easier. 2021-03-18 18:26:41 +00:00
mike12345567
43348c94ee Fixing major issue discovered by Cheeks, the tense of language was not correct. 2021-03-01 18:04:30 +00:00
mike12345567
9b33bbdb3a Formatting. 2021-02-26 17:09:20 +00:00
mike12345567
3669e59bc3 Updating for consistent use of chalk and logs, as well as adding an option to update docker-compose and envoy files. 2021-02-26 17:08:28 +00:00
mike12345567
b22684163c Updating with pkg to make the CLI run anywhere easily. 2021-02-26 15:09:25 +00:00
mike12345567
a2ce1be37a Finishing up init with config building rather than downloading. 2021-02-26 13:48:11 +00:00
mike12345567
333d7279ac Fixing issue with init. 2021-02-26 13:33:31 +00:00
mike12345567
ffa2c3459a Update to add init functionality. 2021-02-26 13:30:24 +00:00
mike12345567
a9964971eb All the groundwork laid now, just need to implement the functionality for hosting. 2021-02-26 11:46:48 +00:00
mike12345567
e6c9b18304 More work in progress. 2021-02-25 14:42:50 +00:00
mike12345567
e14094b1f1 Ground work for CLI. 2021-02-24 17:32:45 +00:00