Merge branch 'master' into feature/ldap_replication
This commit is contained in:
@@ -3,6 +3,5 @@ name "mastodon"
|
||||
run_list %w(
|
||||
role[postgresql_client]
|
||||
kosmos-mastodon
|
||||
kosmos-mastodon::nginx
|
||||
kosmos-mastodon::backup
|
||||
)
|
||||
|
||||
@@ -1,17 +1,35 @@
|
||||
name "nginx_proxy"
|
||||
|
||||
override_attributes(
|
||||
'nginx' => {
|
||||
'server_names_hash_bucket_size' => 128
|
||||
},
|
||||
'tor' => {
|
||||
'HiddenServices' => {
|
||||
'web' => {
|
||||
'HiddenServicePorts' => ['80 127.0.0.1:80', '443 127.0.0.1:443']
|
||||
}
|
||||
}
|
||||
}
|
||||
)
|
||||
|
||||
default_run_list = %w(
|
||||
tor-full
|
||||
kosmos_assets::nginx_site
|
||||
kosmos_discourse::nginx
|
||||
kosmos_drone::nginx
|
||||
kosmos_gitea::nginx
|
||||
kosmos_website::default
|
||||
kosmos-ejabberd::nginx
|
||||
kosmos-akkounts::nginx_api
|
||||
kosmos-ejabberd::nginx
|
||||
kosmos-hubot::nginx_botka_irc-libera-chat
|
||||
kosmos-hubot::nginx_hal8000_xmpp
|
||||
kosmos-ipfs::nginx_public_gateway
|
||||
kosmos-mastodon::nginx
|
||||
remotestorage_discourse::nginx
|
||||
kosmos_garage::default
|
||||
kosmos_garage::firewall_rpc
|
||||
kosmos_garage::nginx_web
|
||||
)
|
||||
|
||||
env_run_lists(
|
||||
|
||||
Reference in New Issue
Block a user