Git Product home page Git Product logo

docker_deployment_notes's People

Contributors

kikiklang avatar starwhiz avatar superchino9000 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

docker_deployment_notes's Issues

Initial ubuntu Setup Script needs updating for SSH

Hi.

your initial unbuntu setup script needs an addition for the ssh setup

Unbuntu have now added a permission under /etc/ssh/sshd_config.d/50-cloud-init.conf as PasswordAuthentication yes
It overides the /etc/ssh/sshd_config setting.

If you add in
sudo sed --in-place 's/PasswordAuthentication yes/PasswordAuthentication no/' /etc/ssh/sshd_config.d/50-cloud-init.conf

It fixes it.

504 Gateway Timeout

When I initially start the docker container and setup my account, the apps install and then I go into a loading state for about 60 seconds before I get a 504 Gateway Time-out.

Also, would it be possible to get a guide on PiHole? I tried to do it myself, but I got errors about the ports already being bound, and I couldn't figure out how to get around it.

Additional config change needed to Seafile notes (gunicorn.conf)

I just tried to use the seafile notes to get my seafile server up and running in docker + caddy setup and noticed that there is a small change that has to be done to the gunicorn.conf file before the server started working (got connection refused error). The thread is here https://forum.seafile.com/t/seafile-and-seahub-start-but-nothing-will-connect-after-upgrade/9204/4 and the change is to modify the default bind = "127.0.0.1:8000 to bind = "0.0.0.0:8000. At least this did the trick for me.

docker exec -w /etc/caddy caddy caddy reload doesn't work

After I edit Caddyfile and use:
docker exec -w /etc/caddy caddy caddy reload

result is:

{"level":"info","ts":1708475357.2048461,"msg":"using adjacent Caddyfile"}
{"level":"warn","ts":1708475357.205982,"msg":"Caddyfile input is not formatted; run 'caddy fmt --overwrite' to fix inconsistencies","adapter":"caddyfile","file":"Caddyfile","line":2}

My Caddyfile:

portainer.{$MY_DOMAIN} {
  reverse_proxy portainer:9443 {
    transport http {
      tls
      tls_insecure_skip_verify
    }
  }
}

mumble.{$MY_DOMAIN} {
        reverse_proxy mumble-server:64738
}

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.