The respective bucket needs to be configured with a domain alias. When a new alias is added to the `s3_web_domains` config, a new nginx site can then be deployed to the `nginx_proxy` hosts.
30 lines
687 B
JSON
30 lines
687 B
JSON
{
|
|
"name": "production",
|
|
"override_attributes": {
|
|
"garage": {
|
|
"replication_mode": "2",
|
|
"s3_api_root_domain": ".s3.garage.kosmos.org",
|
|
"s3_web_root_domain": ".web.garage.kosmos.org",
|
|
"s3_web_domains": [
|
|
"s3.kosmos.social"
|
|
]
|
|
},
|
|
"gitea": {
|
|
"postgresql_host": "pg.kosmos.local:5432",
|
|
"config": {
|
|
"storage": {
|
|
"type": "minio",
|
|
"endpoint": "localhost:3900",
|
|
"location": "garage",
|
|
"use_ssl": "false"
|
|
}
|
|
}
|
|
},
|
|
"kosmos-mastodon": {
|
|
"alternate_domains": [
|
|
"mastodon.w7nooprauv6yrnhzh2ajpcnj3doinked2aaztlwfyt6u6pva2qdxqhid.onion"
|
|
]
|
|
}
|
|
}
|
|
}
|