This commit is contained in:
Artur Gurgul 2025-08-06 08:00:01 +02:00
parent 76bd8f782d
commit f7d2665d4f
6 changed files with 27 additions and 11 deletions

11
recipes/example-roda.rb Normal file
View file

@ -0,0 +1,11 @@
require 'nginx'
class ExampleProxy < NGINXProxy
domain "gurgul.org"
service "forgejo"
user "git"
port 3000
end
puts ExampleProxy.generate
puts ExampleProxy.available_path