Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
services:cloudcommander [2025/01/21 12:14] – willy | services:cloudcommander [2025/01/21 12:58] (current) – willy | ||
---|---|---|---|
Line 41: | Line 41: | ||
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; | proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; | ||
proxy_set_header X-Forwarded-Proto $scheme; | proxy_set_header X-Forwarded-Proto $scheme; | ||
- | # | ||
} | } | ||
Line 51: | Line 50: | ||
===== Running ===== | ===== Running ===== | ||
+ | You can run it by hand with the following example line: | ||
+ | <code bash> | ||
cloudcmd --packer zip --root / | cloudcmd --packer zip --root / | ||
+ | </ | ||
- | + | Or you can automate it... | |
- | + | ||
- | ==== Running ==== | + | |
I assume you want to run it as user **myuser**. | I assume you want to run it as user **myuser**. | ||
Line 79: | Line 79: | ||
command="/ | command="/ | ||
command_args=" | command_args=" | ||
- | |||
- | |||
- | echo $command $command_args | ||
command_user=" | command_user=" | ||