thingies
This commit is contained in:
parent
5f06a966aa
commit
3343de2dc0
12 changed files with 286 additions and 57 deletions
18
02_vps_core_services_setup.md
Normal file
18
02_vps_core_services_setup.md
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
# 02. VPS Core Services Setup
|
||||
|
||||
Now that Vipy is ready, we need to deploy some basic services which are foundational for the apps we're actually interested in.
|
||||
|
||||
This assumes you've completed the markdown `01`.
|
||||
|
||||
## 02.01 Deploy Caddy
|
||||
|
||||
* Use Ansible to run the caddy playbook:
|
||||
|
||||
```
|
||||
cd ansible
|
||||
ansible-playbook -i inventory.ini services/caddy_playbook.yml
|
||||
```
|
||||
|
||||
* Starting config will be empty. Modifying the caddy config file to add endpoints as we add services is covered by the instructions of each service.
|
||||
|
||||
## 02.02 Deploy Uptime Kuma
|
||||
Loading…
Add table
Add a link
Reference in a new issue