https://github.com/thesurlydev/vps-bootstrap
https://github.com/thesurlydev/vps-bootstrap
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/thesurlydev/vps-bootstrap
- Owner: thesurlydev
- Created: 2024-09-29T19:09:36.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-30T23:02:07.000Z (over 1 year ago)
- Last Synced: 2025-06-16T03:32:42.839Z (12 months ago)
- Language: Shell
- Size: 20.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vps-bootstrap
The intent of this repository is to serve as an umbrella for various configurations including a cloud-config/init.
This is a complementary project to the `cp` API server.
## Default Installs
### OS Packages
The following OS packages are installed as part of [cloud-config](cloud-config).
- apt-transport-https
- ca-certificates
- curl
- debian-archive-keyring
- debian-keyring
- git
- jq
- software-properties-common
### Services
Podman is installed via [bootstrap.sh](bootstrap.sh).
- **podman** - configured with the ReST API which runs on port `8081`
## Optional Services
For convenience, configurations for optional services are co-located here. The `cp` API retrieves configurations as
needed for the following optional services:
- **graphana**
- **otel-collector**
- **prometheus**
- **traefik** - configured with LetsEncrypt and Cloudflare for DNS challenge for automatic TLS certificate provisioning.