forum-sto3-prod-1.sunet.se

This commit is contained in:
Mikael Andersson 2025-04-03 09:59:20 +02:00
parent 589b4f1568
commit b68bfe2c91
Signed by: mikand
GPG key ID: 184EEE05D37D72DF

View file

@ -0,0 +1,14 @@
# A Class using the sunet::onlyoffice::doc resurce
class net::onlyoffice () {
$docserver = sunet::onlyoffice::docs { 'document_server': name => 'document_server' }
sunet::nftables::allow { 'allow-http':
from => any,
port => 80,
}
sunet::nftables::allow { 'allow-https':
from => any,
port => 443,
}
}