The Server behind dawdle.space
Dawdle.space currently runs on a single server with the following specs:
- 4 Ampere A1 cores (ARM64)
- 8GB RAM
- NVMe SSD
- 1Gbps uplink
- Hosted in Germany (Hetzer)
Users get their own container with 1GB RAM and 1 CPU core. The server runs Debian 11 (Bullseye) with the some additional packages installed, including:
micro
- A terminal text editorgit
- A version control systemzsh
- Our default shell
You can also install your own programs in your container, but keep in mind that your container will be shut down after 30 minutes of inactivity and files outside of your home directory will be deleted when we upgrade our server to newer versions of Debian.
Additionally, we have a few other tools like various static site generators installed, see /usr/local/dawdle/bin
. These are updated by us regularly.
- Zola v0.18.0
Static site generator (recommended) - Hugo v0.121.2
Another popular static site generator - MdBook v0.4.36
Generate book like websites from Markdown files - Ripgrep v14.1.0
Fast grep replacement - bat v0.24.0
Cat with nice syntax highlighting - just v1.23.0
Task runner, nice for automating things - glow v1.5.1
Markdown previewer
The code powering dawdle.space is open source and available on GitHub