Giter Site home page Giter Site logo

Comments (9)

AllevatoreAnonimo avatar AllevatoreAnonimo commented on August 19, 2024

On clean installation same problem, once you activate the entry from the admin user you get stuck on this screen with no way to go further.
So it is not usable.
I try to test other container versions.
My configuration is a CT ubuntu-22.04 under proxmox.

Update:
Tested build 88: same problem
Tested build 87: same problem
Tested build 86: same problem
Tested build 84: not started (Probably because CT is not compatible with docker-compose)

I haven't been to try any others, I think it's really all the docker-compose-based versions that have this bug.

from remotely.

AllevatoreAnonimo avatar AllevatoreAnonimo commented on August 19, 2024

Tested version 69:
I used the old procedure for installation

sudo apt install docker.io -y
sudo newgrp docker
sudo usermod -aG docker <user>.
sudo mkdir -p /var/www/remotely
sudo docker run -d --name remotely --restart unless-stopped -p 5000:5000 -v /var/www/remotely:/remotely-data immybot/remotely:69
sudo docker ps

Unfortunately more bugs come up with this version, the agent at download is generated broken, but at least OTP works.
I used a work-around to download the client and with a batch as reported by issue #735, in combination with a batch I install the client

set id_oganization=<ID_Organization>
set site_url=https://<site_url>

Remotely_Installer.exe -install -quiet -organizationid "%id_oganization%" -serverurl "%site_url%" 

I hope the translator didn't break some procedure....

from remotely.

elightcap avatar elightcap commented on August 19, 2024

Is there a way to disable this through config? it was enabled and i didnt have mfa setup, now i cannot get in to disable it.

from remotely.

AllevatoreAnonimo avatar AllevatoreAnonimo commented on August 19, 2024

Is there a way to disable this through config? it was enabled and i didnt have mfa setup, now i cannot get in to disable it.

At the moment I have not found a solution to this problem, the only one would be to log in with a profile without double authentication and with privileges to do so.

from remotely.

elightcap avatar elightcap commented on August 19, 2024

Is there a way to disable this through config? it was enabled and i didnt have mfa setup, now i cannot get in to disable it.

At the moment I have not found a solution to this problem, the only one would be to log in with a profile without double authentication and with privileges to do so.

I figured it out. You can edit the database directly, theres a table called KeyValueRecords. In there you can Require2FA to false.

from remotely.

klar574 avatar klar574 commented on August 19, 2024

Damn, how do I manage to deactivate 2FA under a Docker container? I just locked myself out :-(

from remotely.

elightcap avatar elightcap commented on August 19, 2024

Damn, how do I manage to deactivate 2FA under a Docker container? I just locked myself out :-(

See my above reply. you can edit the database, which should be somewhere on the container host. The default instructions have it mounted from /var/www/remotely

from remotely.

mrprofessork avatar mrprofessork commented on August 19, 2024

Is there a way to disable this through config? it was enabled and i didnt have mfa setup, now i cannot get in to disable it.

At the moment I have not found a solution to this problem, the only one would be to log in with a profile without double authentication and with privileges to do so.

I figured it out. You can edit the database directly, theres a table called KeyValueRecords. In there you can Require2FA to false.

Hi I am having the same issue, I found the table and I can see the value, but when I try to update the record, i keep getting "Error: no such column: Require2FA" obviously I am doing something wrong here, How did you manage to update the record? I am on linux terminal btw

from remotely.

mrprofessork avatar mrprofessork commented on August 19, 2024

Is there a way to disable this through config? it was enabled and i didnt have mfa setup, now i cannot get in to disable it.

At the moment I have not found a solution to this problem, the only one would be to log in with a profile without double authentication and with privileges to do so.

I figured it out. You can edit the database directly, theres a table called KeyValueRecords. In there you can Require2FA to false.

Hi I am having the same issue, I found the table and I can see the value, but when I try to update the record, i keep getting "Error: no such column: Require2FA" obviously I am doing something wrong here, How did you manage to update the record? I am on linux terminal btw

ACtually, I figured it out, Thanks!

from remotely.

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.