Giter Site home page Giter Site logo

Comments (13)

Leopere avatar Leopere commented on June 15, 2024 1
cd /www/html && sudo -u ${NGINX_USER} php artisan freescout:create-user --role=admin --firstName=${ADMIN_FIRST_NAME} --lastName=${ADMIN_LAST_NAME} --email=${ADMIN_EMAIL} --password=${ADMIN_PASS}

Here is a revised command for you.

from docker-freescout.

Leopere avatar Leopere commented on June 15, 2024 1

Yeah I just updated the command to be a oneliner instead of the side instruction and it's not /www/freescout unfortunately its /www/html to be more precise for future netizens.

from docker-freescout.

DmitroChemniy avatar DmitroChemniy commented on June 15, 2024

Hi! I have the same problem
Screenshot 2020-05-22 at 14 00 22

from docker-freescout.

tiredofit avatar tiredofit commented on June 15, 2024

This is the command we are using to create:

sudo -u ${NGINX_USER} php artisan freescout:create-user --role=admin --firstName=${ADMIN_FIRST_NAME} --lastName=${ADMIN_LAST_NAME} --email=${ADMIN_EMAIL} --password=${ADMIN_PASS}

Can you try that out inside the app container and see if that resolves your issues? Might need to be run inside /www/freescout

from docker-freescout.

DmitroChemniy avatar DmitroChemniy commented on June 15, 2024

so it helped, but immediately after authorization there is a redirect to localhost:port

from docker-freescout.

tiredofit avatar tiredofit commented on June 15, 2024

I'm not sure I follow. Can you provide some screenshots and steps that happened? I won't be able to fully look till mid next week as to whats happening but any more info will help and potentially get a fix out sooner.

from docker-freescout.

DmitroChemniy avatar DmitroChemniy commented on June 15, 2024

on the frontend there is nginx

server {
	listen 80;
	server_name my-domain.com;

        access_log  /var/log/nginx/freescout_access.log;
        error_log   /var/log/nginx/freescout_error.log;

	location / {
		proxy_pass http://localhost:9302/;
	}
}

after entering the login / password on the authorization page
http://my-domain.com/login

in the system authorizes and redirects to url localhost:9302

in order to get to the interface you need to go to my-domain.com again and then everything is ok

from docker-freescout.

Leopere avatar Leopere commented on June 15, 2024

I'm unable to log in with the docker-compose.yml defined

    - [email protected]
    - ADMIN_PASS=REDACTED

from docker-freescout.

DmitroChemniy avatar DmitroChemniy commented on June 15, 2024

I'm unable to log in with the docker-compose.yml defined

    - [email protected]
    - ADMIN_PASS=REDACTED

The decision was higher #20 (comment)

from docker-freescout.

Leopere avatar Leopere commented on June 15, 2024
root@t1:~|⇒  docker exec -ti freescout_freescout-app.1.0d80ezm7y15j2bbnowlimvrpr /bin/bash
bash-5.0# freescout_freescout-app.1.0d80ezm7y15j2bbnowlimvrpr^C
bash-5.0# sudo -u ${NGINX_USER} php artisan freescout:create-user --role=admin --firstName=${ADMIN_FIRST_NAME} --lastName=${ADMIN_LAST_NAME} --email=${ADMIN_EMAIL} --password=${ADMIN_PASS}
Could not open input file: artisan
bash-5.0#

from docker-freescout.

DmitroChemniy avatar DmitroChemniy commented on June 15, 2024
cd /www/html && sudo -u ${NGINX_USER} php artisan freescout:create-user --role=admin --firstName=${ADMIN_FIRST_NAME} --lastName=${ADMIN_LAST_NAME} --email=${ADMIN_EMAIL} --password=${ADMIN_PASS}

Here is a revised command for you.

Yep. Might need to be run inside /www/freescout

from docker-freescout.

jonathanvansina avatar jonathanvansina commented on June 15, 2024
cd /www/html && sudo -u ${NGINX_USER} php artisan freescout:create-user --role=admin --firstName=${ADMIN_FIRST_NAME} --lastName=${ADMIN_LAST_NAME} --email=${ADMIN_EMAIL} --password=${ADMIN_PASS}

Here is a revised command for you.

Same here.. The oneliner works fine thanks @Leopere..
Still looking for a fix. Logs are showing this:

freescout-db           | 2020-06-19 20:34:47 6 [Warning] 'user' entry 'root@e2e94d64c09a' ignored in --skip-name-resolve mode.
freescout-db           | 2020-06-19 20:34:47 6 [Warning] 'user' entry '@e2e94d64c09a' ignored in --skip-name-resolve mode.
freescout-db           | 2020-06-19 20:34:47 6 [Warning] 'proxies_priv' entry '@% root@e2e94d64c09a' ignored in --skip-name-resolve mode.
freescout-db           | 2020-06-19 20:34:47 0 [Note] InnoDB: Loading buffer pool(s) from /var/lib/mysql/ib_buffer_pool
freescout-db           | 2020-06-19 20:34:47 0 [Note] InnoDB: Buffer pool(s) load completed at 200619 20:34:47
freescout-db           | 2020-06-19 20:34:47 6 [Warning] 'user' entry 'root@e2e94d64c09a' ignored in --skip-name-resolve mode.
freescout-db           | 2020-06-19 20:34:47 6 [Warning] 'user' entry '@e2e94d64c09a' ignored in --skip-name-resolve mode.
freescout-db           | 2020-06-19 20:34:47 6 [Warning] 'proxies_priv' entry '@% root@e2e94d64c09a' ignored in --skip-name-resolve mode.

from docker-freescout.

jonathanvansina avatar jonathanvansina commented on June 15, 2024

This problem is solved in #24. This ticket can be closed.

from docker-freescout.

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.