- Created `dnsmasq-setup.md` guide for setting up dnsmasq on hardware like Orange Pi Zero 3. - Added `talos-setup.md` guide for an alternate setup using Talos and bare Kubernetes. - Introduced configuration files for dnsmasq including `.not_logged_in_yet`, `bare-metal.yaml`, `boot.ipxe`, `dnsmasq.conf`, and `nginx.conf`. - Implemented `setup.sh` script for automating the installation and configuration of dnsmasq and nginx. - Updated example configuration in `config.example.yaml` to include Talos versioning. - Modified README to reflect changes in Wild-Cloud app commands.
38 lines
585 B
Markdown
38 lines
585 B
Markdown
# Your Wild-Cloud
|
|
|
|
## Getting started
|
|
|
|
### Install wild-cloud tools
|
|
|
|
```
|
|
# TBD
|
|
```
|
|
|
|
### Set up wild-cloud hardware
|
|
|
|
TBD
|
|
|
|
### Create your wild-cloud
|
|
|
|
```bash
|
|
wild init # Creates a .wildcloud dir and copies templates.
|
|
wild update # Updates templates
|
|
wild cluster init # Copies cluster templates
|
|
|
|
# Make your config and secrets changes.
|
|
|
|
wild cluster build
|
|
wild cluster apply
|
|
# Optional: Check in cluster files.
|
|
```
|
|
|
|
### Install Wild-Cloud apps
|
|
|
|
```bash
|
|
wild-apps-list
|
|
wild-app-fetch <app>
|
|
wild-app-config <app>
|
|
wild-app-deploy <app>
|
|
# Optional: Check in app templates.
|
|
```
|