You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
YOUR_DOMAIN {
reverse_proxy localhost:3000
handle /bare/* {
# remove this if your bare prefix is /bare/
uri strip_prefix /bare
reverse_proxy YOUR_BARE_SERVER
}
}
Using Docker?
Clone repo
git clone https://github.com/delusionzz/Emerald
Build image
docker build . -t illusions/emerald
Run image on port 3000
docker run -p 3000:3000 -d illusions/emerald
About
Elixir is a beautiful proxy made using Tailwind CSS, Ultraviolet and bare-server!