Commit Graph

50 Commits

Author SHA1 Message Date
Fabian Schlenz 448f645f6f dps: Support für authelia_policy=none 2022-11-02 13:05:58 +01:00
Fabian Schlenz a30978d20c dup: Added switch -q / --quiet to disable opening the log after running the new container. 2022-10-27 15:08:11 +02:00
Fabian Schlenz a0bb698c02 Add authelia stuff with descriptions to --sample. 2022-10-27 15:04:26 +02:00
Fabian Schlenz 8cad86560d Don't show certificate details. 2022-10-27 15:04:08 +02:00
Fabian Schlenz e2bd375198 Show authelia status. 2022-10-27 15:03:52 +02:00
Fabian Schlenz 3af1ffa11a Fix typo: dlr is drl (restart & log). 2022-10-27 15:03:32 +02:00
Fabian Schlenz 03b8b4baca Renamed dlr to drl (first Restart, then Logs). 2022-02-15 09:24:00 +01:00
Fabian Schlenz 7ff0f28ed4 dup: Message about unset DUP_DIR is now being output to STDERR to prevent it from clobbering up redirections of --sample and stuff. 2021-11-04 11:42:50 +01:00
Fabian Schlenz 99370803e3 Better source directory detection. 2021-11-03 16:18:03 +01:00
Fabian Schlenz 9a07f9fc74 dstats: Removed debugging code. 2021-11-02 15:34:16 +01:00
Fabian Schlenz 28445e30d2 dps: Fixed duplicated ports. 2021-11-02 15:07:30 +01:00
Fabian Schlenz f21c3fdb52 install: Use pwd instead of calculating the local path. 2021-11-02 15:00:15 +01:00
Fabian Schlenz f46b00c896 install: Fix for sh instead of bash. 2021-11-02 14:58:20 +01:00
Fabian Schlenz 40ab734bb3 install: Fix. 2021-11-02 14:55:07 +01:00
Fabian Schlenz 154e73b291 install: Fixed file mode. 2021-11-02 14:53:41 +01:00
Fabian Schlenz 8dbec29c45 Added an installer. 2021-11-02 14:52:15 +01:00
Fabian Schlenz ee25ee5fe1 More commands. 2021-11-02 14:38:12 +01:00
Fabian Schlenz bb0b5f7b6f dps: Added. 2021-11-02 14:14:18 +01:00
Fabian Schlenz d879c633a3 Merge branch 'master' of https://git.schle.nz/fabian/dup 2021-11-02 14:13:11 +01:00
Fabian Schlenz 45c5612efb dup: Added --regenerate to print all command necessary to regenerate a container from scratch. 2021-11-02 14:13:09 +01:00
fabian 5a0094f4d9 Typo gefixt. 2021-11-02 09:48:50 +00:00
Fabian Schlenz 3879c20814 Added ofelia functionality. 2021-04-20 11:57:52 +02:00
Fabian Schlenz f7b9535089 (Try to) stop old container before removing it. 2020-11-06 06:45:57 +01:00
Fabian Schlenz 5a562e2e90 Added shm_size. 2020-11-06 06:45:33 +01:00
Fabian Schlenz 6e7624a245 Extended examples for nginx_type and nginx_client_max_body_size. 2020-09-04 06:20:49 +02:00
Fabian Schlenz eee7b009a4 Updated mappings, sample yml and options. 2020-09-04 06:18:38 +02:00
Fabian Schlenz 18eb80ebf6 Added mapping auto_update to set the label for watchtower or pyouroboros or whatever. 2020-09-04 06:17:46 +02:00
Fabian Schlenz 1eb3a8ded7 Fixes for network stuff. 2020-09-04 06:16:55 +02:00
Fabian Schlenz 73c3f5aacb Added option mapping to set the user and group for the container. 2020-09-04 06:15:05 +02:00
Fabian Schlenz 1ee6de03c1 Differentiate between creating a fresh container and recreating an already existing one. 2020-09-04 06:14:16 +02:00
Fabian Schlenz 33a8df5ac1 Added --all to regenerate all available containers. 2020-09-04 06:13:10 +02:00
Fabian Schlenz 61b3f2b98a Reduced the verbosity and in turn added -v/--verbose to reactivate the verbosity. 2020-09-04 06:11:48 +02:00
Fabian Schlenz 2377131483 Code ist jetzt objektorientiert; man kann mehrere Container auf einmal starten. 2019-04-17 09:19:05 +02:00
Fabian Schlenz bf53c905e5 Added switch `init`. 2019-03-21 15:52:01 +01:00
Fabian Schlenz ea79b9b98c Merge branch 'master' of https://git.schle.nz/fabian/dup 2019-03-21 15:51:07 +01:00
Fabian Schlenz e2b14af74c Extended the sample to contain test: true 2019-03-21 15:49:13 +01:00
Fabian Schlenz 6c2bf950a0 Added a switch for ipv6. 2019-03-21 15:48:53 +01:00
Fabian Schlenz 7b102d25aa Use the default editor. 2019-02-26 09:55:40 +01:00
Fabian Schlenz 5a3a1be5a2 Many changes. 2018-11-07 13:21:23 +01:00
Fabian Schlenz 3bcaab101b Added --list to list all known container names. 2017-09-25 09:28:58 +02:00
Fabian Schlenz 648da782d4 Only require base_dir and container for certain commands. 2017-09-25 09:27:51 +02:00
Fabian Schlenz 7a83662485 Small improvements in the handling of external commands. 2017-09-25 09:26:58 +02:00
Fabian Schlenz 7a1c8e5417 Added support for --net and --entrypoint. 2017-09-25 09:26:18 +02:00
Fabian Schlenz e8bea498d8 Added support for pulling new images before starting the container. 2017-09-25 09:25:09 +02:00
Fabian Schlenz 12c16cf9c3 Using environment variable DUP_DIR to point us to the location of the yml files. 2017-02-13 16:39:10 +01:00
Fabian Schlenz ba4f1e057a Fixed bug remaining from splitting of create-from-container functionality. 2017-02-13 16:02:19 +01:00
Fabian Schlenz d889ba5124 Fixed two bugs in the sample yaml: `interactive` was split into `tty` and `stdin_open` following the compose file docs. And `stop_grace_period` requires an integer, not a time string. 2017-02-13 13:08:47 +01:00
Fabian Schlenz 7146cdb027 Implemented dynamic mapping of yaml values to command line arguments. 2017-02-13 13:07:32 +01:00
Fabian Schlenz 1b770d45d8 Parsing command line arguments via GetoptLong. 2017-02-10 09:00:05 +01:00
Fabian Schlenz 8900173016 Initial commit. 2017-02-08 16:45:53 +01:00