The code and data behind xeiaso.net
5
fork

Configure Feed

Select the types of activity you want to include in your feed.

fly/xesite: define volume size

Signed-off-by: Xe Iaso <me@xeiaso.net>

Xe Iaso 468f01dc 6de8ae1c

+4
+4
fly/xesite/fly.toml
··· 8 8 [mounts] 9 9 source = "data" 10 10 destination = "/data" 11 + initial_size = "4GB" 12 + auto_extend_size_threshold = 80 13 + auto_extend_size_increment = "1GB" 14 + auto_extend_size_limit = "10GB" 11 15 12 16 [build] 13 17 image = "ghcr.io/xe/site/bin:latest"