Code Monkey home page Code Monkey logo

wsc-dockerized's People

Contributors

mutec avatar softcreatr avatar xxschrandxx avatar

Stargazers

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

Watchers

 avatar  avatar  avatar  avatar

wsc-dockerized's Issues

Installation process failed

System Information

PHP Version:

8.1.21

WoltLab Suite Core:

n/a

Peak Memory Usage:

1.251 MiB

Request URI:

POST /install.php

Referrer:

https://wsc-fr-01.s3debsrv.ovh/install.php

User Agent:

Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36

Error

Error Type:

Exception

Error Message:

Refusing to skip a step.

File:

/wsc/WCFSetup-77ab12f9070b7fce/install/files/lib/system/WCFSetup.class.php (198)

Stack Trace:

#0 /wsc/WCFSetup-77ab12f9070b7fce/install/files/lib/system/WCFSetup.class.php (279):
wcf\system\WCFSetup->calcProgress(18)
#1 /wsc/WCFSetup-77ab12f9070b7fce/install/files/lib/system/WCFSetup.class.php (94):
wcf\system\WCFSetup->dispatch()
#2 /wsc/install.php (1306):
wcf\system\WCFSetup->__construct()

Step 2/6 depends

I have the problem that the unrolling of the container constantly freezes at step 2/6. Even after 30 minutes. How long does this step usually take? I tried it on a CX11 (Hetzner Cloud) with freshly installed Debian 12. I also tried this on a CAX11 (Hetzner Cloud) with Ubuntu 22.04.

Port mapping does not work and 403 Forbidden

Good day,

I followed the instructions exactly, and then when the container was built and started, I saw I can not get to the web server via the IP address.

a netstat -tulpen then confirmed to me that port 80 was not mapped correctly

docker container ls ->
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
34d424847473 nginx:alpine "/docker-entrypoint...."   28 seconds ago Up 26 seconds 0.0.0.0:32773->80/tcp, :::32773->80/tcp wsc-dockerized-nginx-1

f6313e90ded6 wsc-dockerized-php-fpm "/bin/sh -c 'start-c..."   28 seconds ago Up 26 seconds 9000/tcp wsc-dockerized-php-fpm-1

0d6ae048950f mysql:8 "docker-entrypoint.s..."   28 seconds ago Up 27 seconds 33060/tcp, 0.0.0.0:32771->3306/tcp, :::32771->3306/tcp wsc-dockerized-mysql-1

978b1805c9b2 docker.dragonflydb.io/dragonflydb/dragonfly "entrypoint.sh drago..."   28 seconds ago Up 27 seconds (health: healthy) 0.0.0.0:32772->6379/tcp, :::32772->6379/tcp wsc-dockerized-redis-1
netstat -tulpen ->

tcp 0 0.0.0:32770 0.0.0.0:* LISTEN 0 272666 73923/docker-proxy
tcp 0 0.0.0.0:32769 0.0.0.0:* LISTEN 0 270082 73585/docker-proxy
tcp 0 0.0.0.0:32768 0.0.0.0:* LISTEN 0 272543 73561/docker-proxy
tcp6 0 0 :::22 :::* LISTEN 0 24554 2459/sshd: /usr/sbi
tcp6 0 0 :::32770 :::* LISTEN 0 269043 73930/docker-proxy
tcp6 0 0 :::32769 :::* LISTEN 0 270634 73593/docker-proxy
tcp6 0 0 :::32768 :::* LISTEN 0 271752 73568/docker-proxy

I could not find any errors in the container either, which indicates that.

When I tried to connect to the website via http://IP:32770/, I got a 403 Forbidden HTTP Error.

I am not sure if this error is caused by the port mapping problem.

Nginx - Error 403

Im behind Nginx Proxy Manager. Dockerfile docker-compose.yml was modified with Port: 8090:90
wsc-dockerized stack is loading, but i get this error:

wsc-dockerized-nginx-1    | 2023/08/06 20:18:40 [error] 31#31: *1 directory index of "/wsc/" is forbidden, client: 192.168.160.1, server: _, request: "GET / HTTP/1.1", host: "wsc-fr-01.s3debsrv.ovh", referrer: "https://npm-fr-01.s3debsrv.ovh/"
wsc-dockerized-nginx-1    | 192.168.160.1 - - [06/Aug/2023:20:18:40 +0000] "GET / HTTP/1.1" 403 555 "https://npm-fr-01.s3debsrv.ovh/" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36" "192.168.1.2"
wsc-dockerized-nginx-1    | 192.168.160.1 - - [06/Aug/2023:20:18:46 +0000] "GET /install.php HTTP/1.1" 404 555 "-" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36" "192.168.1.2"

there is no /wsc/ folder in public/ and i cant find install.php file.

Installation fails

Even though this "error" has been reported before, this was closed by the author without a response.
After listing the system requirements, the installation fails. The Docker logs are also not very informative.

Error

Error Type:
Exception
Error Message:
Refusing to skip a step.
File:
/wsc/WCFSetup-f9427022a932aa61/install/files/lib/system/WCFSetup.class.php (198)
Stack Trace:
#0 /wsc/WCFSetup-f9427022a932aa61/install/files/lib/system/WCFSetup.class.php (279):
wcf\system\WCFSetup->calcProgress(18)
#1 /wsc/WCFSetup-f9427022a932aa61/install/files/lib/system/WCFSetup.class.php (94):
wcf\system\WCFSetup->dispatch()
#2 /wsc/install.php (1306):
wcf\system\WCFSetup->__construct()
image

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.