1
0
mirror of https://gitlab.alpinelinux.org/alpine/cloud/tiny-cloud.git synced 2026-06-21 00:07:16 +03:00
tiny-cloud/lib/tiny-cloud/tiny-cloud.conf
2026-05-18 12:56:13 +02:00

37 lines
1.0 KiB
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 endpoint override (IP:PORT or IP)
# Defaults to 169.254.169.254 for most clouds
# Useful for custom metadata services
#IMDS_ENDPOINT=169.254.169.254
# IMDS API version
# Most providers have a default version, overrideable here if necessary
#IMDS_API_VERSION=""
# IMDS token validity, in seconds (AWS only, IMDSv2)
#IMDS_TOKEN_TTL=5
# Location of var directory
#TINY_CLOUD_VAR=/var/lib/cloud
# Location of log directory
#TINY_CLOUD_LOGS=/var/log
# How much space to allocate when expanding the "/" LVM logical volume in percentage
# Default: leave 15% unallocated for snapshots
#TINY_CLOUD_LV_ALLOCATE=85
# 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=