Compare commits

...

2 Commits

Author SHA1 Message Date
3646cb1777 Show frontend on / 2024-07-04 11:19:24 -03:00
88a444f9f7 lint 2024-07-04 10:58:32 -03:00
4 changed files with 10 additions and 8 deletions

View File

@ -1,6 +1,5 @@
module Faaso
module Commands
# Controls a funko's scale
#
# Scale is how many instances are running.

View File

@ -11,4 +11,8 @@ require "uuid"
# FIXME: make configurable
basic_auth "admin", "admin"
get "/" do |env|
env.redirect "index.html"
end
Kemal.run

View File

@ -8,4 +8,3 @@
ReverseOnly Yes
ReverseMagic Yes
ReversePath "/admin/" "http://127.0.0.1:3000/"
ReversePath "/faaso/hello/" "http://hello-c9ge0d:3000/"