Store Gitea data (avatars, attachments, etc.) in Garage/S3
Also adds a new garage gateway role, which only allows RPC (inter-node) traffic to Garage.
This commit is contained in:
6
roles/garage_gateway.rb
Normal file
6
roles/garage_gateway.rb
Normal file
@@ -0,0 +1,6 @@
|
||||
name "garage_gateway"
|
||||
|
||||
run_list %w(
|
||||
kosmos_garage::default
|
||||
kosmos_garage::firewall_rpc
|
||||
)
|
||||
Reference in New Issue
Block a user