refactor: update project references from Agathos to Ouranos across documentation and configuration files
This commit is contained in:
@@ -84,7 +84,7 @@ Valid values for `pull`:
|
||||
|
||||
They are independent mechanisms. The Ansible `pull` parameter runs a pull step before compose up, regardless of what the compose file says. Belt and suspenders.
|
||||
|
||||
# Agathos Fix
|
||||
# Ouranos Fix
|
||||
|
||||
Applied to `ansible/gitea_mcp/` as the first instance. The same pattern should be applied to any service using mutable tags (`:latest`, `:stable`, etc.).
|
||||
|
||||
|
||||
@@ -56,8 +56,8 @@ If you need to fix this manually (e.g., before running Terraform/Ansible):
|
||||
|
||||
```bash
|
||||
# On the HOST (pan.helu.ca), not in the container
|
||||
incus config set <container-name> raw.lxc "lxc.apparmor.profile=unconfined" --project agathos
|
||||
incus restart <container-name> --project agathos
|
||||
incus config set <container-name> raw.lxc "lxc.apparmor.profile=unconfined" --project ouranos
|
||||
incus restart <container-name> --project ouranos
|
||||
```
|
||||
|
||||
## Step 2: Disable AppArmor for Docker inside the container
|
||||
|
||||
Reference in New Issue
Block a user