Skip to content

skidoodle/raid

 
 

Repository files navigation

very cool raid calculator

how to deploy

git clone https://github.com/hasitotabla/raid && cd raid
docker build -t raid-calc .
docker run -d -p 127.0.0.1:8053:80 raid-calc

or change it to 127.0.0.1:80:80 to use it locally

Caddy Reverse Proxy Config (not required)

*.yourdomain.tld {
    @raid host raid.yourdomain.tld
    handle @raid {
        reverse_proxy 127.0.0.1:8053
    }
}

About

raid (not the shadow legends)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • TypeScript 67.8%
  • Svelte 24.2%
  • JavaScript 3.9%
  • HTML 2.1%
  • Dockerfile 1.3%
  • CSS 0.7%