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:06] – 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 72: | Line 72: | ||
CC_USER=${USER: | CC_USER=${USER: | ||
CC_GROUP=${GROUP: | CC_GROUP=${GROUP: | ||
- | CC_PACKER=${PACKER: | + | CC_PACKER=${PACKER: |
description=${DESCRIPTION: | description=${DESCRIPTION: | ||
Line 78: | Line 78: | ||
command_background=true | command_background=true | ||
command="/ | command="/ | ||
- | command_args=" | + | command_args=" |
command_user=" | command_user=" | ||