Giter Club home page Giter Club logo

deeztek-docker's People

Contributors

deeztek avatar

Stargazers

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

Watchers

 avatar  avatar

deeztek-docker's Issues

FAIL during nextcloud HPS

Describe the bug
After running the script the last voice "Building Nextcloud-Signal Docker Containers" resulted FAILED and also the voice "Starting Nextcloud-Signal Docker Containers"

To Reproduce
Steps to reproduce the behavior:

  1. copy the repo
  2. go in the nextcloud HPS directory
  3. run the script

Expected behavior
to install the HPS and stop the script

Screenshots
Schermata 2023-09-16 alle 21 45 12

Additional context
Fresh UBUNTU 20.04 installation
log.txt

Traefik SSL is not working with and without Cloudflare

When i try to launch traefik with and without cloudflare.

version: '3'

networks:
  proxy:
    external: true

services:
  traefik:
    image: traefik:v2.2
    container_name: traefik
    logging:
      options:
        max-size: 10m
    command:

      - "--api.dashboard=true" #Enable Traefik Dashboard
      - "--providers.docker=true"
      - "--providers.docker.endpoint=tcp://socket-proxy:2375" #Connect to socket-proxy container that monitors Docker Unix Sock
      - "--providers.docker.watch=true"
      - "--providers.docker.exposedbydefault=false"
      - "--entrypoints.http.address=:80"
      - "--entrypoints.https.address=:443"
      #- "--serversTransport.insecureSkipVerify=true" #Disables SSL Certificate Verification between Traefik and endpoint
      #- "--entryPoints.http.forwardedHeaders.trustedIPs=127.0.0.1/32, 192.168.xxx.xxx/24" #Uncomment and set IP 192.168.xxx.xxx if you have upstream proxy like Nginx in order to get correct X-Forwarded-for IP header
      #- "--entryPoints.https.forwardedHeaders.trustedIPs=127.0.0.1/32, 192.168.xxx.xxx/24" #Uncomment and set IP 192.168.xxx.xxx if you have upstream proxy like Nginx in order to get correct X-Forwarded-for IP header
      - "--log=true"
      - "--log.level=DEBUG" # (Default: error) DEBUG, INFO, WARN, ERROR, FATAL, PANIC
      - "--accessLog=true"
      - "--accessLog.filePath=/var/log/docker/traefik.log"
      - "--accessLog.bufferingSize=100" # Configuring a buffer of 100 lines
#     - "--accessLog.filters.statusCodes=400-499"
#      - "--certificatesResolvers.le.acme.caServer=https://acme-staging-v02.api.letsencrypt.org/directory" # uncomment when testing

       - "--certificatesResolvers.le.acme.dnsChallenge.provider=cloudflare"
       - "--certificatesResolvers.le.acme.dnsChallenge.resolvers=1.1.1.1:53,8.8.8.8:53" #ACME dnsChallenge uncomment when using ACME dnsChallenge
#      - "--certificatesResolvers.le.acme.dnsChallenge.delayBeforeCheck=60" #ACME dnsChallenge uncomment when using ACME dnsChallenge
      - "--certificatesResolvers.le.acme.httpChallenge.entryPoint=http" #ACME httpChallange
#      - "--certificatesresolvers.le.acme.tlschallenge=true" #ACME TLS Challenge
#      - "[email protected]"
      - "--certificatesresolvers.le.acme.storage=/etc/traefik/acme.json"
      - "--providers.file.filename=/traefik_conf.yaml" #Qualsys TLS Settings
    labels:
      - "traefik.enable=true"
      - "traefik.http.routers.traefik.entrypoints=http"
      - "traefik.http.routers.traefik.rule=Host(`traefik.domain.in`)"
      - "traefik.http.middlewares.traefik-auth.basicauth.users=ghost:$$2y$$05$$sM6kwkUEK5Af08PHGW9uQO3IMoTzSjhropxMSrB5qeCe9XnqPVt0S"
      - "traefik.http.middlewares.traefik-https-redirect.redirectscheme.scheme=https"
      - "traefik.http.routers.traefik.middlewares=traefik-https-redirect"
      - "traefik.http.routers.traefik-secure.entrypoints=https"
      - "traefik.http.routers.traefik-secure.rule=Host(`traefik.domain.in`)"
      - "traefik.http.routers.traefik-secure.middlewares=traefik-auth"
      - "traefik.http.routers.traefik-secure.tls=true"
#      - "traefik.http.routers.traefik-secure.tls.certresolver=le"
      - "traefik.http.routers.traefik-secure.service=api@internal"
#Qualsys TLS Settings
      - "traefik.http.middlewares.securedheaders.headers.forcestsheader=true"
      - "traefik.http.middlewares.securedheaders.headers.sslRedirect=true"
      - "traefik.http.middlewares.securedheaders.headers.STSPreload=true"
      - "traefik.http.middlewares.securedheaders.headers.ContentTypeNosniff=true"
      - "traefik.http.middlewares.securedheaders.headers.BrowserXssFilter=true"
      - "traefik.http.middlewares.securedheaders.headers.STSIncludeSubdomains=true"
      - "traefik.http.middlewares.securedheaders.headers.STSSeconds=315360000"

    ports:
      - "80:80"
      - "443:443"
    networks:
      - proxy
    volumes:
      - ./data/acme.json:/etc/traefik/acme.json:rw
      #- /var/run/docker.sock:/var/run/docker.sock:ro
      - ./logs/traefik.log:/var/log/docker/traefik.log
      - ./data/traefik_conf.yaml:/traefik_conf.yaml
    environment: 
      - [email protected]
      - CF_API_KEY=mycfkey



    restart: unless-stopped

  socket-proxy:
    image: tecnativa/docker-socket-proxy
    container_name: socket-proxy
    restart: unless-stopped
    volumes:
      - /var/run/docker.sock:/var/run/docker.sock:ro
    environment:
      CONTAINERS: 1
    networks:
      - proxy



What am i missing here? Plz help ๐Ÿ˜ž

building and starting of Nextcloud-Signal Docker Cotainers Fails

after it auto generates the shared key and secret key , it throws an error
Building Nextcloud-Signal Docker Containers... [FAIL]
Starting Nextcloud-Signal Docker Containers... [FAIL]

How to resolve this issue? please share any ideas to resolve this issue

Nextcloud hpb support for Nextcloud v26.x.x

Are there any plans to add support for Nextcloud V26?

I have not noticed any old features stop working but the new features do not work.
The HPB works on V26 but users always get an error message telling users to contact administrators to update HPB

I do not have a solution or any idea of how to update it myself.
I do not expect you to prioritize it but just wondering if it's on the table.

Building Nextcloud-Signal Docker Containers... [FAIL]

I just installed Docker on a fresh Ubuntu 22.04 Server and started the Installation. Everything seems to work fine but at the end it says:

Building Nextcloud-Signal Docker Containers... [FAIL]

a simple docker ps shows that no containers are running.

Running Nextcloud Signaling Server Behind Reverse Proxy

Is it possible to run the Nextcloud standalone signaling server behind a reverse proxy using the script? I would like to free up ports 80 and 443 in order to run Nginx Proxy Manager, and let Nginx Proxy Manager handle SSL certificates.

Many thanks for your help!

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.