Coder Social home page Coder Social logo

docs's People

Contributors

200779b avatar axblackdeathxa avatar axe312ger avatar catalysm-test avatar connor-knabe avatar demonrem avatar dependabot-preview[bot] avatar dependabot[bot] avatar ericerkz avatar forbiddenwon avatar gmanproxtreme avatar halkeye avatar lorblor avatar michaelarlt avatar mosquitohunter avatar narroc avatar necropolis-orakel avatar niekcandaele avatar patrickdeitmer avatar peterfixit avatar phelbore avatar prisma501 avatar robfly avatar saminal1 avatar sylenthunder avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar

docs's Issues

Maturity

Maybe don't use terms like "retarded" in your docs.

Add Caddy reverse proxy example

Per a conversation on Discord:

10:14 AM] maci: @landmine use caddy for reverse proxy
[10:14 AM] maci: its super easy
[10:15 AM] maci: all you have to do is ./caddy reverse-proxy --to csmm:1337 --from yourhostname.duckdns.org
[10:16 AM] maci: it automatically generates letsencrypt certs as well
[10:33 AM] โ˜• Catalysm: Is it actually that easy? @Maci

I've seen Caddy around but haven't used it yet. Would be cool if we can add an example to https://docs.csmm.app/en/CSMM/self-host/reverse-proxy.html

Nginx and Apache are pretty hard to wrap your head around if you havent worked with webservers before, I've noticed that a lot of users have trouble setting up the reverse proxy
[10:33 AM] maci: yep it's actually that easy
[10:34 AM] โ˜• Catalysm: Nice, I'll try it out sometime and add it to the docs then
[10:34 AM] maci:
reverse:
restart: unless-stopped
image: caddy
ports:
- 80:80
- 443:443
command: caddy reverse-proxy --to csmm:1337 --from maci.duckdns.org
volumes:
- ./caddy/config:/config/caddy:Z
- ./caddy/data:/data/caddy:Z
[10:34 AM] maci: this is all i added to the docker-compose file
[10:34 AM] maci: but it works just as well standalone

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.