Giter Club home page Giter Club logo

nameless-docker's People

Contributors

birkhofflee avatar crabest avatar derkades avatar samerton avatar

Stargazers

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

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

nameless-docker's Issues

Failed to connect to the database: SQLSTATE[HY000] [1130] Host '172.18.0.3' is not allowed to connect to this MariaDB server

All the credentials are correct and when I try to connect to the DB in the installation process I just get that error:
Failed to connect to the database: SQLSTATE[HY000] [1130] Host '172.18.0.1' is not allowed to connect to this MariaD
172.18.0.3 is the PHP container

DB Container log: 2022-09-15 17:43:33 5 [Warning] Aborted connection 5 to db: 'unconnected' user: 'unauthenticated' host: '172.18.0.1' (This connection closed normally without authentication)` 172.18.0.1 is the namelessmc network gateway

Please help

Email error when forgot password is triggered

I was testing the mail sending but I did not receive anything. I logged in to get this message from the website
count(): Parameter must be an array or an object that implements Countable

I also checked the nameless-php container logs and learned that sendmail was not found

sh: 1: /usr/sbin/sendmail: not found
172.28.0.6 -  30/Jan/2021:05:05:38 +0000 "POST /index.php" 200

New install not working right

i have been attempting to install nameless in my server for a bit. i got it acessable behind traefik and went ahead with the install... [/install.php?step=database] database... friendly urls... then the dang thing sends me to the upgrade from v1 page! [/install.php?step=upgrade] what the actual hekk

Invalid mount config for type "bind": bind source path does not exist: /data/compose/37/db

Hi there,

I m trying to install using the compose on portainer, when I execute to deploy it I got the following message error:

Deployment error failed to deploy a stack: Container namelessmc-db-1 Creating Error response from daemon: invalid mount config for type "bind": bind source path does not exist: /data/compose/39/db

This the compose part of the DB:
db: image: mariadb volumes: - type: bind source: ./db target: /var/lib/mysql environment: MARIADB_ROOT_PASSWORD: nameless MARIADB_USER: nameless MARIADB_PASSWORD: nameless MARIADB_DATABASE: nameless restart: unless-stopped

Any idea on how to mange it?
Thank you,
Curse.

SSL

How would one go about using SSL/HTTPS? Adding port 443 doesn't do anything. Is there some special way to do it?

/data is not owned by the correct user, we are uid 33

I am trying to install namelessmc with docker-compose but it's giving me this errors :(
pic-full-220330-0022-00

Creating namelessmc_db_1 ... done
Creating namelessmc_php_1 ... done
Creating namelessmc_nginx_1 ... done
Attaching to namelessmc_db_1, namelessmc_php_1, namelessmc_nginx_1
db_1     | 2022-03-29 22:21:50+00:00 [Note] [Entrypoint]: Entrypoint script for MariaDB Server 1:10.7.3+maria~focal started.
php_1    | /data is not owned by the correct user, we are uid 33
db_1     | 2022-03-29 22:21:50+00:00 [Note] [Entrypoint]: Switching to dedicated user 'mysql'
nginx_1  | /data is not owned by the correct user, we are uid 33
db_1     | 2022-03-29 22:21:50+00:00 [Note] [Entrypoint]: Entrypoint script for MariaDB Server 1:10.7.3+maria~focal started.
db_1     | 2022-03-29 22:21:50+00:00 [Note] [Entrypoint]: MariaDB upgrade not required
db_1     | 2022-03-29 22:21:50 0 [Note] mariadbd (server 10.7.3-MariaDB-1:10.7.3+maria~focal) starting as process 1 ...
db_1     | 2022-03-29 22:21:50 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
db_1     | 2022-03-29 22:21:50 0 [Note] InnoDB: Using transactional memory
db_1     | 2022-03-29 22:21:50 0 [Note] InnoDB: Number of transaction pools: 1
namelessmc_php_1 exited with code 1
db_1     | 2022-03-29 22:21:50 0 [Note] InnoDB: Using crc32 + pclmulqdq instructions
db_1     | 2022-03-29 22:21:50 0 [Note] mariadbd: O_TMPFILE is not supported on /tmp (disabling future attempts)
db_1     | 2022-03-29 22:21:50 0 [Note] InnoDB: Using Linux native AIO
db_1     | 2022-03-29 22:21:50 0 [Note] InnoDB: Initializing buffer pool, total size = 134217728, chunk size = 134217728
db_1     | 2022-03-29 22:21:50 0 [Note] InnoDB: Completed initialization of buffer pool
db_1     | 2022-03-29 22:21:50 0 [Note] InnoDB: 128 rollback segments are active.
db_1     | 2022-03-29 22:21:50 0 [Note] InnoDB: Creating shared tablespace for temporary tables
db_1     | 2022-03-29 22:21:50 0 [Note] InnoDB: Setting file './ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
db_1     | 2022-03-29 22:21:50 0 [Note] InnoDB: File './ibtmp1' size is now 12 MB.
db_1     | 2022-03-29 22:21:50 0 [Note] InnoDB: 10.7.3 started; log sequence number 42579; transaction id 14
db_1     | 2022-03-29 22:21:50 0 [Note] InnoDB: Loading buffer pool(s) from /var/lib/mysql/ib_buffer_pool
db_1     | 2022-03-29 22:21:50 0 [Note] Plugin 'FEEDBACK' is disabled.
db_1     | 2022-03-29 22:21:50 0 [Warning] You need to use --log-bin to make --expire-logs-days or --binlog-expire-logs-seconds work.
db_1     | 2022-03-29 22:21:50 0 [Note] InnoDB: Buffer pool(s) load completed at 220329 22:21:50
db_1     | 2022-03-29 22:21:50 0 [Note] Server socket created on IP: '0.0.0.0'.
db_1     | 2022-03-29 22:21:50 0 [Note] Server socket created on IP: '::'.
db_1     | 2022-03-29 22:21:50 0 [Note] mariadbd: ready for connections.
db_1     | Version: '10.7.3-MariaDB-1:10.7.3+maria~focal'  socket: '/run/mysqld/mysqld.sock'  port: 3306  mariadb.org binary distribution
namelessmc_nginx_1 exited with code 1

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.