Tangled instance definitions for Scaleway, with Packer codeka.io/2026/05/10/packer-scaleway/
knot spindle packer scaleway tangled
0

Configure Feed

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

๐Ÿ”’๏ธ : allow caddy to listen on 443

Julien WITTOUCK (May 7, 2026, 8:19 PM +0200) d4aca0f0 4a1461ed

+2
+2
files/systemd/caddy.service
··· 7 7 EnvironmentFile=/home/tangled/spindle.env 8 8 ExecStart=/home/tangled/bin/caddy reverse-proxy --from ${SPINDLE_SERVER_HOSTNAME} --to 127.0.0.1:6555 9 9 Restart=on-failure 10 + AmbientCapabilities=CAP_NET_BIND_SERVICE 11 + CapabilityBoundingSet=CAP_NET_BIND_SERVICE 10 12 11 13 [Install] 12 14 WantedBy=multi-user.target