environment/recipes/example-roda.rb
2025-08-06 08:00:01 +02:00

11 lines
181 B
Ruby

require 'nginx'
class ExampleProxy < NGINXProxy
domain "gurgul.org"
service "forgejo"
user "git"
port 3000
end
puts ExampleProxy.generate
puts ExampleProxy.available_path