Coder Social home page Coder Social logo

Comments (6)

aptalca avatar aptalca commented on June 11, 2024 1

Posting here is fine. But we won't add it to the readme or docs.

from docker-webtop.

aptalca avatar aptalca commented on June 11, 2024

Our recommendation is to use a reverse proxy:
https://docs.linuxserver.io/general/swag/

from docker-webtop.

avoiceofreason avatar avoiceofreason commented on June 11, 2024

As stated in the ticket I do not want to use an unnecessary proxy server.

However no matter I have now managed to work out how to add new self signed certs.

I have documented the process. Let me know if you are interested in the docs.

from docker-webtop.

aptalca avatar aptalca commented on June 11, 2024

What I meant was we are not interested in adding that info to the docs because we recommend a reverse proxy.

Thanks for the offer, though.

from docker-webtop.

jhsansom avatar jhsansom commented on June 11, 2024

@avoiceofreason Could you possibly share your documentation? I am trying to do the same thing without a reverse proxy (even though I know a reverse proxy is the official recommendation). Thanks!

from docker-webtop.

jhsansom avatar jhsansom commented on June 11, 2024

Figured out how to do this. @aptalca, I know you recommend a reverse proxy, so if you would really rather this information not be out there for some reason, I can certainly take it down. I did want to share how I did this in case it would be useful to others.

The default LinuxServer.io certs are located in /config/ssl. To replace them, I simply mounted my certs to the location of the existing certs and then started the container. Here is some example code within my compose.yml file:

volumes:
    - ./WebTop:/config
    - /var/run/docker.sock:/var/run/docker.sock #optional
    - /path/to/your/certs/fullchain.pem:/config/ssl/cert.pem # map public key to cert.pem
    - /path/to/your/certs/privkey.pem:/config/ssl/cert.key # map private key to cert.key

You can also simply replace the text inside of cert.pem and cert.key, however you will need to run docker restart for the changes to take effect.

from docker-webtop.

Related Issues (20)

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.