wings/server
kaziu687 c0a487c47e
Fix environment variables with the same prefix being skipped unintentionally (#98)
If you have two env variables (for example ONE_VARIABLE and ONE_VARIABLE_NAME) ONE_VARIABLE_NAME has prefix ONE_VARIABLE and will be skipped.

Co-authored-by: Jakob <dev@schrej.net>
2021-07-04 15:07:46 -07:00
..
backup Modify backup process to utilize contexts and exponential backoffs 2021-05-02 12:28:36 -07:00
filesystem add decompress tests 2021-04-25 16:44:54 -07:00
backup.go Modify backup process to utilize contexts and exponential backoffs 2021-05-02 12:28:36 -07:00
config_parser.go organize imports with gopls format 2021-01-10 01:22:39 +00:00
configuration.go Correctly return servers installed on wings and their resource usage 2021-04-03 11:08:26 -07:00
console.go Avoid expensive copies of the config for every line output 2021-04-03 11:11:36 -07:00
crash.go organize imports with gopls format 2021-01-10 01:22:39 +00:00
errors.go internally mark if a server is restoring to restrict actions 2021-03-12 16:19:35 -07:00
events.go Better error handling and logging for restorations 2021-01-30 18:43:35 -08:00
install.go Apply container limits to install containers, defaulting to minimums if the server's resources are set too low 2021-06-20 17:21:51 -07:00
listeners.go Get wings booting properly 2021-02-01 21:32:34 -08:00
manager.go transfers: use backup archiver 2021-03-07 11:04:15 -07:00
mounts.go organize imports with gopls format 2021-01-10 01:22:39 +00:00
power.go internally mark if a server is restoring to restrict actions 2021-03-12 16:19:35 -07:00
resources.go organize imports with gopls format 2021-01-10 01:22:39 +00:00
server.go Fix environment variables with the same prefix being skipped unintentionally (#98) 2021-07-04 15:07:46 -07:00
update.go Remove some forgotten debug 2021-03-03 21:00:58 -08:00
websockets.go organize imports with gopls format 2021-01-10 01:22:39 +00:00