mirror of
https://gitlab.alpinelinux.org/alpine/cloud/tiny-cloud.git
synced 2025-12-14 10:52:44 +03:00
24 lines
620 B
Plaintext
24 lines
620 B
Plaintext
# Tiny Cloud configuration
|
|
# /etc/tiny-cloud.conf
|
|
|
|
# The instance's cloud provider, defaults to "auto"
|
|
# valid: aws, azure, gcp, hetzner, incus, nocloud, oci, scaleway
|
|
#CLOUD=auto
|
|
|
|
# User account where instance SSH keys are installed
|
|
#CLOUD_USER=alpine
|
|
|
|
# IMDS token validity, in seconds (AWS only)
|
|
#IMDS_TOKEN_TTL=5
|
|
|
|
# Location of var directory
|
|
#TINY_CLOUD_VAR=/var/lib/cloud
|
|
|
|
# Location of log directory
|
|
#TINY_CLOUD_LOGS=/var/log
|
|
|
|
# Explicitly skip these (whitespace delimited) things during init
|
|
# examples: expand_root set_hostname set_ssh_keys save_userdata
|
|
# decompress_userdata run_userdata
|
|
#SKIP_INIT_ACTIONS=
|